Searched refs:_pysqlite_long_from_int64 (Results 1 – 4 of 4) sorted by relevance
39 PyObject * _pysqlite_long_from_int64(sqlite_int64 value);
114 _pysqlite_long_from_int64(sqlite_int64 value) in _pysqlite_long_from_int64() function
355 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()
605 cur_py_value = _pysqlite_long_from_int64(sqlite3_value_int64(cur_value)); in _pysqlite_build_py_params()