Home
last modified time | relevance | path

Searched refs:noCase (Results 1 - 2 of 2) sorted by relevance

/third_party/sqlite/src/
H A Dshell.c4418 static const char *re_compile(ReCompiled **ppRe, const char *zIn, int noCase){ in re_compile() argument
4429 pRe->xNextChar = noCase ? re_next_char_nocase : re_next_char; in re_compile()
4463 if( pRe->aOp[0]==RE_OP_ANYSTAR && !noCase ){ in re_compile()
H A Dsqlite3.c125339 u8 noCase; /* true to ignore case differences */ global() member
125417 u8 noCase = pInfo->noCase; /* True if uppercase==lowercase */ global() local
155759 int noCase = 0; /* uppercase equivalent to lowercase */ global() local
[all...]

Completed in 167 milliseconds