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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlreader.h152 xmlTextReaderHasAttributes(xmlTextReaderPtr reader);
/vbox/src/libs/libxml2-2.6.31/
H A Delfgcchack.h11206 #undef xmlTextReaderHasAttributes macro
11207 extern __typeof (xmlTextReaderHasAttributes) xmlTextReaderHasAttributes __attribute((alias("xmlTextReaderHasAttributes__internal_alias")));
11209 #ifndef xmlTextReaderHasAttributes
11210 extern __typeof (xmlTextReaderHasAttributes) xmlTextReaderHasAttributes__internal_alias __attribute((visibility("hidden")));
11211 #define xmlTextReaderHasAttributes xmlTextReaderHasAttributes__internal_alias macro
H A Dxmlreader.c3422 * xmlTextReaderHasAttributes:
3430 xmlTextReaderHasAttributes(xmlTextReaderPtr reader) { function
H A Dtestapi.c30915 ret_val = xmlTextReaderHasAttributes(reader);
30921 printf("Leak of %d blocks found in xmlTextReaderHasAttributes",
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c1927 if (!PyArg_ParseTuple(args, (char *)"O:xmlTextReaderHasAttributes", &pyobj_reader))
1931 c_retval = xmlTextReaderHasAttributes(reader);

Completed in 280 milliseconds