Home
last modified time | relevance | path

Searched refs:sqlite3_int64_converter (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Modules/_sqlite/clinic/
H A Dconnection.c.h211 if (!sqlite3_int64_converter(args[2], &row)) { in blobopen()
/third_party/python/Modules/_sqlite/
H A Dconnection.c96 sqlite3_int64_converter(PyObject *obj, sqlite3_int64 *result) in sqlite3_int64_converter() function
154 class sqlite3_int64_converter(CConverter):
156 converter = "sqlite3_int64_converter"

Completed in 5 milliseconds