Searched refs:xmlFileRead (Results 1 – 7 of 7) sorted by relevance
319 xmlFileRead (void * context,
406 d xmlFileRead pr extproc('xmlFileRead')
936 xmlFileRead (void * context, char * buffer, int len) { in xmlFileRead() function2231 xmlFileRead, xmlFileClose); in xmlRegisterDefaultInputCallbacks()2793 ret->readcallback = xmlFileRead; in xmlParserInputBufferCreateFile()
587 xmlFileRead;
3507 #undef xmlFileRead3508 extern __typeof (xmlFileRead) xmlFileRead __attribute((alias("xmlFileRead__internal_alias")));3510 #ifndef xmlFileRead3511 extern __typeof (xmlFileRead) xmlFileRead__internal_alias __attribute((visibility("hidden")));3512 #define xmlFileRead xmlFileRead__internal_alias macro
28135 ret_val = xmlFileRead(context, buffer, len); in test_xmlFileRead()
866 xmlFileRead