Searched refs:blob_bytes (Results 1 – 9 of 9) sorted by relevance
534 PyObject *blob_bytes = read_multiple(self, stop - start, start); in ass_subscript_slice() local535 if (blob_bytes != NULL) { in ass_subscript_slice()536 char *blob_buf = PyBytes_AS_STRING(blob_bytes); in ass_subscript_slice()541 Py_DECREF(blob_bytes); in ass_subscript_slice()
309 blob_bytes = int(match.group('bytes'))310 return int(math.ceil(blob_bytes / BLOBFS_BLOCK_SIZE)) * BLOBFS_BLOCK_SIZE
172 int (*blob_bytes)(sqlite3_blob*); member525 #define sqlite3_blob_bytes sqlite3_api->blob_bytes
1998 pub blob_bytes: ::std::option::Option< field5838 if let Some(fun) = (*p_api).blob_bytes { in rusqlite_extension_init2()