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

  /src/external/bsd/unbound/dist/testcode/
testpkts.c 77 static int str_keyword(char** str, const char* keyword) function
116 if(str_keyword(&parse, "opcode")) {
118 } else if(str_keyword(&parse, "qtype")) {
120 } else if(str_keyword(&parse, "qname")) {
122 } else if(str_keyword(&parse, "rcode")) {
124 } else if(str_keyword(&parse, "question")) {
126 } else if(str_keyword(&parse, "answer")) {
128 } else if(str_keyword(&parse, "subdomain")) {
130 } else if(str_keyword(&parse, "all_noedns")) {
132 } else if(str_keyword(&parse, "all"))
    [all...]
testpkts.c 77 static int str_keyword(char** str, const char* keyword) function
116 if(str_keyword(&parse, "opcode")) {
118 } else if(str_keyword(&parse, "qtype")) {
120 } else if(str_keyword(&parse, "qname")) {
122 } else if(str_keyword(&parse, "rcode")) {
124 } else if(str_keyword(&parse, "question")) {
126 } else if(str_keyword(&parse, "answer")) {
128 } else if(str_keyword(&parse, "subdomain")) {
130 } else if(str_keyword(&parse, "all_noedns")) {
132 } else if(str_keyword(&parse, "all"))
    [all...]

Completed in 29 milliseconds