Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sqlite/
Dblob.c534 PyObject *blob_bytes = read_multiple(self, stop - start, start); in ass_subscript_slice() local
535 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()
/external/angle/build/fuchsia/
Dbinary_sizes.py309 blob_bytes = int(match.group('bytes'))
310 return int(math.ceil(blob_bytes / BLOBFS_BLOCK_SIZE)) * BLOBFS_BLOCK_SIZE
/external/cronet/stable/build/fuchsia/
Dbinary_sizes.py309 blob_bytes = int(match.group('bytes'))
310 return int(math.ceil(blob_bytes / BLOBFS_BLOCK_SIZE)) * BLOBFS_BLOCK_SIZE
/external/cronet/tot/build/fuchsia/
Dbinary_sizes.py309 blob_bytes = int(match.group('bytes'))
310 return int(math.ceil(blob_bytes / BLOBFS_BLOCK_SIZE)) * BLOBFS_BLOCK_SIZE
/external/sqlite/dist/sqlite-autoconf-3440300/orig/
Dsqlite3ext.h172 int (*blob_bytes)(sqlite3_blob*); member
525 #define sqlite3_blob_bytes sqlite3_api->blob_bytes
/external/sqlite/dist/sqlite-autoconf-3440400/
Dsqlite3ext.h172 int (*blob_bytes)(sqlite3_blob*); member
525 #define sqlite3_blob_bytes sqlite3_api->blob_bytes
/external/sqlite/dist/sqlite-autoconf-3440400/orig/
Dsqlite3ext.h172 int (*blob_bytes)(sqlite3_blob*); member
525 #define sqlite3_blob_bytes sqlite3_api->blob_bytes
/external/sqlite/dist/sqlite-autoconf-3440300/
Dsqlite3ext.h172 int (*blob_bytes)(sqlite3_blob*); member
525 #define sqlite3_blob_bytes sqlite3_api->blob_bytes
/external/rust/android-crates-io/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.14.0_ext.rs1998 pub blob_bytes: ::std::option::Option< field
5838 if let Some(fun) = (*p_api).blob_bytes { in rusqlite_extension_init2()