Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/util/support/
H A Djson.c578 static const char quotemap_c[] = "\"\\/\b\f\n\r\t"; variable
598 p = strchr(quotemap_c, *str); in encode_string()
600 k5_buf_add_len(buf, quotemap_json + (p - quotemap_c), 1); in encode_string()
837 *pos++ = quotemap_c[q - quotemap_json]; in parse_string()