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

  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3Int.h 67 #define POS_COLUMN (1) /* Column-list terminator */
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1.c 171 * POS_COLUMN is followed by a varint containing the index of the column for
173 * occurrences of POS_COLUMN are for column 0.
245 POS_COLUMN, /* followed by new column number */
311 appendVarint(d, POS_COLUMN);
438 if( i==POS_COLUMN ){
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2.c 107 ** varint POS_COLUMN; (marks start of position list for new column)
121 ** both based at 0. Note that POS_END and POS_COLUMN occur in the
402 POS_COLUMN, /* followed by new column number */
711 if( iDummy==POS_COLUMN ){
772 if( iDummy==POS_COLUMN ){
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 561 milliseconds