Home
last modified time | relevance | path

Searched refs:_pysqlite_long_from_int64 (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Modules/_sqlite/
Dutil.h39 PyObject * _pysqlite_long_from_int64(sqlite_int64 value);
Dutil.c114 _pysqlite_long_from_int64(sqlite_int64 value) in _pysqlite_long_from_int64() function
Dcursor.c355 converted = _pysqlite_long_from_int64(sqlite3_column_int64(self->statement->st, i)); in _pysqlite_fetch_one_row()
731 self->lastrowid = _pysqlite_long_from_int64(lastrowid); in _pysqlite_query_execute()
Dconnection.c605 cur_py_value = _pysqlite_long_from_int64(sqlite3_value_int64(cur_value)); in _pysqlite_build_py_params()