Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dregexp.c200 static unsigned re_next_char_nocase(ReInput *p){ in re_next_char_nocase() function
684 pRe->xNextChar = noCase ? re_next_char_nocase : re_next_char; in re_compile()