Home
last modified time | relevance | path

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

/external/nist-sip/java/gov/nist/javax/sip/header/
DContentLength.java75 public class ContentLength class
91 public ContentLength() { in ContentLength() method in ContentLength
98 public ContentLength(int length) { in ContentLength() method in ContentLength
/external/llvm-project/clang-tools-extra/clangd/
DJSONTransport.cpp221 unsigned long long ContentLength = 0; in readStandardMessage() local
/external/libxml2/
Dnanohttp.c142 int ContentLength; /* specified content length from HTTP header */ member