Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c215556 int rawRight /* True if zRight is escape-free */ argument
215559 assert( rawLeft==0 || rawRight==0 );
215581 }else if( rawRight || zRight[0]!='\\' ){
215612 int rawRight /* True if zRight is escape-free */ argument
215614 if( rawLeft && rawRight ){
215621 zRight, nRight, rawRight);