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

/external/chromium_org/third_party/libxml/src/
H A Dtree.c4522 * xmlGetNodePath:
4531 xmlGetNodePath(xmlNodePtr node) function
H A Delfgcchack.h4028 #undef xmlGetNodePath macro
4029 extern __typeof (xmlGetNodePath) xmlGetNodePath __attribute((alias("xmlGetNodePath__internal_alias")));
4031 #ifndef xmlGetNodePath
4032 extern __typeof (xmlGetNodePath) xmlGetNodePath__internal_alias __attribute((visibility("hidden")));
4033 #define xmlGetNodePath xmlGetNodePath__internal_alias macro
/external/libxml2/
H A Dtree.c4607 * xmlGetNodePath:
4616 xmlGetNodePath(xmlNodePtr node) function
H A Delfgcchack.h4120 #undef xmlGetNodePath macro
4121 extern __typeof (xmlGetNodePath) xmlGetNodePath __attribute((alias("xmlGetNodePath__internal_alias")));
4123 #ifndef xmlGetNodePath
4124 extern __typeof (xmlGetNodePath) xmlGetNodePath__internal_alias __attribute((visibility("hidden")));
4125 #define xmlGetNodePath xmlGetNodePath__internal_alias macro

Completed in 1670 milliseconds