Home
last modified time | relevance | path

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

/third_party/sqlite/src/
Dshell.c6370 static unsigned re_esc_char(ReCompiled *p){ in re_esc_char() function
6530 if( c=='\\' ) c = re_esc_char(p); in re_subcompile_string()
6535 if( c=='\\' ) c = re_esc_char(p); in re_subcompile_string()
6561 c = re_esc_char(p); in re_subcompile_string()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch83377 +static unsigned re_esc_char(ReCompiled *p){
83537 + if( c=='\\' ) c = re_esc_char(p);
83542 + if( c=='\\' ) c = re_esc_char(p);
83568 + c = re_esc_char(p);
87367 -static unsigned re_esc_char(ReCompiled *p){
87547 - if( c=='\\' ) c = re_esc_char(p);
87552 - if( c=='\\' ) c = re_esc_char(p);
87578 - c = re_esc_char(p);
121012 +static unsigned re_esc_char(ReCompiled *p){
121172 + if( c=='\\' ) c = re_esc_char(p);
[all …]