Home | History | Annotate | Download | only in libxml2

Lines Matching refs:ContentLength

149     int ContentLength;  /* specified content length from HTTP header */
402 ret->ContentLength = -1;
835 ctxt->ContentLength = strtol( cur, NULL, 10 );
1751 return ( ( ctxt == NULL ) ? -1 : ctxt->ContentLength );
1842 if ( (ctxt->ContentLength > 0) && (rcvd_lgth >= ctxt->ContentLength) )
1849 if ( ( ctxt->ContentLength > 0 ) && ( rcvd_lgth < ctxt->ContentLength ) )