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

/vbox/src/libs/libxml2-2.6.31/
H A Dnanohttp.c149 int ContentLength; /* specified content length from HTTP header */ member in struct:xmlNanoHTTPCtxt
392 ret->ContentLength = -1;
788 ctxt->ContentLength = strtol( cur, NULL, 10 );
1670 return ( ( ctxt == NULL ) ? -1 : ctxt->ContentLength );
1761 if ( (ctxt->ContentLength > 0) && (rcvd_lgth >= ctxt->ContentLength) )
1768 if ( ( ctxt->ContentLength > 0 ) && ( rcvd_lgth < ctxt->ContentLength ) )

Completed in 35 milliseconds