Lines Matching defs:http
102 int http;
106 http = 0;
112 if ((!xmlStrcasecmp(attr->name, BAD_CAST"http-equiv"))
114 http = 1;
118 if ((http != 0) && (content != NULL))
235 int http;
239 http = 0;
245 if ((!xmlStrcasecmp(attr->name, BAD_CAST"http-equiv"))
247 http = 1;
254 if ((http != 0) && (content != NULL))
259 if ((http != 0) && (content != NULL)) {
280 xmlNewProp(meta, BAD_CAST"http-equiv", BAD_CAST"Content-Type");