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

/external/chromium_org/third_party/libxml/src/
H A Dxmlsave.c1434 xmlChar *httpequiv; local
1436 httpequiv = xmlGetProp(tmp, BAD_CAST"http-equiv");
1437 if (httpequiv != NULL) {
1438 if (xmlStrcasecmp(httpequiv, BAD_CAST"Content-Type") == 0) {
1439 xmlFree(httpequiv);
1442 xmlFree(httpequiv);
/external/libxml2/
H A Dxmlsave.c1607 xmlChar *httpequiv; local
1609 httpequiv = xmlGetProp(tmp, BAD_CAST"http-equiv");
1610 if (httpequiv != NULL) {
1611 if (xmlStrcasecmp(httpequiv, BAD_CAST"Content-Type") == 0) {
1612 xmlFree(httpequiv);
1615 xmlFree(httpequiv);

Completed in 382 milliseconds