Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dregexp.c156 unsigned (*xNextChar)(ReInput*); /* Next character function */ member
267 c = pRe->xNextChar(&in); in re_match()
517 while( (c = p->xNextChar(&p->sIn))!=0 ){ in re_subcompile_string()
605 while( (c = p->xNextChar(&p->sIn))!=0 ){ in re_subcompile_string()
613 c = p->xNextChar(&p->sIn); in re_subcompile_string()
684 pRe->xNextChar = noCase ? re_next_char_nocase : re_next_char; in re_compile()