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

/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c215 sqlite3_blob *pBlob; /* sqlite3 blob handle */ member in struct:IncrblobChannel
426 sqlite3_blob *pBlob; local
[all...]
/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c15832 const unsigned char *pBlob; local
18549 static void output_hex_blob(const void *pBlob, int nBlob){ argument
19506 const void *pBlob = sqlite3_column_blob(p->pStmt, i); local
19547 const void *pBlob = sqlite3_column_blob(p->pStmt, i); local
19586 const void *pBlob local
[all...]
H A Dsqlite3.c101878 Incrblob *pBlob = 0; local
102099 sqlite3_blob_close(sqlite3_blob *pBlob) argument
102120 blobReadWrite( sqlite3_blob *pBlob, void *z, int n, int iOffset, int (*xCall)(BtCursor*, u32, u32, void*) ) argument
102195 sqlite3_blob_read(sqlite3_blob *pBlob, void *z, int n, int iOffset) argument
102202 sqlite3_blob_write(sqlite3_blob *pBlob, const void *z, int n, int iOffset) argument
102212 sqlite3_blob_bytes(sqlite3_blob *pBlob) argument
102227 sqlite3_blob_reopen(sqlite3_blob *pBlob, sqlite3_int64 iRow) argument
129141 const unsigned char *pBlob; local
129209 u8 *pBlob = 0; local
195003 sqlite3_blob *pBlob; /* If not NULL, blob handle to read node */ member in struct:Fts3SegReader
198256 char *pBlob; /* The BLOB encoding of the document size */ local
198302 char *pBlob; /* Storage for BLOB written into %_stat */ local
198610 blobGrowBuffer(Blob *pBlob, int nMin, int *pRc) argument
209215 sqlite3_blob *pBlob = pRtree->pNodeBlob; local
209247 sqlite3_blob *pBlob = pRtree->pNodeBlob; local
210329 RtreeMatchArg *pBlob, *pSrc; /* BLOB returned by geometry function */ local
214716 RtreeMatchArg *pBlob; local
239395 sqlite3_blob *pBlob = p->pReader; local
245922 sqlite3_blob *pBlob = 0; local
246928 fts5DecodeStructure( int *pRc, Fts5Buffer *pBuf, const u8 *pBlob, int nBlob ) argument
246955 fts5DecodeAverages( int *pRc, Fts5Buffer *pBuf, const u8 *pBlob, int nBlob ) argument
[all...]

Completed in 571 milliseconds