POSITION_LIST_END 114532 third_party/sqlite/amalgamation/sqlite3.c *pi = POSITION_LIST_END; POSITION_LIST_END 114577 third_party/sqlite/amalgamation/sqlite3.c else if( *p1==POS_END ) iCol1 = POSITION_LIST_END; POSITION_LIST_END 114581 third_party/sqlite/amalgamation/sqlite3.c else if( *p2==POS_END ) iCol2 = POSITION_LIST_END; POSITION_LIST_END 114614 third_party/sqlite/amalgamation/sqlite3.c }while( i1!=POSITION_LIST_END || i2!=POSITION_LIST_END ); POSITION_LIST_END 1482 third_party/sqlite/src/ext/fts3/fts3.c *pi = POSITION_LIST_END; POSITION_LIST_END 1527 third_party/sqlite/src/ext/fts3/fts3.c else if( *p1==POS_END ) iCol1 = POSITION_LIST_END; POSITION_LIST_END 1531 third_party/sqlite/src/ext/fts3/fts3.c else if( *p2==POS_END ) iCol2 = POSITION_LIST_END; POSITION_LIST_END 1564 third_party/sqlite/src/ext/fts3/fts3.c }while( i1!=POSITION_LIST_END || i2!=POSITION_LIST_END );