Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c8868 typedef struct ReStateSet { struct
8871 } ReStateSet; typedef
8900 static void re_add_state(ReStateSet *pSet, int newState){ in re_add_state()
8962 ReStateSet aStateSet[2], *pThis, *pNext; in re_match()