HomeSort by relevance Sort by last modified time
    Searched refs:MAXLENGTH (Results 1 - 7 of 7) sorted by null

  /external/smack/src/org/xbill/DNS/
SimpleResolver.java 244 byte [] out = query.toWire(Message.MAXLENGTH);
Message.java 22 public static final int MAXLENGTH = 65535;
403 int maxLength)
418 if (out.current() > maxLength) {
428 toWire(DNSOutput out, int maxLength) {
429 if (maxLength < Header.LENGTH)
434 int tempMaxLength = maxLength;
499 * could happen if maxLength is smaller than a DNS header, for example.
500 * @param maxLength The maximum length of the message.
507 toWire(int maxLength) {
509 toWire(out, maxLength);
    [all...]
ZoneTransferIn.java 373 byte [] out = query.toWire(Message.MAXLENGTH);
  /external/chromium_org/third_party/libjpeg_turbo/
jpegut.c 326 #define MAXLENGTH 2048
337 for(i=1; i<(j==1?MAXLENGTH:48); i++)
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 6222 milliseconds