HomeSort by relevance Sort by last modified time
    Searched refs:xmlDocPtr (Results 76 - 86 of 86) sorted by null

1 2 34

  /external/ImageMagick/coders/
svg.c 185 xmlDocPtr
747 if (svg_info->document == (xmlDocPtr) NULL)
779 if (svg_info->document != (xmlDocPtr) NULL)
782 svg_info->document=(xmlDocPtr) NULL;
    [all...]
msl.c 155 xmlDocPtr
533 if (msl_info->document == (xmlDocPtr) NULL)
    [all...]
  /external/libxml2/python/
types.c 224 libxml_xmlDocPtrWrap(xmlDocPtr doc)
236 ret = PyCapsule_New((void *) doc, (char *) "xmlDocPtr", NULL);
  /external/libxml2/
xmllint.c     [all...]
xmlwriter.c 102 xmlDocPtr doc;
358 * @doc: address of a xmlDocPtr to hold the new XML document tree
366 xmlNewTextWriterDoc(xmlDocPtr * doc, int compression)
419 * @doc: xmlDocPtr
429 xmlNewTextWriterTree(xmlDocPtr doc, xmlNodePtr node, int compression)
    [all...]
xpath.c     [all...]
testlimits.c 1263 xmlDocPtr doc;
    [all...]
xmlschemas.c 399 xmlDocPtr doc;
430 xmlDocPtr doc; /* The schema node-tree. */
454 xmlDocPtr doc;
606 xmlDocPtr doc;
972 xmlDocPtr doc;
    [all...]
xpointer.c     [all...]
SAX2.c 985 xmlDocPtr doc;
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 566 xmlDocPtr Doc;
    [all...]

Completed in 7080 milliseconds

1 2 34