Searched refs:xmlNanoHTTPRead (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dnanohttp.h66 xmlNanoHTTPRead (void *ctx,
/external/libxml2/include/libxml/
H A Dnanohttp.h66 xmlNanoHTTPRead (void *ctx,
/external/chromium_org/third_party/libxml/src/
H A DxmlIO.c1813 return(xmlNanoHTTPRead(context, &buffer[0], len));
1977 while ( (avail = xmlNanoHTTPRead( http_ctxt,
H A Dnanohttp.c1246 * xmlNanoHTTPRead:
1258 xmlNanoHTTPRead(void *ctx, void *dest, int len) { function
H A Delfgcchack.h5824 #undef xmlNanoHTTPRead macro
5825 extern __typeof (xmlNanoHTTPRead) xmlNanoHTTPRead __attribute((alias("xmlNanoHTTPRead__internal_alias")));
5827 #ifndef xmlNanoHTTPRead
5828 extern __typeof (xmlNanoHTTPRead) xmlNanoHTTPRead__internal_alias __attribute((visibility("hidden")));
5829 #define xmlNanoHTTPRead xmlNanoHTTPRead__internal_alias macro
H A Dtestapi.c12423 ret_val = xmlNanoHTTPRead(ctx, dest, len);
12431 printf("Leak of %d blocks found in xmlNanoHTTPRead",
[all...]
/external/libxml2/
H A DxmlIO.c1946 return(xmlNanoHTTPRead(context, &buffer[0], len));
2110 while ( (avail = xmlNanoHTTPRead( http_ctxt,
H A Dnanohttp.c1253 * xmlNanoHTTPRead:
1265 xmlNanoHTTPRead(void *ctx, void *dest, int len) { function
H A Delfgcchack.h5926 #undef xmlNanoHTTPRead macro
5927 extern __typeof (xmlNanoHTTPRead) xmlNanoHTTPRead __attribute((alias("xmlNanoHTTPRead__internal_alias")));
5929 #ifndef xmlNanoHTTPRead
5930 extern __typeof (xmlNanoHTTPRead) xmlNanoHTTPRead__internal_alias __attribute((visibility("hidden")));
5931 #define xmlNanoHTTPRead xmlNanoHTTPRead__internal_alias macro

Completed in 562 milliseconds