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

/freebsd-11.0-release/contrib/expat/xmlwf/
H A Dct.c73 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")) {
H A Dxmlmime.c77 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 124 milliseconds