Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c215237 int rawRight /* True if zRight is escape-free */ argument
215240 assert( rawLeft==0 || rawRight==0 );
215262 }else if( rawRight || zRight[0]!='\\' ){
215293 int rawRight /* True if zRight is escape-free */ argument
215295 if( rawLeft && rawRight ){
215302 zRight, nRight, rawRight);