Searched refs:pSegments (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3Int.h141 sqlite3_blob *pSegments; /* Blob handle open on %_segments table */ member in struct:Fts3Table
H A Dfts3_write.c844 ** Fts3Table.pSegments variable. This handle is reused by subsequent calls
864 if( p->pSegments ){
865 rc = sqlite3_blob_reopen(p->pSegments, iBlockid);
872 p->db, p->zDb, p->zSegmentsTbl, "block", iBlockid, 0, &p->pSegments
877 int nByte = sqlite3_blob_bytes(p->pSegments);
883 rc = sqlite3_blob_read(p->pSegments, aByte, nByte, 0);
899 ** Close the blob handle at p->pSegments, if it is open. See comments above
903 sqlite3_blob_close(p->pSegments);
904 p->pSegments = 0;
2643 assert( p->pSegments
[all...]
H A Dfts3.c445 assert( p->pSegments==0 );
1128 assert( ((Fts3Table *)pCsr->base.pVtab)->pSegments==0 );
3061 assert( p->pSegments==0 );
/external/sqlite/dist/orig/
H A Dsqlite3.c126760 sqlite3_blob *pSegments; /* Blob handle open on %_segments table */ member in struct:Fts3Table
[all...]
/external/sqlite/dist/
H A Dsqlite3.c126780 sqlite3_blob *pSegments; /* Blob handle open on %_segments table */ member in struct:Fts3Table
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c113121 sqlite3_blob *pSegments; /* Blob handle open on %_segments table */ member in struct:Fts3Table
[all...]

Completed in 688 milliseconds