Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/sqlite3/
Dshell.c5606 typedef struct ReStateSet { struct
5609 } ReStateSet; argument
5637 static void re_add_state(ReStateSet *pSet, int newState){ in re_add_state()
5699 ReStateSet aStateSet[2], *pThis, *pNext; in re_match()