HomeSort by relevance Sort by last modified time
    Searched refs:matchkey (Results 1 - 2 of 2) sorted by null

  /external/expat/xmlwf/
ct.c 73 matchkey(const char *start, const char *end, const char *key) function
91 if (matchkey(p, next, "text"))
93 else if (!matchkey(p, next, "application"))
99 if (matchkey(p, next, "xml"))
105 if (matchkey(p, next, "charset")) {
xmlmime.c 77 matchkey(const char *start, const char *end, const char *key) function
95 if (matchkey(p, next, "text"))
97 else if (!matchkey(p, next, "application"))
104 if (!matchkey(p, next, "xml") && charset[0] == '\0')
111 if (matchkey(p, next, "charset")) {

Completed in 34 milliseconds