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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dnanohttp.c494 * xmlNanoHTTPRecv:
504 xmlNanoHTTPRecv(xmlNanoHTTPCtxtPtr ctxt) { function
615 if ( (rc = xmlNanoHTTPRecv(ctxt)) == 0) {
1216 } while (ctxt->strm->avail_out > 0 && xmlNanoHTTPRecv(ctxt) > 0);
1224 if (xmlNanoHTTPRecv(ctxt) <= 0) break;
1444 while ( xmlNanoHTTPRecv(ctxt) > 0 ) ;
1741 while ( (cur_lgth = xmlNanoHTTPRecv( ctxt )) > 0 ) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
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 ) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
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 ) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dnanohttp.c494 * xmlNanoHTTPRecv:
504 xmlNanoHTTPRecv(xmlNanoHTTPCtxtPtr ctxt) { function
615 if ( (rc = xmlNanoHTTPRecv(ctxt)) == 0) {
1216 } while (ctxt->strm->avail_out > 0 && xmlNanoHTTPRecv(ctxt) > 0);
1224 if (xmlNanoHTTPRecv(ctxt) <= 0) break;
1444 while ( xmlNanoHTTPRecv(ctxt) > 0 ) ;
1741 while ( (cur_lgth = xmlNanoHTTPRecv( ctxt )) > 0 ) {

Completed in 190 milliseconds