HomeSort by relevance Sort by last modified time
    Searched defs:nTerm (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3Int.h 325 int nTerm;
344 int nTerm; /* Size of zTerm in bytes */
fts3_snippet.c     [all...]
fts3_write.c 103 int nTerm; /* Number of bytes in current term */
131 int nTerm; /* Number of bytes in zTerm */
155 int nTerm; /* Number of bytes in zTerm */
933 pReader->nTerm = fts3HashKeysize(pElem);
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1.c 958 int nTerm; /* Number of bytes in pTerm[] */
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
where.c 136 int nTerm; /* Number of terms */
267 pWC->nTerm = 0;
300 for(i=pWC->nTerm-1, a=pWC->a; i>=0; i--, a++){
338 if( pWC->nTerm>=pWC->nSlot ){
349 memcpy(pWC->a, pOld, sizeof(pWC->a[0])*pWC->nTerm);
355 pTerm = &pWC->a[idx = pWC->nTerm++];
578 for(pTerm=pWC->a, k=pWC->nTerm; k; k--, pTerm++){
626 for(i=pWC->nTerm-1; i>=0; i--){
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2.c 142 ** varint nTerm; (length of first term)
143 ** char pTerm[nTerm]; (content of first term)
190 ** varint nTerm; (length of first term)
191 ** char pTerm[nTerm]; (content of first term)
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 178 milliseconds