Lines Matching defs:quoteChar
1907 int quoteChar; /* the quote character to escape (' or ") or zero. */1920 quoteChar = gen_int(n_quoteChar, 4);1922 ret_val = htmlEncodeEntities(out, outlen, (const unsigned char *)in, inlen, quoteChar);1929 des_int(n_quoteChar, quoteChar, 4);