Home
last modified time | relevance | path

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

/third_party/python/Modules/_sqlite/
Dutil.h40 sqlite_int64 _pysqlite_long_as_int64(PyObject * value);
Dutil.c101 _pysqlite_long_as_int64(PyObject * py_val) in _pysqlite_long_as_int64() function
Dstatement.c168 sqlite_int64 value = _pysqlite_long_as_int64(parameter); in pysqlite_statement_bind_parameter()
Dconnection.c550 sqlite_int64 value = _pysqlite_long_as_int64(py_val); in _pysqlite_set_result()