Searched defs:quote (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Drdata.c124 txt_totext(isc_region_t *source, isc_boolean_t quote, isc_buffer_t *target);
1398 txt_totext(isc_region_t *source, isc_boolean_t quote, isc_buffer_t *target) { argument
1414 REQUIRE(quote == ISC_TRUE);
1416 if (quote) {
1426 if (*sp < (quote ? 0x20 : 0x21) || *sp >= 0x7f) {
1438 * Escape double quote and backslash. If we are not
1443 (!quote && (*sp == 0x40 || *sp == 0x3b))) {
1454 if (quote) {
1591 /* double quote, backslash */

Completed in 19 milliseconds