HomeSort by relevance Sort by last modified time
    Searched defs:ContentLength (Results 1 - 2 of 2) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/header/
ContentLength.java 35 * ContentLength SIPHeader (of which there can be only one in a SIPMessage).
76 public class ContentLength
85 * contentLength field.
87 protected Integer contentLength;
92 public ContentLength() {
99 public ContentLength(int length) {
101 this.contentLength = Integer.valueOf(length);
105 * get the ContentLength field.
109 return contentLength.intValue();
113 * Set the contentLength membe
    [all...]
  /external/libxml2/
nanohttp.c 149 int ContentLength; /* specified content length from HTTP header */
392 ret->ContentLength = -1;
788 ctxt->ContentLength = strtol( cur, NULL, 10 );
    [all...]

Completed in 17 milliseconds