Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c4186 static unsigned re_esc_char(ReCompiled *p){ in re_esc_char() function
4354 if( c=='\\' ) c = re_esc_char(p); in re_subcompile_string()
4359 if( c=='\\' ) c = re_esc_char(p); in re_subcompile_string()
4385 c = re_esc_char(p); in re_subcompile_string()

Completed in 34 milliseconds