Home | History | Annotate | Download | only in fts3

Lines Matching refs:quote

376 ** the quote characters.  The conversion is done in-place.  If the
377 ** input does not begin with a quote character, then this routine
389 char quote; /* Quote character (if any ) */
391 quote = z[0];
392 if( quote=='[' || quote=='\'' || quote=='"' || quote=='`' ){
396 /* If the first byte was a '[', then the close-quote character is a ']' */
397 if( quote=='[' ) quote = ']';
400 if( z[iIn]==quote ){
401 if( z[iIn+1]!=quote ) break;
402 z[iOut++] = quote;
701 ** with all double quote characters escaped. For example: