Searched refs:xmlGetCharEncodingName (Results 1 – 8 of 8) sorted by relevance
201 xmlGetCharEncodingName (xmlCharEncoding enc);
227 d xmlGetCharEncodingName...228 d pr * extproc('xmlGetCharEncodingName') const char *
1245 xmlGetCharEncodingName(xmlCharEncoding enc) { in xmlGetCharEncodingName() function1785 canon = xmlGetCharEncodingName(alias); in xmlFindCharEncodingHandler()
1238 xmlGetCharEncodingName;
3905 #undef xmlGetCharEncodingName3906 extern __typeof (xmlGetCharEncodingName) xmlGetCharEncodingName __attribute((alias("xmlGetCharEncod…3908 #ifndef xmlGetCharEncodingName3909 extern __typeof (xmlGetCharEncodingName) xmlGetCharEncodingName__internal_alias __attribute((visibi…3910 #define xmlGetCharEncodingName xmlGetCharEncodingName__internal_alias macro
9004 ret_val = xmlGetCharEncodingName(enc); in test_xmlGetCharEncodingName()
908 xmlGetCharEncodingName
104890 -#undef xmlGetCharEncodingName104891 -extern __typeof (xmlGetCharEncodingName) xmlGetCharEncodingName __attribute((alias("xmlGetCharEnco…104893 -#ifndef xmlGetCharEncodingName104894 -extern __typeof (xmlGetCharEncodingName) xmlGetCharEncodingName__internal_alias __attribute((visib…104895 -#define xmlGetCharEncodingName xmlGetCharEncodingName__internal_alias124029 + BAD_CAST xmlGetCharEncodingName(enc), NULL);