Lines Matching refs:quoteChar
2039 * @quoteChar: the quote character to escape (' or ") or zero.2051 const unsigned char* in, int *inlen, int quoteChar) {2096 if ((c < 0x80) && (c != (unsigned int) quoteChar) &&