Searched refs:rcvd_lgth (Results 1 – 1 of 1) sorted by relevance
1827 int rcvd_lgth; in xmlNanoHTTPFetchContent() local1847 rcvd_lgth = ctxt->inptr - ctxt->content; in xmlNanoHTTPFetchContent()1851 rcvd_lgth += cur_lgth; in xmlNanoHTTPFetchContent()1852 if ( (ctxt->ContentLength > 0) && (rcvd_lgth >= ctxt->ContentLength) ) in xmlNanoHTTPFetchContent()1857 *len = rcvd_lgth; in xmlNanoHTTPFetchContent()1859 if ( ( ctxt->ContentLength > 0 ) && ( rcvd_lgth < ctxt->ContentLength ) ) in xmlNanoHTTPFetchContent()1861 else if ( rcvd_lgth == 0 ) in xmlNanoHTTPFetchContent()