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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dhash.h220 xmlHashScanFull (xmlHashTablePtr table,
/vbox/src/libs/libxml2-2.6.31/
H A Dhash.c818 xmlHashScanFull (table, stubHashScannerFull, &stubdata);
822 * xmlHashScanFull:
830 xmlHashScanFull(xmlHashTablePtr table, xmlHashScannerFull f, void *data) { function
H A Delfgcchack.h4319 #undef xmlHashScanFull macro
4320 extern __typeof (xmlHashScanFull) xmlHashScanFull __attribute((alias("xmlHashScanFull__internal_alias")));
4322 #ifndef xmlHashScanFull
4323 extern __typeof (xmlHashScanFull) xmlHashScanFull__internal_alias __attribute((visibility("hidden")));
4324 #define xmlHashScanFull xmlHashScanFull__internal_alias macro
H A Dparser.c1122 xmlHashScanFull(ctxt->attsSpecial, xmlCleanSpecialAttrCallback, ctxt);
H A Dxmlschemas.c4505 xmlHashScanFull(schema->elemDecl,

Completed in 569 milliseconds