Searched refs:xmlFileRead (Results 1 – 3 of 3) sorted by relevance
313 xmlFileRead (void * context,
1012 xmlFileRead (void * context, char * buffer, int len) { in xmlFileRead() function2301 xmlFileRead, xmlFileClose); in xmlRegisterDefaultInputCallbacks()2864 ret->readcallback = xmlFileRead; in xmlParserInputBufferCreateFile()
3415 #undef xmlFileRead3416 extern __typeof (xmlFileRead) xmlFileRead __attribute((alias("xmlFileRead__internal_alias")));3418 #ifndef xmlFileRead3419 extern __typeof (xmlFileRead) xmlFileRead__internal_alias __attribute((visibility("hidden")));3420 #define xmlFileRead xmlFileRead__internal_alias macro