Searched refs:xmlNanoHTTPRecv (Results 1 – 1 of 1) sorted by relevance
533 xmlNanoHTTPRecv(xmlNanoHTTPCtxtPtr ctxt) in xmlNanoHTTPRecv() function667 if ( (rc = xmlNanoHTTPRecv(ctxt)) == 0) { in xmlNanoHTTPReadLine()1295 (ctxt->strm->avail_in > 0 || xmlNanoHTTPRecv(ctxt) > 0)) { in xmlNanoHTTPRead()1312 if (xmlNanoHTTPRecv(ctxt) <= 0) break; in xmlNanoHTTPRead()1545 while ( xmlNanoHTTPRecv(ctxt) > 0 ) in xmlNanoHTTPMethodRedir()1849 while ( (cur_lgth = xmlNanoHTTPRecv( ctxt )) > 0 ) { in xmlNanoHTTPFetchContent()