Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dregexp.c164 static void re_add_state(ReStateSet *pSet, int newState){ in re_add_state() function
264 re_add_state(pNext, 0); in re_match()
276 if( pRe->aArg[x]==c ) re_add_state(pNext, x+1); in re_match()
280 if( cPrev==RE_START ) re_add_state(pThis, x+1); in re_match()
284 if( c!=0 ) re_add_state(pNext, x+1); in re_match()
316 re_add_state(pNext, x); in re_match()
317 re_add_state(pThis, x+1); in re_match()
321 re_add_state(pThis, x+pRe->aArg[x]); in re_match()
322 re_add_state(pThis, x+1); in re_match()
326 re_add_state(pThis, x+pRe->aArg[x]); in re_match()
[all …]