Home
last modified time | relevance | path

Searched refs:blob_bytes (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Modules/_sqlite/
Dblob.c536 PyObject *blob_bytes = read_multiple(self, stop - start, start); in ass_subscript_slice() local
537 if (blob_bytes != NULL) { in ass_subscript_slice()
538 char *blob_buf = PyBytes_AS_STRING(blob_bytes); in ass_subscript_slice()
543 Py_DECREF(blob_bytes); in ass_subscript_slice()
/third_party/sqlite/include/
Dsqlite3ext.h172 int (*blob_bytes)(sqlite3_blob*); member
524 #define sqlite3_blob_bytes sqlite3_api->blob_bytes
/third_party/sqlite/src/
Dsqlite3.c132102 int (*blob_bytes)(sqlite3_blob*);
132450 #define sqlite3_blob_bytes sqlite3_api->blob_bytes