Searched refs:rcvd_lgth (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dnanohttp.c1719 int rcvd_lgth; local
1739 rcvd_lgth = ctxt->inptr - ctxt->content;
1743 rcvd_lgth += cur_lgth;
1744 if ( (ctxt->ContentLength > 0) && (rcvd_lgth >= ctxt->ContentLength) )
1749 *len = rcvd_lgth;
1751 if ( ( ctxt->ContentLength > 0 ) && ( rcvd_lgth < ctxt->ContentLength ) )
1753 else if ( rcvd_lgth == 0 )
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dnanohttp.c1736 int rcvd_lgth; local
1756 rcvd_lgth = ctxt->inptr - ctxt->content;
1760 rcvd_lgth += cur_lgth;
1761 if ( (ctxt->ContentLength > 0) && (rcvd_lgth >= ctxt->ContentLength) )
1766 *len = rcvd_lgth;
1768 if ( ( ctxt->ContentLength > 0 ) && ( rcvd_lgth < ctxt->ContentLength ) )
1770 else if ( rcvd_lgth == 0 )
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dnanohttp.c1719 int rcvd_lgth; local
1739 rcvd_lgth = ctxt->inptr - ctxt->content;
1743 rcvd_lgth += cur_lgth;
1744 if ( (ctxt->ContentLength > 0) && (rcvd_lgth >= ctxt->ContentLength) )
1749 *len = rcvd_lgth;
1751 if ( ( ctxt->ContentLength > 0 ) && ( rcvd_lgth < ctxt->ContentLength ) )
1753 else if ( rcvd_lgth == 0 )

Completed in 46 milliseconds