Searched refs:xmlFileRead (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A DxmlIO.h313 xmlFileRead (void * context,
/external/libxml2/include/libxml/
H A DxmlIO.h319 xmlFileRead (void * context,
/external/chromium_org/third_party/libxml/src/
H A DxmlIO.c999 * xmlFileRead:
1009 xmlFileRead (void * context, char * buffer, int len) { function
2179 xmlFileRead, xmlFileClose);
2738 ret->readcallback = xmlFileRead;
H A Delfgcchack.h3415 #undef xmlFileRead macro
3416 extern __typeof (xmlFileRead) xmlFileRead __attribute((alias("xmlFileRead__internal_alias")));
3418 #ifndef xmlFileRead
3419 extern __typeof (xmlFileRead) xmlFileRead__internal_alias __attribute((visibility("hidden")));
3420 #define xmlFileRead xmlFileRead__internal_alias macro
H A Dtestapi.c27795 ret_val = xmlFileRead(context, buffer, len);
27803 printf("Leak of %d blocks found in xmlFileRead",
[all...]
/external/libxml2/
H A DxmlIO.c1013 * xmlFileRead:
1023 xmlFileRead (void * context, char * buffer, int len) { function
2312 xmlFileRead, xmlFileClose);
2872 ret->readcallback = xmlFileRead;
H A Delfgcchack.h3507 #undef xmlFileRead macro
3508 extern __typeof (xmlFileRead) xmlFileRead __attribute((alias("xmlFileRead__internal_alias")));
3510 #ifndef xmlFileRead
3511 extern __typeof (xmlFileRead) xmlFileRead__internal_alias __attribute((visibility("hidden")));
3512 #define xmlFileRead xmlFileRead__internal_alias macro

Completed in 458 milliseconds