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

/freebsd-10-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c259 int nBlob; /* Total size of the blob */ local
262 nBlob = sqlite3_blob_bytes(p->pBlob);
263 if( (p->iSeek+nRead)>nBlob ){
264 nRead = nBlob-p->iSeek;
291 int nBlob; /* Total size of the blob */ local
294 nBlob = sqlite3_blob_bytes(p->pBlob);
295 if( (p->iSeek+nWrite)>nBlob ){
/freebsd-10-stable/contrib/sqlite3/
H A Dshell.c719 static void output_hex_blob(FILE *out, const void *pBlob, int nBlob){ argument
723 for(i=0; i<nBlob; i++){ raw_printf(out,"%02x",zBlob[i]&0xff); }
1221 int nBlob = sqlite3_column_bytes(p->pStmt, i); local
1223 output_hex_blob(p->out, pBlob, nBlob);
H A Dsqlite3.c104202 int nBlob = sqlite3_value_bytes(argv[0]); local
143669 int nBlob = 0; /* Size of zBlob in bytes */ local
153369 int nBlob; local
155148 int nBlob; /* Number of bytes in the BLOB */ local
155194 int nBlob; /* Size of BLOB written into %_stat */ local
161441 int nBlob; /* Size of the geometry function blob */ local
163433 int nBlob; local
172133 sessionAppendBlob( SessionBuffer *p, const u8 *aBlob, int nBlob, int *pRc ) argument
174035 int nBlob = pIter->in.iNext - pIter->in.iCurrent; local
192134 int nBlob; local
195189 int nBlob = sqlite3_column_bytes(pLookup, 0); local
[all...]
/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c84919 int nBlob = sqlite3_value_bytes(argv[0]); local
115726 int nBlob; /* Size of zBlob in bytes */ local
123587 int nBlob; local
125054 int nBlob; /* Number of bytes in the BLOB */ local
125100 int nBlob; /* Size of BLOB written into %_stat */ local
128222 int nBlob; local
130255 int nBlob; local
[all...]

Completed in 974 milliseconds