Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dregexp.c218 static int re_space_char(int c){ in re_space_char() function
304 if( re_space_char(c) ) re_add_state(pNext, x+1); in re_match()
308 if( !re_space_char(c) && c!=0 ) re_add_state(pNext, x+1); in re_match()