HomeSort by: relevance | last modified time | path
    Searched refs:comma_escape (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/dns/
rdata.c 1550 bool escape = false, comma_escape = false, seen_comma = false; local
1616 if (comma && !comma_escape && c == ',') {
1620 if (comma && !comma_escape && c == '\\') {
1621 comma_escape = true;
1624 comma_escape = false;
1636 if (escape || (comma && comma_escape)) {
  /src/external/mpl/bind/dist/lib/dns/
rdata.c 1734 bool escape = false, comma_escape = false, seen_comma = false; local
1800 if (comma && !comma_escape && c == ',') {
1804 if (comma && !comma_escape && c == '\\') {
1805 comma_escape = true;
1808 comma_escape = false;
1820 if (escape || (comma && comma_escape)) {

Completed in 15 milliseconds