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

  /external/jetty/src/java/org/eclipse/jetty/servlets/
ProxyServlet.java 582 String lhdr = hdr.toLowerCase(Locale.ENGLISH); local
584 if ("transfer-encoding".equals(lhdr))
590 if (_DontProxyHeaders.contains(lhdr))
592 if (connectionHdr != null && connectionHdr.indexOf(lhdr) >= 0)
594 if (_hostHeader != null && "host".equals(lhdr))
597 if ("content-type".equals(lhdr))
599 else if ("content-length".equals(lhdr))
606 else if ("x-forwarded-for".equals(lhdr))
  /toolchain/binutils/binutils-2.25/binutils/
od-xcoff.c 1033 struct external_ldhdr *lhdr; local
1055 if (size < sizeof (*lhdr))
1063 lhdr = (struct external_ldhdr *)ldr_data;
1065 version = bfd_h_get_32 (abfd, lhdr->l_version);
1073 ndsyms = bfd_h_get_32 (abfd, lhdr->l_nsyms);
1075 ndrel = bfd_h_get_32 (abfd, lhdr->l_nreloc);
1079 (unsigned) bfd_h_get_32 (abfd, lhdr->l_istlen));
1080 nimpid = bfd_h_get_32 (abfd, lhdr->l_nimpid);
1082 impoff = bfd_h_get_32 (abfd, lhdr->l_impoff);
1084 stlen = bfd_h_get_32 (abfd, lhdr->l_stlen)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
feedparser.py 451 lhdr = EMPTYSTRING.join(lastvalue)[:-1].rstrip('\r\n')
452 self._cur[lastheader] = lhdr
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
feedparser.py 451 lhdr = EMPTYSTRING.join(lastvalue)[:-1].rstrip('\r\n')
452 self._cur[lastheader] = lhdr
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
feedparser.py 451 lhdr = EMPTYSTRING.join(lastvalue)[:-1].rstrip('\r\n')
452 self._cur[lastheader] = lhdr
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
feedparser.py 451 lhdr = EMPTYSTRING.join(lastvalue)[:-1].rstrip('\r\n')
452 self._cur[lastheader] = lhdr
  /external/guice/extensions/struts2/lib/
jetty-util-6.1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
  /external/jetty/lib/
jetty-util-6.1.26.jar 

Completed in 356 milliseconds