Searched refs:xmlExpRef (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlregexp.h151 xmlExpRef (xmlExpNodePtr expr);
/vbox/src/libs/libxml2-2.6.31/
H A Delfgcchack.h3338 #undef xmlExpRef macro
3339 extern __typeof (xmlExpRef) xmlExpRef __attribute((alias("xmlExpRef__internal_alias")));
3341 #ifndef xmlExpRef
3342 extern __typeof (xmlExpRef) xmlExpRef__internal_alias __attribute((visibility("hidden")));
3343 #define xmlExpRef xmlExpRef__internal_alias macro
H A Dxmlregexp.c6785 * xmlExpRef:
6791 xmlExpRef(xmlExpNodePtr exp) { function
6824 * an handle on them use xmlExpRef() and use xmlExpFree() to release them,
6849 * an handle on them use xmlExpRef() and use xmlExpFree() to release them,
6875 * an handle on it use xmlExpRef() and use xmlExpFree() to release it,
H A Dtestapi.c32856 xmlExpRef(exp);
32861 printf("Leak of %d blocks found in xmlExpRef",
[all...]

Completed in 228 milliseconds