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

/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_write.c2378 u32 *aSzDel, /* Size decreases */
2418 if( x+aSzIns[i] < aSzDel[i] ){
2421 x = x + aSzIns[i] - aSzDel[i];
2640 u32 *aSzDel; /* Sizes of deleted documents */ local
2648 aSzDel = &aSzIns[p->nColumn+1];
2666 fts3DeleteTerms(&rc, p, apVal, aSzDel);
2695 fts3UpdateDocTotals(&rc, p, aSzIns, aSzDel, nChng);
2374 fts3UpdateDocTotals( int *pRC, Fts3Table *p, u32 *aSzIns, u32 *aSzDel, int nChng ) argument
/external/sqlite/dist/orig/
H A Dsqlite3.c128051 fts3UpdateDocTotals( int *pRC, Fts3Table *p, u32 *aSzIns, u32 *aSzDel, int nChng ) argument
128166 u32 *aSzDel = 0; local
128462 u32 *aSzDel; /* Sizes of deleted documents */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c128099 fts3UpdateDocTotals( int *pRC, Fts3Table *p, u32 *aSzIns, u32 *aSzDel, int nChng ) argument
128214 u32 *aSzDel = 0; local
128510 u32 *aSzDel; /* Sizes of deleted documents */ local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c122482 fts3UpdateDocTotals( int *pRC, Fts3Table *p, u32 *aSzIns, u32 *aSzDel, int nChng ) argument
122748 u32 *aSzDel; /* Sizes of deleted documents */ local
[all...]

Completed in 884 milliseconds