Home
last modified time | relevance | path

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

/external/libxml2/
Dnanohttp.c533 xmlNanoHTTPRecv(xmlNanoHTTPCtxtPtr ctxt) in xmlNanoHTTPRecv() function
667 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()