Home
last modified time | relevance | path

Searched refs:xmlNanoHTTPRead (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/include/reactos/libs/libxml/
H A Dnanohttp.h66 xmlNanoHTTPRead (void *ctx,
/reactos/sdk/lib/3rdparty/libxml2/
H A DxmlIO.c1890 return(xmlNanoHTTPRead(context, &buffer[0], len)); in xmlIOHTTPRead()
2054 while ( (avail = xmlNanoHTTPRead( http_ctxt, in xmlIOHTTPCloseWrite()
H A Dnanohttp.c1267 xmlNanoHTTPRead(void *ctx, void *dest, int len) { in xmlNanoHTTPRead() function