TK_BITOR 73171 third_party/sqlite/amalgamation/sqlite3.c case TK_BITOR: TK_BITOR 73182 third_party/sqlite/amalgamation/sqlite3.c assert( TK_BITOR==OP_BitOr ); TK_BITOR 73193 third_party/sqlite/amalgamation/sqlite3.c testcase( op==TK_BITOR ); TK_BITOR 106554 third_party/sqlite/amalgamation/sqlite3.c *tokenType = TK_BITOR; TK_BITOR 2434 third_party/sqlite/src/src/expr.c case TK_BITOR: TK_BITOR 2445 third_party/sqlite/src/src/expr.c assert( TK_BITOR==OP_BitOr ); TK_BITOR 2456 third_party/sqlite/src/src/expr.c testcase( op==TK_BITOR ); TK_BITOR 211 third_party/sqlite/src/src/tokenize.c *tokenType = TK_BITOR;