Searched defs:xmlHashScanFull (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dhash.c849 xmlHashScanFull (table, stubHashScannerFull, &stubdata);
853 * xmlHashScanFull:
861 xmlHashScanFull(xmlHashTablePtr table, xmlHashScannerFull f, void *data) { function
H A Delfgcchack.h4435 #undef xmlHashScanFull macro
4436 extern __typeof (xmlHashScanFull) xmlHashScanFull __attribute((alias("xmlHashScanFull__internal_alias")));
4438 #ifndef xmlHashScanFull
4439 extern __typeof (xmlHashScanFull) xmlHashScanFull__internal_alias __attribute((visibility("hidden")));
4440 #define xmlHashScanFull xmlHashScanFull__internal_alias macro

Completed in 126 milliseconds