Home
last modified time | relevance | path

Searched refs:xmlHashScan (Results 1 – 24 of 24) sorted by relevance

/third_party/gettext/gnulib-local/lib/libxml/
Dhash.in.h241 xmlHashScan (xmlHashTablePtr table,
Dvalid.c1781 xmlHashScan(table, xmlDumpElementDeclScan, buf); in xmlDumpElementTable()
2353 xmlHashScan(table, xmlDumpAttributeDeclScan, buf); in xmlDumpAttributeTable()
2575 xmlHashScan(table, xmlDumpNotationDeclScan, buf); in xmlDumpNotationTable()
6660 xmlHashScan(table, xmlValidateCheckRefCallback, ctxt); in xmlValidateDocumentFinal()
6840 xmlHashScan(table, xmlValidateAttributeCallback, ctxt); in xmlValidateDtdFinal()
6844 xmlHashScan(entities, xmlValidateNotationCallback, ctxt); in xmlValidateDtdFinal()
6849 xmlHashScan(table, xmlValidateAttributeCallback, ctxt); in xmlValidateDtdFinal()
6853 xmlHashScan(entities, xmlValidateNotationCallback, ctxt); in xmlValidateDtdFinal()
Dentities.c1136 xmlHashScan(table, xmlDumpEntityDeclScan, buf); in xmlDumpEntitiesTable()
Dhash.c868 xmlHashScan(xmlHashTablePtr table, xmlHashScanner f, void *data) { in xmlHashScan() function
Dxinclude.c1400 xmlHashScan((xmlHashTablePtr) source->entities, in xmlXIncludeMergeEntities()
1415 xmlHashScan((xmlHashTablePtr) source->entities, in xmlXIncludeMergeEntities()
DdebugXML.c1324 xmlHashScan(table, xmlCtxtDumpEntityCallback, ctxt); in xmlCtxtDumpEntities()
1333 xmlHashScan(table, xmlCtxtDumpEntityCallback, ctxt); in xmlCtxtDumpEntities()
Dcatalog.c836 xmlHashScan(catal->sgml, xmlCatalogConvertEntry, &catal); in xmlConvertSGMLCatalog()
2974 xmlHashScan(catal->sgml, xmlCatalogDumpEntry, out); in xmlACatalogDump()
Drelaxng.c4768 xmlHashScan(grammar->refs, xmlRelaxNGParseImportRef, ctxt); in xmlRelaxNGParseImportRefs()
6668 xmlHashScan(ret->defs, xmlRelaxNGCheckCombine, ctxt); in xmlRelaxNGParseGrammar()
6675 xmlHashScan(ret->refs, xmlRelaxNGCheckReference, ctxt); in xmlRelaxNGParseGrammar()
7606 xmlHashScan(ctxt->interleaves, xmlRelaxNGComputeInterleaves, ctxt); in xmlRelaxNGParse()
Delfgcchack.h4446 #undef xmlHashScan
4447 extern __typeof (xmlHashScan) xmlHashScan __attribute((alias("xmlHashScan__internal_alias")));
4449 #ifndef xmlHashScan
4450 extern __typeof (xmlHashScan) xmlHashScan__internal_alias __attribute((visibility("hidden")));
4451 #define xmlHashScan xmlHashScan__internal_alias macro
Dxmlschemas.c4589 xmlHashScan(schema->typeDecl, xmlSchemaTypeDumpEntry, output); in xmlSchemaDump()
22093 xmlHashScan(imported->schema->idcDef, xmlSchemaAugmentIDC, vctxt); in xmlSchemaAugmentImportedIDC()
26936 xmlHashScan(vctxt->schema->schemasImports, xmlSchemaAugmentImportedIDC, in xmlSchemaValidateElem()
28190 xmlHashScan(vctxt->schema->schemasImports, xmlSchemaAugmentImportedIDC, in xmlSchemaPreRun()
/third_party/libxml2/include/libxml/
Dhash.h212 xmlHashScan (xmlHashTablePtr table,
/third_party/libxml2/os400/libxmlrpg/
Dhash.rpgle215 d xmlHashScan pr extproc('xmlHashScan')
/third_party/libxml2/
Dvalid.c1824 xmlHashScan(table, xmlDumpElementDeclScan, buf); in xmlDumpElementTable()
2396 xmlHashScan(table, xmlDumpAttributeDeclScan, buf); in xmlDumpAttributeTable()
2618 xmlHashScan(table, xmlDumpNotationDeclScan, buf); in xmlDumpNotationTable()
6695 xmlHashScan(table, xmlValidateCheckRefCallback, ctxt); in xmlValidateDocumentFinal()
6875 xmlHashScan(table, xmlValidateAttributeCallback, ctxt); in xmlValidateDtdFinal()
6879 xmlHashScan(entities, xmlValidateNotationCallback, ctxt); in xmlValidateDtdFinal()
6884 xmlHashScan(table, xmlValidateAttributeCallback, ctxt); in xmlValidateDtdFinal()
6888 xmlHashScan(entities, xmlValidateNotationCallback, ctxt); in xmlValidateDtdFinal()
Dentities.c1136 xmlHashScan(table, xmlDumpEntityDeclScan, buf); in xmlDumpEntitiesTable()
Dhash.c864 xmlHashScan(xmlHashTablePtr table, xmlHashScanner f, void *data) { in xmlHashScan() function
Dxinclude.c1383 xmlHashScan((xmlHashTablePtr) source->entities, in xmlXIncludeMergeEntities()
1398 xmlHashScan((xmlHashTablePtr) source->entities, in xmlXIncludeMergeEntities()
DdebugXML.c1295 xmlHashScan(table, xmlCtxtDumpEntityCallback, ctxt); in xmlCtxtDumpEntities()
1304 xmlHashScan(table, xmlCtxtDumpEntityCallback, ctxt); in xmlCtxtDumpEntities()
Dlibxml2.syms873 xmlHashScan;
Dcatalog.c807 xmlHashScan(catal->sgml, xmlCatalogConvertEntry, &catal); in xmlConvertSGMLCatalog()
2946 xmlHashScan(catal->sgml, xmlCatalogDumpEntry, out); in xmlACatalogDump()
Drelaxng.c4740 xmlHashScan(grammar->refs, xmlRelaxNGParseImportRef, ctxt); in xmlRelaxNGParseImportRefs()
6647 xmlHashScan(ret->defs, xmlRelaxNGCheckCombine, ctxt); in xmlRelaxNGParseGrammar()
6654 xmlHashScan(ret->refs, xmlRelaxNGCheckReference, ctxt); in xmlRelaxNGParseGrammar()
7586 xmlHashScan(ctxt->interleaves, xmlRelaxNGComputeInterleaves, ctxt); in xmlRelaxNGParse()
Delfgcchack.h4425 #undef xmlHashScan
4426 extern __typeof (xmlHashScan) xmlHashScan __attribute((alias("xmlHashScan__internal_alias")));
4428 #ifndef xmlHashScan
4429 extern __typeof (xmlHashScan) xmlHashScan__internal_alias __attribute((visibility("hidden")));
4430 #define xmlHashScan xmlHashScan__internal_alias macro
Dxmlschemas.c4605 xmlHashScan(schema->typeDecl, xmlSchemaTypeDumpEntry, output); in xmlSchemaDump()
22166 xmlHashScan(imported->schema->idcDef, xmlSchemaAugmentIDC, vctxt); in xmlSchemaAugmentImportedIDC()
27106 xmlHashScan(vctxt->schema->schemasImports, xmlSchemaAugmentImportedIDC, in xmlSchemaValidateElem()
28359 xmlHashScan(vctxt->schema->schemasImports, xmlSchemaAugmentImportedIDC, in xmlSchemaPreRun()
/third_party/libxml2/win32/
Dlibxml2.def.src959 xmlHashScan
/third_party/chromium/patch/
D0001-cve.patch83488 - called through xmlHashScan.
105410 -#undef xmlHashScan
105411 -extern __typeof (xmlHashScan) xmlHashScan __attribute((alias("xmlHashScan__internal_alias")));
105413 -#ifndef xmlHashScan
105414 -extern __typeof (xmlHashScan) xmlHashScan__internal_alias __attribute((visibility("hidden")));
105415 -#define xmlHashScan xmlHashScan__internal_alias
119107 xmlHashScan(table, xmlDumpEntityDeclScan, buf);
133549 xmlHashScan(table, xmlValidateCheckRefCallback, ctxt);