Searched refs:xmlNanoHTTPRecv (Results 1 – 1 of 1) sorted by relevance
526 xmlNanoHTTPRecv(xmlNanoHTTPCtxtPtr ctxt) in xmlNanoHTTPRecv() function660 if ( (rc = xmlNanoHTTPRecv(ctxt)) == 0) { in xmlNanoHTTPReadLine()1287 (ctxt->strm->avail_in > 0 || xmlNanoHTTPRecv(ctxt) > 0)) { in xmlNanoHTTPRead()1304 if (xmlNanoHTTPRecv(ctxt) <= 0) break; in xmlNanoHTTPRead()1537 while ( xmlNanoHTTPRecv(ctxt) > 0 ) ; in xmlNanoHTTPMethodRedir()1840 while ( (cur_lgth = xmlNanoHTTPRecv( ctxt )) > 0 ) { in xmlNanoHTTPFetchContent()