Searched refs:xmlTextReaderAttributeCount (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A DtestReader.c61 attrs += xmlTextReaderAttributeCount(reader);
H A Delfgcchack.h10894 #undef xmlTextReaderAttributeCount macro
10895 extern __typeof (xmlTextReaderAttributeCount) xmlTextReaderAttributeCount __attribute((alias("xmlTextReaderAttributeCount__internal_alias")));
10897 #ifndef xmlTextReaderAttributeCount
10898 extern __typeof (xmlTextReaderAttributeCount) xmlTextReaderAttributeCount__internal_alias __attribute((visibility("hidden")));
10899 #define xmlTextReaderAttributeCount xmlTextReaderAttributeCount__internal_alias macro
H A Dxmlreader.c2890 * xmlTextReaderAttributeCount:
2898 xmlTextReaderAttributeCount(xmlTextReaderPtr reader) { function
H A Dtestapi.c29967 ret_val = xmlTextReaderAttributeCount(reader);
29973 printf("Leak of %d blocks found in xmlTextReaderAttributeCount",
[all...]
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlreader.h148 xmlTextReaderAttributeCount(xmlTextReaderPtr reader);
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c10758 if (!PyArg_ParseTuple(args, (char *)"O:xmlTextReaderAttributeCount", &pyobj_reader))
10762 c_retval = xmlTextReaderAttributeCount(reader);

Completed in 262 milliseconds