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

  /external/libxml2/
relaxng.c 672 * @docu: a document structure
677 xmlRelaxNGFreeDocument(xmlRelaxNGDocumentPtr docu)
679 if (docu == NULL)
682 if (docu->href != NULL)
683 xmlFree(docu->href);
684 if (docu->doc != NULL)
685 xmlFreeDoc(docu->doc);
686 if (docu->schema != NULL)
687 xmlRelaxNGFreeInnerSchema(docu->schema);
688 xmlFree(docu);
4630 xmlRelaxNGDocumentPtr docu; local
6904 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 62 milliseconds