Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c7205 unsigned (*xNextChar)(ReInput*); /* Next character function */ member
7316 c = pRe->xNextChar(&in); in re_match()
7566 while( (c = p->xNextChar(&p->sIn))!=0 ){ in re_subcompile_string()
7654 while( (c = p->xNextChar(&p->sIn))!=0 ){ in re_subcompile_string()
7662 c = p->xNextChar(&p->sIn); in re_subcompile_string()
7734 pRe->xNextChar = noCase ? re_next_char_nocase : re_next_char; in re_compile()