Home
last modified time | relevance | path

Searched refs:pisComplete (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
Dwhere.c644 int *pisComplete, /* True if the only wildcard is % in the last character */ in isLikeOrGlob() argument
696 *pisComplete = c==wc[0] && z[cnt+1]==0; in isLikeOrGlob()
703 if( *pisComplete && pRight->u.zToken[1] ){ in isLikeOrGlob()
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c98298 int *pisComplete, /* True if the only wildcard is % in the last character */
98350 *pisComplete = c==wc[0] && z[cnt+1]==0;
98357 if( *pisComplete && pRight->u.zToken[1] ){
/external/sqlite/dist/
Dsqlite3.c111554 int *pisComplete, /* True if the only wildcard is % in the last character */
111606 *pisComplete = c==wc[0] && z[cnt+1]==0;
111613 if( *pisComplete && pRight->u.zToken[1] ){
/external/sqlite/dist/orig/
Dsqlite3.c111534 int *pisComplete, /* True if the only wildcard is % in the last character */
111586 *pisComplete = c==wc[0] && z[cnt+1]==0;
111593 if( *pisComplete && pRight->u.zToken[1] ){