BLOB 158 chrome/android/java/src/org/chromium/chrome/browser/database/SQLiteCursor.java case Types.BLOB: BLOB 32 chrome/browser/history/android/sqlite_cursor.cc return SQLiteCursor::BLOB; BLOB 232 chrome/browser/history/android/sqlite_cursor.cc return SQLiteCursor::BLOB; BLOB 398 third_party/harfbuzz-ng/src/hb-blob.cc DEBUG_MSG_FUNC (BLOB, blob, "failed to get pagesize: %s", strerror (errno)); BLOB 401 third_party/harfbuzz-ng/src/hb-blob.cc DEBUG_MSG_FUNC (BLOB, blob, "pagesize is %lu", (unsigned long) pagesize); BLOB 406 third_party/harfbuzz-ng/src/hb-blob.cc DEBUG_MSG_FUNC (BLOB, blob, BLOB 410 third_party/harfbuzz-ng/src/hb-blob.cc DEBUG_MSG_FUNC (BLOB, blob, "mprotect failed: %s", strerror (errno)); BLOB 416 third_party/harfbuzz-ng/src/hb-blob.cc DEBUG_MSG_FUNC (BLOB, blob, BLOB 428 third_party/harfbuzz-ng/src/hb-blob.cc DEBUG_MSG_FUNC (BLOB, blob, "making writable inplace\n"); BLOB 433 third_party/harfbuzz-ng/src/hb-blob.cc DEBUG_MSG_FUNC (BLOB, blob, "making writable -> FAILED\n"); BLOB 456 third_party/harfbuzz-ng/src/hb-blob.cc DEBUG_MSG_FUNC (BLOB, blob, "current data is -> %p\n", blob->data); BLOB 464 third_party/harfbuzz-ng/src/hb-blob.cc DEBUG_MSG_FUNC (BLOB, blob, "dupped successfully -> %p\n", blob->data); BLOB 762 third_party/sqlite/src/src/parse.y term(A) ::= INTEGER|FLOAT|BLOB(X). {spanExpr(&A, pParse, @X, &X);}