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

  /external/libxml2/include/libxml/
dict.h 37 xmlDictFree (xmlDictPtr dict);
  /external/libxslt/libxslt/
documents.c 73 xmlDictFree(pctxt->dict);
xslt.c 1024 xmlDictFree(style->dict);
    [all...]
transform.c 604 xmlDictFree(ctxt->dict);
    [all...]
  /external/webkit/Source/WebCore/xml/
XSLStyleSheetLibxslt.cpp 165 xmlDictFree(ctxt->dict);
  /external/libxml2/
schematron.c 574 xmlDictFree(schema->dict);
718 xmlDictFree(ctxt->dict);
    [all...]
dict.c 685 * xmlDictFree:
692 xmlDictFree(xmlDictPtr dict) {
717 xmlDictFree(dict->subdict);
pattern.c 253 xmlDictFree(comp->dict);
    [all...]
hash.c 363 xmlDictFree(table->dict);
xmlreader.c 534 if (cur->dict != NULL) xmlDictFree(cur->dict);
    [all...]
parserInternals.c     [all...]
xinclude.c 443 xmlDictFree(pctxt->dict);
    [all...]
parser.c     [all...]
elfgcchack.h     [all...]
xmlschemas.c     [all...]
tree.c 1243 if (dict) xmlDictFree(dict);
    [all...]
xmlregexp.c     [all...]
xpath.c 681 xmlDictFree(comp->dict);
    [all...]

Completed in 419 milliseconds