Searched refs:pBlob (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dshell.c491 static void output_hex_blob(FILE *out, const void *pBlob, int nBlob){ argument
493 char *zBlob = (char *)pBlob;
825 const void *pBlob = sqlite3_column_blob(p->pStmt, i); local
828 output_hex_blob(p->out, pBlob, nBlob);
H A Dsqlite3.c71209 Incrblob *pBlob = 0; local
71389 sqlite3_blob_close(sqlite3_blob *pBlob) argument
71409 blobReadWrite( sqlite3_blob *pBlob, void *z, int n, int iOffset, int (*xCall)(BtCursor*, u32, u32, void*) ) argument
71459 sqlite3_blob_read(sqlite3_blob *pBlob, void *z, int n, int iOffset) argument
71466 sqlite3_blob_write(sqlite3_blob *pBlob, const void *z, int n, int iOffset) argument
71476 sqlite3_blob_bytes(sqlite3_blob *pBlob) argument
71491 sqlite3_blob_reopen(sqlite3_blob *pBlob, sqlite3_int64 iRow) argument
86933 const unsigned char *pBlob; local
124798 sqlite3_blob *pBlob; /* If not NULL, blob handle to read node */ member in struct:Fts3SegReader
127510 char *pBlob; /* The BLOB encoding of the document size */ local
127556 char *pBlob; /* Storage for BLOB written into %_stat */ local
132805 RtreeMatchArg *pBlob; local
[all...]

Completed in 487 milliseconds