Searched defs:pBlob (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/sqlite3/
H A Dshell.c497 static void output_hex_blob(FILE *out, const void *pBlob, int nBlob){ argument
843 const void *pBlob = sqlite3_column_blob(p->pStmt, i); local
H A Dsqlite3.c71859 Incrblob *pBlob = 0; local
72039 sqlite3_blob_close(sqlite3_blob *pBlob) argument
72059 blobReadWrite( sqlite3_blob *pBlob, void *z, int n, int iOffset, int (*xCall)(BtCursor*, u32, u32, void*) ) argument
72109 sqlite3_blob_read(sqlite3_blob *pBlob, void *z, int n, int iOffset) argument
72116 sqlite3_blob_write(sqlite3_blob *pBlob, const void *z, int n, int iOffset) argument
72126 sqlite3_blob_bytes(sqlite3_blob *pBlob) argument
72141 sqlite3_blob_reopen(sqlite3_blob *pBlob, sqlite3_int64 iRow) argument
88190 const unsigned char *pBlob; local
128781 sqlite3_blob *pBlob; /* If not NULL, blob handle to read node */ member in struct:Fts3SegReader
131745 char *pBlob; /* The BLOB encoding of the document size */ local
131791 char *pBlob; /* Storage for BLOB written into %_stat */ local
132091 blobGrowBuffer(Blob *pBlob, int nMin, int *pRc) argument
139631 RtreeMatchArg *pBlob; local
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c69964 Incrblob *pBlob = 0; local
70144 sqlite3_blob_close(sqlite3_blob *pBlob) argument
70164 blobReadWrite( sqlite3_blob *pBlob, void *z, int n, int iOffset, int (*xCall)(BtCursor*, u32, u32, void*) ) argument
70214 sqlite3_blob_read(sqlite3_blob *pBlob, void *z, int n, int iOffset) argument
70221 sqlite3_blob_write(sqlite3_blob *pBlob, const void *z, int n, int iOffset) argument
70231 sqlite3_blob_bytes(sqlite3_blob *pBlob) argument
70246 sqlite3_blob_reopen(sqlite3_blob *pBlob, sqlite3_int64 iRow) argument
84978 const unsigned char *pBlob; local
122381 sqlite3_blob *pBlob; /* If not NULL, blob handle to read node */ member in struct:Fts3SegReader
125053 char *pBlob; /* The BLOB encoding of the document size */ local
125099 char *pBlob; /* Storage for BLOB written into %_stat */ local
130254 RtreeMatchArg *pBlob; local
[all...]

Completed in 600 milliseconds