Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c215234 int rawLeft, /* True if zLeft contains no escapes */ argument
215240 assert( rawLeft==0 || rawRight==0 );
215244 }else if( rawLeft || zLeft[0]!='\\' ){
215290 int rawLeft, /* True if zLeft contains no escapes */ argument
215295 if( rawLeft && rawRight ){
215301 return jsonLabelCompareEscaped(zLeft, nLeft, rawLeft,