Home
last modified time | relevance | path

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

/hardware/google/apf/v7/
Dapf_dns.h21 bool is_qname_match = true; in FUNC() local
44 if (is_qname_match) { in FUNC()
50 is_qname_match &= (uppercase(w) == *needle++); in FUNC()
53 if (len != 0xFF) is_qname_match = false; in FUNC()
57 is_qname_match = false; in FUNC()
62 return (is_qname_match && *needle == 0) ? match : nomatch; in FUNC()
Dapf_interpreter.c408 Boolean is_qname_match = True; in FUNC() local
431 if (is_qname_match) { in FUNC()
437 is_qname_match &= (uppercase(w) == *needle++); in FUNC()
440 if (len != 0xFF) is_qname_match = False; in FUNC()
444 is_qname_match = False; in FUNC()
449 return (is_qname_match && *needle == 0) ? match : nomatch; in FUNC()
/hardware/google/apf/
Dapf_dns.h21 bool is_qname_match = true; in FUNC() local
44 if (is_qname_match) { in FUNC()
50 is_qname_match &= (uppercase(w) == *needle++); in FUNC()
53 if (len != 0xFF) is_qname_match = false; in FUNC()
57 is_qname_match = false; in FUNC()
62 return (is_qname_match && *needle == 0) ? match : nomatch; in FUNC()
/hardware/google/apf/v6/
Dapf_interpreter.c406 Boolean is_qname_match = True; in FUNC() local
429 if (is_qname_match) { in FUNC()
435 is_qname_match &= (uppercase(w) == *needle++); in FUNC()
438 if (len != 0xFF) is_qname_match = False; in FUNC()
442 is_qname_match = False; in FUNC()
447 return (is_qname_match && *needle == 0) ? match : nomatch; in FUNC()
/hardware/google/apf/devtools/
Dapf_interpreter.c408 Boolean is_qname_match = True; in FUNC() local
431 if (is_qname_match) { in FUNC()
437 is_qname_match &= (uppercase(w) == *needle++); in FUNC()
440 if (len != 0xFF) is_qname_match = False; in FUNC()
444 is_qname_match = False; in FUNC()
449 return (is_qname_match && *needle == 0) ? match : nomatch; in FUNC()