Searched refs:xmlHashScanFull (Results 1 - 7 of 7) sorted by relevance

/external/libxml2/include/libxml/
H A Dhash.h220 xmlHashScanFull (xmlHashTablePtr table,
/external/libxslt/libxslt/
H A Dattributes.c608 xmlHashScanFull(cur->attributeSets,
624 xmlHashScanFull(style->attributeSets,
H A Dextensions.c2335 xmlHashScanFull(xsltFunctionsHash,
2345 xmlHashScanFull(xsltElementsHash,
2355 xmlHashScanFull(xsltExtensionsHash,
/external/libxml2/
H A Dhash.c853 xmlHashScanFull (table, stubHashScannerFull, &stubdata);
857 * xmlHashScanFull:
865 xmlHashScanFull(xmlHashTablePtr table, xmlHashScannerFull f, void *data) { function
H A Delfgcchack.h4343 #undef xmlHashScanFull macro
4344 extern __typeof (xmlHashScanFull) xmlHashScanFull __attribute((alias("xmlHashScanFull__internal_alias")));
4346 #ifndef xmlHashScanFull
4347 extern __typeof (xmlHashScanFull) xmlHashScanFull__internal_alias __attribute((visibility("hidden")));
4348 #define xmlHashScanFull xmlHashScanFull__internal_alias macro
H A Dparser.c1291 xmlHashScanFull(ctxt->attsSpecial, xmlCleanSpecialAttrCallback, ctxt);
H A Dxmlschemas.c4505 xmlHashScanFull(schema->elemDecl,

Completed in 155 milliseconds