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

/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c195 sqlite3_blob *pBlob; /* sqlite3 blob handle */ member in struct:IncrblobChannel
242 int rc = sqlite3_blob_close(p->pBlob);
280 nBlob = sqlite3_blob_bytes(p->pBlob);
288 rc = sqlite3_blob_read(p->pBlob, (void *)buf, nRead, p->iSeek);
312 nBlob = sqlite3_blob_bytes(p->pBlob);
321 rc = sqlite3_blob_write(p->pBlob, (void *)buf, nWrite, p->iSeek);
350 p->iSeek = sqlite3_blob_bytes(p->pBlob) + offset;
406 sqlite3_blob *pBlob; local
414 rc = sqlite3_blob_open(db, zDb, zTable, zColumn, iRow, !isReadonly, &pBlob);
422 p->pBlob
[all...]
/freebsd-11-stable/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c94369 Incrblob *pBlob = 0; local
94588 sqlite3_blob_close(sqlite3_blob *pBlob) argument
94609 blobReadWrite( sqlite3_blob *pBlob, void *z, int n, int iOffset, int (*xCall)(BtCursor*, u32, u32, void*) ) argument
94682 sqlite3_blob_read(sqlite3_blob *pBlob, void *z, int n, int iOffset) argument
94689 sqlite3_blob_write(sqlite3_blob *pBlob, const void *z, int n, int iOffset) argument
94699 sqlite3_blob_bytes(sqlite3_blob *pBlob) argument
94714 sqlite3_blob_reopen(sqlite3_blob *pBlob, sqlite3_int64 iRow) argument
119597 const unsigned char *pBlob; local
180375 sqlite3_blob *pBlob; /* If not NULL, blob handle to read node */ member in struct:Fts3SegReader
183613 char *pBlob; /* The BLOB encoding of the document size */ local
183659 char *pBlob; /* Storage for BLOB written into %_stat */ local
183967 blobGrowBuffer(Blob *pBlob, int nMin, int *pRc) argument
191859 sqlite3_blob *pBlob = pRtree->pNodeBlob; local
191910 sqlite3_blob *pBlob = pRtree->pNodeBlob; local
192983 RtreeMatchArg *pBlob, *pSrc; /* BLOB returned by geometry function */ local
197460 RtreeMatchArg *pBlob; local
220448 sqlite3_blob *pBlob = p->pReader; local
225482 sqlite3_blob *pBlob = 0; local
226107 fts5DecodeStructure( int *pRc, Fts5Buffer *pBuf, const u8 *pBlob, int nBlob ) argument
226132 fts5DecodeAverages( int *pRc, Fts5Buffer *pBuf, const u8 *pBlob, int nBlob ) argument
[all...]
H A Dshell.c11597 static void output_hex_blob(FILE *out, const void *pBlob, int nBlob){ argument
11599 char *zBlob = (char *)pBlob;
12387 const void *pBlob = sqlite3_column_blob(p->pStmt, i); local
12389 output_hex_blob(p->out, pBlob, nBlob);
12428 const void *pBlob = sqlite3_column_blob(p->pStmt, i); local
12430 output_json_string(p->out, pBlob, nBlob);
12467 const void *pBlob = sqlite3_column_blob(p->pStmt, i); local
12469 output_hex_blob(p->out, pBlob, nBlob);
14561 const unsigned char *pBlob; local
14567 pBlob
[all...]

Completed in 785 milliseconds