• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/

Lines Matching defs:doc

255     if ((cur == NULL)  || (cur->doc == NULL) || (xpath == NULL))
257 ctxtXPath->doc = cur->doc;
283 if ((cur == NULL) || (cur->doc == NULL) || (xpath == NULL))
285 ctxtXPath->doc = cur->doc;
340 xmlNodeDump(buf, test->doc, test, 0, 0);
380 xmlNodeDump(buf, tst->doc, tst, 0, 0);
386 xmlNodeDump(buf, test->doc, test, 0, 0);
434 xmlDocPtr doc = NULL;
475 xmlNodeDump(buf, test->doc, test, 0, 0);
508 xmlNodeDump(buf, test->doc, test, 0, 0);
515 doc = xmlReadMemory((const char *)buf->content, buf->use,
517 if (doc == NULL) {
528 ret = xmlRelaxNGValidateDoc(ctxt, doc);
539 xmlFreeDoc(doc);
565 xmlNodeDump(buf, test->doc, test, 0, 0);
572 doc = xmlReadMemory((const char *)buf->content, buf->use,
574 if (doc == NULL) {
585 ret = xmlRelaxNGValidateDoc(ctxt, doc);
596 xmlFreeDoc(doc);
626 xmlChar *doc = getString(cur, "string(documentation)");
628 if (doc != NULL) {
629 printf("Suite %s\n", doc);
630 xmlFree(doc);
644 xmlDocPtr doc;
649 doc = xmlReadFile(filename, NULL, XML_PARSE_NOENT);
650 if (doc == NULL) {
656 cur = xmlDocGetRootElement(doc);
675 if (doc != NULL)
676 xmlFreeDoc(doc);
683 xmlChar *doc = getString(cur, "string(documentation)");
685 if (doc != NULL) {
686 printf("Suite %s\n", doc);
687 xmlFree(doc);
689 doc = getString(cur, "string(section)");
690 if (doc != NULL) {
691 printf("Section %s\n", doc);
692 xmlFree(doc);
707 xmlDocPtr doc;
712 doc = xmlReadFile(filename, NULL, XML_PARSE_NOENT);
713 if (doc == NULL) {
719 cur = xmlDocGetRootElement(doc);
738 if (doc != NULL)
739 xmlFreeDoc(doc);
745 xmlDocPtr doc;
750 doc = xmlReadFile(filename, NULL, XML_PARSE_NOENT);
751 if (doc == NULL) {
757 cur = xmlDocGetRootElement(doc);
776 if (doc != NULL)
777 xmlFreeDoc(doc);
794 xmlDocPtr doc = NULL;
831 doc = xmlReadFile((const char *) path, NULL, XML_PARSE_NOENT);
832 if (doc == NULL) {
844 ret = xmlSchemaValidateDoc(ctxt, doc);
875 if (doc != NULL) xmlFreeDoc(doc);
1009 xmlDocPtr doc;
1015 doc = xmlReadFile(metadata, NULL, XML_PARSE_NOENT);
1016 if (doc == NULL) {
1021 cur = xmlDocGetRootElement(doc);
1050 xmlFreeDoc(doc);