Searched refs:xmlHashScan (Results 1 - 13 of 13) sorted by relevance

/external/libxml2/include/libxml/
H A Dhash.h209 xmlHashScan (xmlHashTablePtr table,
/external/libxslt/libxslt/
H A Dextensions.c1032 xmlHashScan(style->extInfos,
1086 xmlHashScan(ctxt->extInfos, (xmlHashScanner) xsltShutdownCtxtExt,
1139 xmlHashScan(style->extInfos, (xmlHashScanner) xsltShutdownExt, style);
2284 xmlHashScan(xsltModuleHash, xsltHashScannerModuleFree, 0);
H A Dimports.c68 xmlHashScan(style->templatesHash,
H A Dvariables.c1292 xmlHashScan(ctxt->globalVars,
/external/libxml2/
H A Dvalid.c1740 xmlHashScan(table, (xmlHashScanner) xmlDumpElementDeclScan, buf);
2305 xmlHashScan(table, (xmlHashScanner) xmlDumpAttributeDeclScan, buf);
2521 xmlHashScan(table, (xmlHashScanner) xmlDumpNotationDeclScan, buf);
6588 xmlHashScan(table, (xmlHashScanner) xmlValidateCheckRefCallback, ctxt);
6764 xmlHashScan(table, (xmlHashScanner) xmlValidateAttributeCallback, ctxt);
6768 xmlHashScan(entities, (xmlHashScanner) xmlValidateNotationCallback,
6774 xmlHashScan(table, (xmlHashScanner) xmlValidateAttributeCallback, ctxt);
6778 xmlHashScan(entities, (xmlHashScanner) xmlValidateNotationCallback,
H A Dxinclude.c1365 xmlHashScan((xmlHashTablePtr) source->entities,
1380 xmlHashScan((xmlHashTablePtr) source->entities,
H A Dentities.c1018 xmlHashScan(table, (xmlHashScanner)xmlDumpEntityDeclScan, buf);
H A Dhash.c841 * xmlHashScan:
849 xmlHashScan(xmlHashTablePtr table, xmlHashScanner f, void *data) { function
H A Dcatalog.c796 xmlHashScan(catal->sgml,
2935 xmlHashScan(catal->sgml,
H A DdebugXML.c1291 xmlHashScan(table, (xmlHashScanner) xmlCtxtDumpEntityCallback,
1301 xmlHashScan(table, (xmlHashScanner) xmlCtxtDumpEntityCallback,
H A Drelaxng.c4714 xmlHashScan(grammar->refs, xmlRelaxNGParseImportRef, ctxt);
6609 xmlHashScan(ret->defs, (xmlHashScanner) xmlRelaxNGCheckCombine,
6617 xmlHashScan(ret->refs, (xmlHashScanner) xmlRelaxNGCheckReference,
7543 xmlHashScan(ctxt->interleaves,
H A Delfgcchack.h4323 #undef xmlHashScan macro
4324 extern __typeof (xmlHashScan) xmlHashScan __attribute((alias("xmlHashScan__internal_alias")));
4326 #ifndef xmlHashScan
4327 extern __typeof (xmlHashScan) xmlHashScan__internal_alias __attribute((visibility("hidden")));
4328 #define xmlHashScan xmlHashScan__internal_alias macro
H A Dxmlschemas.c4503 xmlHashScan(schema->typeDecl, (xmlHashScanner) xmlSchemaTypeDump,
21991 xmlHashScan(imported->schema->idcDef ,
26819 xmlHashScan(vctxt->schema->schemasImports,(xmlHashScanner)xmlSchemaAugmentImportedIDC, vctxt);
28004 xmlHashScan(vctxt->schema->schemasImports,(xmlHashScanner)xmlSchemaAugmentImportedIDC, vctxt);

Completed in 240 milliseconds