Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c3901 unsigned (*xNextChar)(ReInput*); /* Next character function */ member
4012 c = pRe->xNextChar(&in); in re_match()
4262 while( (c = p->xNextChar(&p->sIn))!=0 ){ in re_subcompile_string()
4350 while( (c = p->xNextChar(&p->sIn))!=0 ){ in re_subcompile_string()
4358 c = p->xNextChar(&p->sIn); in re_subcompile_string()
4429 pRe->xNextChar = noCase ? re_next_char_nocase : re_next_char; in re_compile()

Completed in 34 milliseconds