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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlsave.c1303 xmlChar *httpequiv; local
1305 httpequiv = xmlGetProp(tmp, BAD_CAST"http-equiv");
1306 if (httpequiv != NULL) {
1307 if (xmlStrcasecmp(httpequiv, BAD_CAST"Content-Type") == 0) {
1308 xmlFree(httpequiv);
1311 xmlFree(httpequiv);

Completed in 34 milliseconds