Searched defs:xmlNanoHTTPRecv (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dnanohttp.c493 * xmlNanoHTTPRecv:
503 xmlNanoHTTPRecv(xmlNanoHTTPCtxtPtr ctxt) { function
614 if ( (rc = xmlNanoHTTPRecv(ctxt)) == 0) {
1209 (ctxt->strm->avail_in > 0 || xmlNanoHTTPRecv(ctxt) > 0)) {
1226 if (xmlNanoHTTPRecv(ctxt) <= 0) break;
1461 while ( xmlNanoHTTPRecv(ctxt) > 0 ) ;
1758 while ( (cur_lgth = xmlNanoHTTPRecv( ctxt )) > 0 ) {

Completed in 35 milliseconds