Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c6639 static const char zEsc[] = "afnrtv\\()*.+?[$^{|}]"; in re_esc_char() local
6665 for(i=0; zEsc[i] && zEsc[i]!=c; i++){} in re_esc_char()
6666 if( zEsc[i] ){ in re_esc_char()
H A Dsqlite3.c128842 const unsigned char *zEsc = sqlite3_value_text(argv[2]);
128843 if( zEsc==0 ) return;
128844 if( sqlite3Utf8CharLen((char*)zEsc, -1)!=1 ){
128849 escape = sqlite3Utf8Read(&zEsc);