Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c3885 typedef struct ReInput ReInput; typedef
3886 struct ReInput { struct
3897 ReInput sIn; /* Regular expression text */
3901 unsigned (*xNextChar)(ReInput*); /* Next character function */
3920 static unsigned re_next_char(ReInput *p){ in re_next_char()
3945 static unsigned re_next_char_nocase(ReInput *p){ in re_next_char_nocase()
3979 ReInput in; in re_match()

Completed in 35 milliseconds