Lines Matching defs:doc
379 xmlDocPtr doc;
409 doc = xmlParseMemory((xmlChar *) databuf, i);
411 return doc;
872 xmlDocPtr doc;
882 doc = loadXMLFile(filename);
884 if (!doc) {
889 ctxt = xmlXPathNewContext(doc);
988 xmlFreeDoc(doc);
1017 xmlDocPtr doc;
1031 doc = loadXMLFile(filename);
1033 if (!doc) {
1038 ctxt = xmlXPathNewContext(doc);
1173 xmlFreeDoc(doc);