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

/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3.c1454 #define POSITION_LIST_END 0x7fffffff macro
1464 ** POSITION_LIST_END and return. Otherwise, read the next varint from *pp,
1482 *pi = POSITION_LIST_END;
1527 else if( *p1==POS_END ) iCol1 = POSITION_LIST_END;
1531 else if( *p2==POS_END ) iCol2 = POSITION_LIST_END;
1564 }while( i1!=POSITION_LIST_END || i2!=POSITION_LIST_END );
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c114504 #define POSITION_LIST_END macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c128824 #define POSITION_LIST_END macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c128844 #define POSITION_LIST_END macro
[all...]

Completed in 646 milliseconds