compareInfo 82214 third_party/sqlite/amalgamation/sqlite3.c static const struct compareInfo globInfo = { '*', '?', '[', 0 }; compareInfo 82217 third_party/sqlite/amalgamation/sqlite3.c static const struct compareInfo likeInfoNorm = { '%', '_', 0, 1 }; compareInfo 82220 third_party/sqlite/amalgamation/sqlite3.c static const struct compareInfo likeInfoAlt = { '%', '_', 0, 0 }; compareInfo 82253 third_party/sqlite/amalgamation/sqlite3.c const struct compareInfo *pInfo, /* Information about how to do the compare */ compareInfo 82419 third_party/sqlite/amalgamation/sqlite3.c struct compareInfo *pInfo = sqlite3_user_data(context); compareInfo 83141 third_party/sqlite/amalgamation/sqlite3.c struct compareInfo *pInfo; compareInfo 83143 third_party/sqlite/amalgamation/sqlite3.c pInfo = (struct compareInfo*)&likeInfoAlt; compareInfo 83145 third_party/sqlite/amalgamation/sqlite3.c pInfo = (struct compareInfo*)&likeInfoNorm; compareInfo 83150 third_party/sqlite/amalgamation/sqlite3.c (struct compareInfo*)&globInfo, likeFunc, 0, 0, 0); compareInfo 515 third_party/sqlite/src/src/func.c static const struct compareInfo globInfo = { '*', '?', '[', 0 }; compareInfo 518 third_party/sqlite/src/src/func.c static const struct compareInfo likeInfoNorm = { '%', '_', 0, 1 }; compareInfo 521 third_party/sqlite/src/src/func.c static const struct compareInfo likeInfoAlt = { '%', '_', 0, 0 }; compareInfo 554 third_party/sqlite/src/src/func.c const struct compareInfo *pInfo, /* Information about how to do the compare */ compareInfo 720 third_party/sqlite/src/src/func.c struct compareInfo *pInfo = sqlite3_user_data(context); compareInfo 1442 third_party/sqlite/src/src/func.c struct compareInfo *pInfo; compareInfo 1444 third_party/sqlite/src/src/func.c pInfo = (struct compareInfo*)&likeInfoAlt; compareInfo 1446 third_party/sqlite/src/src/func.c pInfo = (struct compareInfo*)&likeInfoNorm; compareInfo 1451 third_party/sqlite/src/src/func.c (struct compareInfo*)&globInfo, likeFunc, 0, 0, 0);