Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c215553 int rawLeft, /* True if zLeft contains no escapes */ argument
215559 assert( rawLeft==0 || rawRight==0 );
215563 }else if( rawLeft || zLeft[0]!='\\' ){
215609 int rawLeft, /* True if zLeft contains no escapes */ argument
215614 if( rawLeft && rawRight ){
215620 return jsonLabelCompareEscaped(zLeft, nLeft, rawLeft,