Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c6423 unsigned (*xNextChar)(ReInput*); /* Next character function */ member
6534 c = pRe->xNextChar(&in); in re_match()
6784 while( (c = p->xNextChar(&p->sIn))!=0 ){ in re_subcompile_string()
6872 while( (c = p->xNextChar(&p->sIn))!=0 ){ in re_subcompile_string()
6880 c = p->xNextChar(&p->sIn); in re_subcompile_string()
6951 pRe->xNextChar = noCase ? re_next_char_nocase : re_next_char; in re_compile()