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

  /src/external/mit/expat/dist/xmlwf/
ct.c 105 matchkey(const char *start, const char *end, const char *key) { function
121 if (matchkey(p, next, "text"))
123 else if (! matchkey(p, next, "application"))
129 if (matchkey(p, next, "xml"))
135 if (matchkey(p, next, "charset")) {
xmlmime.c 110 matchkey(const char *start, const char *end, const char *key) { function
126 if (matchkey(p, next, "text"))
128 else if (! matchkey(p, next, "application"))
136 if (! matchkey(p, next, "xml") && charset[0] == '\0')
144 if (matchkey(p, next, "charset")) {
  /src/external/mpl/bind/dist/lib/dns/
zone.c 10125 matchkey(dns_rdataset_t *rdset, dns_rdata_t *rr) { function
10610 if (!matchkey(dnskeys, &keydatarr)) {
10731 if (matchkey(keydataset, &dnskeyrr)) {
  /src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c 10158 matchkey(dns_rdataset_t *rdset, dns_rdata_t *rr) { function
10647 if (!matchkey(dnskeys, &keydatarr)) {
10766 if (matchkey(keydataset, &dnskeyrr)) {

Completed in 53 milliseconds