HomeSort by relevance Sort by last modified time
    Searched refs:docu (Results 1 - 2 of 2) sorted by null

  /external/libxml2/
relaxng.c 674 * @docu: a document structure
679 xmlRelaxNGFreeDocument(xmlRelaxNGDocumentPtr docu)
681 if (docu == NULL)
684 if (docu->href != NULL)
685 xmlFree(docu->href);
686 if (docu->doc != NULL)
687 xmlFreeDoc(docu->doc);
688 if (docu->schema != NULL)
689 xmlRelaxNGFreeInnerSchema(docu->schema);
690 xmlFree(docu);
4730 xmlRelaxNGDocumentPtr docu; local
7028 xmlRelaxNGDocumentPtr docu; local
    [all...]
  /external/libxslt/libxslt/
transform.c 419 xsltDocumentPtr docu; local
538 docu = xsltNewDocument(cur, doc);
539 if (docu == NULL) {
544 docu->main = 1;
545 cur->document = docu;
    [all...]

Completed in 32 milliseconds