Searched refs:xmlNanoHTTPRecv (Results 1 – 2 of 2) 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()
562 xmlNanoHTTPRecv(xmlNanoHTTPCtxtPtr ctxt) in xmlNanoHTTPRecv() function696 if ( (rc = xmlNanoHTTPRecv(ctxt)) == 0) { in xmlNanoHTTPReadLine()1324 (ctxt->strm->avail_in > 0 || xmlNanoHTTPRecv(ctxt) > 0)) { in xmlNanoHTTPRead()1341 if (xmlNanoHTTPRecv(ctxt) <= 0) break; in xmlNanoHTTPRead()1574 while ( xmlNanoHTTPRecv(ctxt) > 0 ) in xmlNanoHTTPMethodRedir()1878 while ( (cur_lgth = xmlNanoHTTPRecv( ctxt )) > 0 ) { in xmlNanoHTTPFetchContent()