Searched refs:escape (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Drdata.c1168 isc_boolean_t escape; local
1180 escape = ISC_FALSE;
1195 if (escape && (d = decvalue((char)c)) != -1) {
1213 } else if (!escape && c == '\\') {
1214 escape = ISC_TRUE;
1217 escape = ISC_FALSE;
1224 if (escape)
1314 isc_boolean_t escape; local
1323 escape = ISC_FALSE;
1341 if (escape
[all...]

Completed in 12 milliseconds