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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dnanohttp.h66 xmlNanoHTTPRead (void *ctx,
/vbox/src/libs/libxml2-2.6.31/
H A DxmlIO.c1765 return(xmlNanoHTTPRead(context, &buffer[0], len));
1929 while ( (avail = xmlNanoHTTPRead( http_ctxt,
H A Dnanohttp.c1176 * xmlNanoHTTPRead:
1188 xmlNanoHTTPRead(void *ctx, void *dest, int len) { function
H A Delfgcchack.h5778 #undef xmlNanoHTTPRead macro
5779 extern __typeof (xmlNanoHTTPRead) xmlNanoHTTPRead __attribute((alias("xmlNanoHTTPRead__internal_alias")));
5781 #ifndef xmlNanoHTTPRead
5782 extern __typeof (xmlNanoHTTPRead) xmlNanoHTTPRead__internal_alias __attribute((visibility("hidden")));
5783 #define xmlNanoHTTPRead xmlNanoHTTPRead__internal_alias macro
H A Dtestapi.c12338 ret_val = xmlNanoHTTPRead(ctx, dest, len);
12346 printf("Leak of %d blocks found in xmlNanoHTTPRead",
[all...]

Completed in 219 milliseconds