HomeSort by relevance Sort by last modified time
    Searched refs: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 */
fts3.c 78 ** varint POS_COLUMN; (marks start of position list for new column)
89 ** generated by the tokenizer. Note that POS_END and POS_COLUMN occur
91 ** ending a position list array. POS_END is 0. POS_COLUMN is 1.
    [all...]
  /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...]

Completed in 556 milliseconds