Searched refs:xmlHashScanner (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10.1/libxml2-26/libxml2/include/libxml/
H A Dhash.h81 * xmlHashScanner:
88 typedef void (*xmlHashScanner)(void *payload, void *data, xmlChar *name); typedef
210 xmlHashScanner f,
217 xmlHashScanner f,
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dhash.h81 * xmlHashScanner:
88 typedef void (*xmlHashScanner)(void *payload, void *data, xmlChar *name); typedef
210 xmlHashScanner f,
217 xmlHashScanner f,
/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dimports.c69 (xmlHashScanner) xsltNormalizeCompSteps, master);
H A Dextensions.c1033 (xmlHashScanner) xsltInitCtxtExt, &ctx);
1086 xmlHashScan(ctxt->extInfos, (xmlHashScanner) xsltShutdownCtxtExt,
1139 xmlHashScan(style->extInfos, (xmlHashScanner) xsltShutdownExt, style);
H A Dvariables.c1302 (xmlHashScanner) xsltEvalGlobalVariable, ctxt);
/macosx-10.10.1/libxml2-26/libxml2/
H A Dhash.c824 xmlHashScanner hashscanner;
845 xmlHashScan(xmlHashTablePtr table, xmlHashScanner f, void *data) {
914 xmlHashScanner f, void *data) {
H A Dvalid.c1740 xmlHashScan(table, (xmlHashScanner) xmlDumpElementDeclScan, buf);
2305 xmlHashScan(table, (xmlHashScanner) xmlDumpAttributeDeclScan, buf);
2521 xmlHashScan(table, (xmlHashScanner) xmlDumpNotationDeclScan, buf);
4165 xmlHashScan3(table, NULL, NULL, attr->elem, (xmlHashScanner)
6590 xmlHashScan(table, (xmlHashScanner) xmlValidateCheckRefCallback, ctxt);
6766 xmlHashScan(table, (xmlHashScanner) xmlValidateAttributeCallback, ctxt);
6770 xmlHashScan(entities, (xmlHashScanner) xmlValidateNotationCallback,
6776 xmlHashScan(table, (xmlHashScanner) xmlValidateAttributeCallback, ctxt);
6780 xmlHashScan(entities, (xmlHashScanner) xmlValidateNotationCallback,
H A Dentities.c1101 xmlHashScan(table, (xmlHashScanner)xmlDumpEntityDeclScan, buf);
H A Dcatalog.c801 (xmlHashScanner) xmlCatalogConvertEntry,
2935 (xmlHashScanner) xmlCatalogDumpEntry, out);
H A DdebugXML.c1290 xmlHashScan(table, (xmlHashScanner) xmlCtxtDumpEntityCallback,
1300 xmlHashScan(table, (xmlHashScanner) xmlCtxtDumpEntityCallback,
H A Dxinclude.c1369 (xmlHashScanner) xmlXIncludeMergeEntity, &data);
1384 (xmlHashScanner) xmlXIncludeMergeEntity, &data);
H A Drelaxng.c6610 xmlHashScan(ret->defs, (xmlHashScanner) xmlRelaxNGCheckCombine,
6618 xmlHashScan(ret->refs, (xmlHashScanner) xmlRelaxNGCheckReference,
7545 (xmlHashScanner) xmlRelaxNGComputeInterleaves, ctxt);
H A Dxmlschemas.c4522 xmlHashScan(schema->typeDecl, (xmlHashScanner) xmlSchemaTypeDump,
22020 (xmlHashScanner) xmlSchemaAugmentIDC, vctxt);
26864 xmlHashScan(vctxt->schema->schemasImports,(xmlHashScanner)xmlSchemaAugmentImportedIDC, vctxt);
28079 xmlHashScan(vctxt->schema->schemasImports,(xmlHashScanner)xmlSchemaAugmentImportedIDC, vctxt);
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dhash.c792 xmlHashScanner hashscanner;
813 xmlHashScan(xmlHashTablePtr table, xmlHashScanner f, void *data) {
882 xmlHashScanner f, void *data) {
H A Dvalid.c1740 xmlHashScan(table, (xmlHashScanner) xmlDumpElementDeclScan, buf);
2305 xmlHashScan(table, (xmlHashScanner) xmlDumpAttributeDeclScan, buf);
2521 xmlHashScan(table, (xmlHashScanner) xmlDumpNotationDeclScan, buf);
4165 xmlHashScan3(table, NULL, NULL, attr->elem, (xmlHashScanner)
6583 xmlHashScan(table, (xmlHashScanner) xmlValidateCheckRefCallback, ctxt);
6757 xmlHashScan(table, (xmlHashScanner) xmlValidateAttributeCallback, ctxt);
6761 xmlHashScan(entities, (xmlHashScanner) xmlValidateNotationCallback,
6767 xmlHashScan(table, (xmlHashScanner) xmlValidateAttributeCallback, ctxt);
6771 xmlHashScan(entities, (xmlHashScanner) xmlValidateNotationCallback,
H A Dxinclude.c1366 (xmlHashScanner) xmlXIncludeMergeEntity, &data);
1381 (xmlHashScanner) xmlXIncludeMergeEntity, &data);
H A Dentities.c1018 xmlHashScan(table, (xmlHashScanner)xmlDumpEntityDeclScan, buf);
H A Dcatalog.c797 (xmlHashScanner) xmlCatalogConvertEntry,
2939 (xmlHashScanner) xmlCatalogDumpEntry, out);
H A DdebugXML.c1291 xmlHashScan(table, (xmlHashScanner) xmlCtxtDumpEntityCallback,
1301 xmlHashScan(table, (xmlHashScanner) xmlCtxtDumpEntityCallback,
H A Drelaxng.c6609 xmlHashScan(ret->defs, (xmlHashScanner) xmlRelaxNGCheckCombine,
6617 xmlHashScan(ret->refs, (xmlHashScanner) xmlRelaxNGCheckReference,
7544 (xmlHashScanner) xmlRelaxNGComputeInterleaves, ctxt);
H A Dxmlschemas.c4503 xmlHashScan(schema->typeDecl, (xmlHashScanner) xmlSchemaTypeDump,
21991 (xmlHashScanner) xmlSchemaAugmentIDC, vctxt);
27998 xmlHashScan(vctxt->schema->schemasImports,(xmlHashScanner)xmlSchemaAugmentImportedIDC, vctxt);

Completed in 605 milliseconds