Searched refs:BLOB (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-blob.cc | 432 DEBUG_MSG_FUNC (BLOB, this, "failed to get pagesize: %s", strerror (errno)); in try_make_writable_inplace_unix() 435 DEBUG_MSG_FUNC (BLOB, this, "pagesize is %lu", (unsigned long) pagesize); in try_make_writable_inplace_unix() 440 DEBUG_MSG_FUNC (BLOB, this, in try_make_writable_inplace_unix() 444 DEBUG_MSG_FUNC (BLOB, this, "mprotect failed: %s", strerror (errno)); in try_make_writable_inplace_unix() 450 DEBUG_MSG_FUNC (BLOB, this, in try_make_writable_inplace_unix() 462 DEBUG_MSG_FUNC (BLOB, this, "making writable inplace\n"); in try_make_writable_inplace() 467 DEBUG_MSG_FUNC (BLOB, this, "making writable -> FAILED\n"); in try_make_writable_inplace() 490 DEBUG_MSG_FUNC (BLOB, this, "current data is -> %p\n", this->data); in try_make_writable() 498 DEBUG_MSG_FUNC (BLOB, this, "dupped successfully -> %p\n", this->data); in try_make_writable()
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_module.c | 942 #define BLOB { DXIL_OP_BLOB, { 0 } } macro
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 636 ** [prepared statements], [sqlite3_blob_close | close] all [BLOB handles], and 640 ** statements, BLOB handlers, and/or unfinished sqlite3_backup objects then 643 ** statements, unclosed BLOB handlers, and/or unfinished sqlite3_backups, 647 ** connection after all prepared statements are finalized, all BLOB handles 773 #define SQLITE_TOOBIG 18 /* String or BLOB exceeds size limit */ 4310 ** <dd>The maximum size of any string or BLOB or table row, in bytes.<dd>)^ 4816 ** ^The fifth argument to the BLOB and string binding interfaces controls 4819 ** ^ (1) A destructor to dispose of the BLOB or string after SQLite has finished 4820 ** with it may be passed. ^It is called to dispose of the BLOB or string even 4841 ** ^The sqlite3_bind_zeroblob() routine binds a BLOB o [all...] |
Completed in 147 milliseconds