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

/external/chromium_org/third_party/libxml/src/
H A Dhash.c817 xmlHashScanFull (table, stubHashScannerFull, &stubdata);
821 * xmlHashScanFull:
829 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
/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 4046 milliseconds