Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dregexp.c441 static unsigned re_esc_char(ReCompiled *p){ in re_esc_char() function
609 if( c=='\\' ) c = re_esc_char(p); in re_subcompile_string()
614 if( c=='\\' ) c = re_esc_char(p); in re_subcompile_string()
640 c = re_esc_char(p); in re_subcompile_string()