Home
last modified time | relevance | path

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

/external/libxml2/
Dnanohttp.c1736 int rcvd_lgth; in xmlNanoHTTPFetchContent() local
1756 rcvd_lgth = ctxt->inptr - ctxt->content; in xmlNanoHTTPFetchContent()
1760 rcvd_lgth += cur_lgth; in xmlNanoHTTPFetchContent()
1761 if ( (ctxt->ContentLength > 0) && (rcvd_lgth >= ctxt->ContentLength) ) in xmlNanoHTTPFetchContent()
1766 *len = rcvd_lgth; in xmlNanoHTTPFetchContent()
1768 if ( ( ctxt->ContentLength > 0 ) && ( rcvd_lgth < ctxt->ContentLength ) ) in xmlNanoHTTPFetchContent()
1770 else if ( rcvd_lgth == 0 ) in xmlNanoHTTPFetchContent()