Home
last modified time | relevance | path

Searched refs:blob_read (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Modules/_sqlite/clinic/
Dblob.c.h37 {"read", _PyCFunction_CAST(blob_read), METH_FASTCALL, blob_read__doc__},
43 blob_read(pysqlite_Blob *self, PyObject *const *args, Py_ssize_t nargs) in blob_read() function
/third_party/sqlite/include/
Dsqlite3ext.h176 int (*blob_read)(sqlite3_blob*,void*,int,int); member
536 #define sqlite3_blob_read sqlite3_api->blob_read