Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dregexp.c140 typedef struct ReInput ReInput; typedef
141 struct ReInput { struct
152 ReInput sIn; /* Regular expression text */ argument
156 unsigned (*xNextChar)(ReInput*); /* Next character function */
175 static unsigned re_next_char(ReInput *p){ in re_next_char()
200 static unsigned re_next_char_nocase(ReInput *p){ in re_next_char_nocase()
234 ReInput in; in re_match()