Searched refs:he (Results 1 - 25 of 61) sorted by relevance

123

/external/apache-http/src/org/apache/http/impl/client/
H A DDefaultConnectionKeepAliveStrategy.java63 HeaderElement he = it.nextElement();
64 String param = he.getName();
65 String value = he.getValue();
/external/bluetooth/bluez/test/
H A Dhciemu.c262 hci_event_hdr *he; local
268 he = (void *) ptr; ptr += HCI_EVENT_HDR_SIZE;
270 he->evt = EVT_CMD_STATUS;
271 he->plen = EVT_CMD_STATUS_SIZE;
290 hci_event_hdr *he; local
296 he = (void *) ptr; ptr += HCI_EVENT_HDR_SIZE;
298 he->evt = EVT_CMD_COMPLETE;
299 he->plen = EVT_CMD_COMPLETE_SIZE + plen;
322 hci_event_hdr *he; local
328 he
350 hci_event_hdr *he; local
380 hci_event_hdr *he; local
410 hci_event_hdr *he; local
[all...]
/external/openssl/apps/
H A Ds_socket.c523 struct hostent *he; local
527 he=GetHostByName(str);
528 if (he == NULL)
534 if ((short)he->h_addrtype != AF_INET)
539 ip[0]=he->h_addr_list[0][0];
540 ip[1]=he->h_addr_list[0][1];
541 ip[2]=he->h_addr_list[0][2];
542 ip[3]=he->h_addr_list[0][3];
/external/webkit/LayoutTests/http/conf/
H A Dfedora-httpd.conf578 # Greek-Modern (el) - Hebrew (he) - Italian (it) - Japanese (ja)
594 AddLanguage he .he
627 LanguagePriority en ca cs da de el eo es et fr he hr it ja ko ltz nl nn no pl pt pt-BR ru sv zh-CN zh-TW
H A Dapache2-debian-httpd.conf482 AddLanguage he .he
H A Dapache2-httpd.conf507 AddLanguage he .he
H A Dcygwin-httpd.conf541 AddLanguage he .he
H A Dhttpd.conf544 AddLanguage he .he
/external/icu4c/tools/toolutil/
H A Dxmlparser.cpp653 const UHashElement *he=fNames.find(s); local
654 if(he!=NULL) {
656 return (const UnicodeString *)he->key.pointer;
660 he=fNames.find(s);
661 return (const UnicodeString *)he->key.pointer;
667 const UHashElement *he=fNames.find(s); local
668 if(he!=NULL) {
670 return (const UnicodeString *)he->key.pointer;
/external/grub/
H A Dmissing64 -h|--h|--he|--hel|--help)
/external/libffi/
H A Dmissing64 -h|--h|--he|--hel|--help)
/external/openssl/crypto/bio/
H A Db_sock.c116 struct hostent *he; local
137 he=BIO_gethostbyname(str);
138 if (he == NULL)
145 if ((short)he->h_addrtype != AF_INET)
151 ip[i]=he->h_addr_list[0][i];
/external/qemu/slirp/
H A Dmisc.c75 struct hostent *he = NULL; local
78 he = gethostbyname(buff);
79 if (he)
80 our_addr = *(struct in_addr *)he->h_addr;
/external/bison/build-aux/
H A Dmissing64 -h|--h|--he|--hel|--help)
/external/dbus/
H A Dmissing64 -h|--h|--he|--hel|--help)
/external/elfutils/config/
H A Dmissing54 -h|--h|--he|--hel|--help)
/external/genext2fs/
H A Dmissing64 -h|--h|--he|--hel|--help)
/external/icu4c/data/rbnf/
H A Drbnffiles.mk42 he.txt hi.txt hr.txt hu.txt hy.txt\
/external/libpng/
H A Dmissing64 -h|--h|--he|--hel|--help)
/external/strace/
H A Dmissing69 -h|--h|--he|--hel|--help)
/external/iproute2/misc/
H A Dss.c866 static int remember_he(struct aafilter *a, struct hostent *he) argument
868 char **ptr = he->h_addr_list;
872 if (he->h_addrtype == AF_INET)
874 else if (he->h_addrtype == AF_INET6)
891 b->addr.family = he->h_addrtype;
902 struct hostent *he; local
909 he = gethostbyname2(addr, fam == AF_UNSPEC ? AF_INET : fam);
910 if (he)
911 cnt = remember_he(a, he);
913 he
[all...]
/external/dbus/dbus/
H A Ddbus-sysdeps-unix.c725 struct hostent *he; local
742 he = gethostbyname (host);
743 if (he == NULL)
753 haddr = ((struct in_addr *) (he->h_addr_list)[0]);
801 struct hostent *he; local
814 he = gethostbyname (host);
815 if (he == NULL)
825 haddr = ((struct in_addr *) (he->h_addr_list)[0]);
/external/e2fsprogs/intl/
H A Dconfig.charset184 for l in he he_IL iw iw_IL; do
587 echo "he CP862"
/external/icu4c/test/cintltst/
H A Dcrestst.c111 UResourceBundle *he = NULL; local
116 he = ures_open(NULL, "he", &status);
122 result = ures_getStringByKey(he, "ExemplarCharacters", &resultLen, &status);
126 ures_close(he);
/external/icu4c/i18n/
H A Drbt_pars.cpp1104 const UHashElement* he = variableNames.nextElement(pos); local
1105 while (he != NULL) {
1106 UnicodeString* tempus = (UnicodeString*)(((UnicodeString*)(he->value.pointer))->clone());
1111 data->variableNames.put(*((UnicodeString*)(he->key.pointer)),
1113 he = variableNames.nextElement(pos);

Completed in 362 milliseconds

123