Searched refs:xNextChar (Results 1 – 1 of 1) sorted by relevance
156 unsigned (*xNextChar)(ReInput*); /* Next character function */ member267 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()