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

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_onefile.c103 int nBlob; /* Total size of allocated blob */ member in struct:fs_real_file
423 int iRealOff = pReal->nBlob - BLOCKSIZE*((ii/BLOCKSIZE)+1) + ii%BLOCKSIZE;
451 if( (iAmt+iOfst+BLOCKSIZE)>(pReal->nBlob-pReal->nJournal) ){
465 int iRealOff = pReal->nBlob - BLOCKSIZE*((ii/BLOCKSIZE)+1) + ii%BLOCKSIZE;
641 pReal->nBlob = BLOBSIZE;
644 pReal->nBlob = size;
648 rc = pRealFile->pMethods->xRead(pRealFile, zS, 4, pReal->nBlob-4);
650 pReal->nJournal = pReal->nBlob;
699 rc = pF->pMethods->xWrite(pF, "\0\0\0\0", 4, pReal->nBlob-BLOCKSIZE);
H A Dtest_hexio.c349 int nBlob; local
358 zBlob = Tcl_GetByteArrayFromObj(objv[1], &nBlob);
H A Dfunc.c853 int nBlob = sqlite3_value_bytes(argv[0]); local
855 zText = (char *)contextMalloc(context, (2*(i64)nBlob)+4);
858 for(i=0; i<nBlob; i++){
862 zText[(nBlob*2)+2] = '\'';
863 zText[(nBlob*2)+3] = '\0';
H A Dshell.c477 static void output_hex_blob(FILE *out, const void *pBlob, int nBlob){ argument
481 for(i=0; i<nBlob; i++){ fprintf(out,"%02x",zBlob[i]); }
812 int nBlob = sqlite3_column_bytes(p->pStmt, i); local
814 output_hex_blob(p->out, pBlob, nBlob);
H A Dtclsqlite.c220 int nBlob; /* Total size of the blob */ local
223 nBlob = sqlite3_blob_bytes(p->pBlob);
224 if( (p->iSeek+nRead)>nBlob ){
225 nRead = nBlob-p->iSeek;
252 int nBlob; /* Total size of the blob */ local
255 nBlob = sqlite3_blob_bytes(p->pBlob);
256 if( (p->iSeek+nWrite)>nBlob ){
/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c1193 int nBlob; local
1199 nBlob = sqlite3_value_bytes(pValue);
1200 if( nBlob<(int)sizeof(RtreeMatchArg)
1201 || ((nBlob-sizeof(RtreeMatchArg))%sizeof(double))!=0
1207 sizeof(sqlite3_rtree_geometry) + nBlob
1213 memcpy(p, sqlite3_value_blob(pValue), nBlob);
1215 || nBlob!=(int)(sizeof(RtreeMatchArg) + (p->nParam-1)*sizeof(double))
3184 int nBlob; local
3186 nBlob = sizeof(RtreeMatchArg) + (nArg-1)*sizeof(double);
3187 pBlob = (RtreeMatchArg *)sqlite3_malloc(nBlob);
[all...]
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_write.c1087 int nBlob = 0; local
1134 rc = sqlite3Fts3ReadBlock(p, iBlock, 0, &nBlob);
1136 if( (nBlob+35)>pgsz ){
1137 int nOvfl = (nBlob + 34)/pgsz;
2336 int nBlob; /* Number of bytes in the BLOB */ local
2346 fts3EncodeIntArray(p->nColumn, aSz, pBlob, &nBlob);
2354 sqlite3_bind_blob(pStmt, 2, pBlob, nBlob, sqlite3_free);
2382 int nBlob; /* Size of BLOB written into %_stat */ local
2425 fts3EncodeIntArray(nStat, a, pBlob, &nBlob);
2432 sqlite3_bind_blob(pStmt, 1, pBlob, nBlob, SQLITE_STATI
[all...]
H A Dfts3.c1330 int nBlob; /* Size of zBlob in bytes */ local
1333 rc = sqlite3Fts3ReadBlock(p, *piLeaf, &zBlob, &nBlob);
1335 rc = fts3SelectLeaf(p, zTerm, nTerm, zBlob, nBlob, piLeaf, 0);
1343 rc = sqlite3Fts3ReadBlock(p, piLeaf ? *piLeaf : *piLeaf2, &zBlob, &nBlob);
1346 rc = fts3SelectLeaf(p, zTerm, nTerm, zBlob, nBlob, piLeaf, piLeaf2);
/external/sqlite/dist/orig/
H A Dshell.c534 static void output_hex_blob(FILE *out, const void *pBlob, int nBlob){ argument
538 for(i=0; i<nBlob; i++){ fprintf(out,"%02x",zBlob[i]&0xff); }
899 int nBlob = sqlite3_column_bytes(p->pStmt, i); local
901 output_hex_blob(p->out, pBlob, nBlob);
H A Dsqlite3.c92612 int nBlob = sqlite3_value_bytes(argv[0]); local
128700 int nBlob; /* Size of zBlob in bytes */ local
138248 int nBlob; local
140022 int nBlob; /* Number of bytes in the BLOB */ local
140068 int nBlob; /* Size of BLOB written into %_stat */ local
146124 int nBlob; /* Size of the geometry function blob */ local
148029 int nBlob; local
[all...]
/external/sqlite/dist/
H A Dshell.c539 static void output_hex_blob(FILE *out, const void *pBlob, int nBlob){ argument
543 for(i=0; i<nBlob; i++){ fprintf(out,"%02x",zBlob[i]&0xff); }
904 int nBlob = sqlite3_column_bytes(p->pStmt, i); local
906 output_hex_blob(p->out, pBlob, nBlob);
H A Dsqlite3.c92632 int nBlob = sqlite3_value_bytes(argv[0]); local
128720 int nBlob; /* Size of zBlob in bytes */ local
138280 int nBlob; local
140054 int nBlob; /* Number of bytes in the BLOB */ local
140100 int nBlob; /* Size of BLOB written into %_stat */ local
146156 int nBlob; /* Size of the geometry function blob */ local
148061 int nBlob; local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c82552 int nBlob = sqlite3_value_bytes(argv[0]); local
114391 int nBlob; /* Size of zBlob in bytes */ local
121004 int nBlob = 0; local
122253 int nBlob; /* Number of bytes in the BLOB */ local
122299 int nBlob; /* Size of BLOB written into %_stat */ local
125461 int nBlob; local
127452 int nBlob; local
[all...]

Completed in 2220 milliseconds