HomeSort by relevance Sort by last modified time
    Searched defs:he (Results 1 - 25 of 47) sorted by null

1 2

  /bionic/libc/dns/include/
hostent.h 54 int *he; member in struct:getnamaddr
  /external/apache-http/src/org/apache/http/impl/client/
DefaultConnectionKeepAliveStrategy.java 68 HeaderElement he = it.nextElement(); local
69 String param = he.getName();
70 String value = he.getValue();
  /external/curl/tests/server/
resolve.c 112 struct hostent *he; local
114 he = gethostbyname(host);
116 rc = !he;
  /external/avahi/avahi-compat-howl/
address.c 80 struct hostent *he; local
87 if (!(he = gethostbyname(name)))
90 self->m_addr = *(uint32_t*) he->h_addr;
  /external/chromium-libpac/src/
proxy_resolver_js_bindings.cc 66 struct hostent* he = gethostbyname(host.c_str()); local
68 if (he == NULL || he->h_addr == NULL || he->h_addrtype != AF_INET) {
73 if (inet_ntop(he->h_addrtype, he->h_addr, tmp, sizeof(tmp)) == NULL) {
83 struct hostent* he = gethostbyname(host.c_str()); local
85 if (he == NULL) {
89 for (char** addr = &he->h_addr; *addr != NULL; ++addr) {
97 *ip_address_list = std::string(he->h_addr)
    [all...]
  /external/curl/lib/
hash.c 103 struct curl_hash_element *he = malloc(sizeof(struct curl_hash_element)); local
105 if(he) {
111 he->key = dupkey;
112 he->key_len = key_len;
113 he->ptr = (void *) p;
117 free(he);
118 he = NULL;
121 return he;
136 struct curl_hash_element *he; local
141 he = (struct curl_hash_element *) le->ptr
176 struct curl_hash_element *he; local
198 struct curl_hash_element *he; local
282 struct curl_hash_element *he = le->ptr; local
347 struct curl_hash_element *he = iter->current_element->ptr; local
    [all...]
conncache.c 176 struct curl_hash_element *he; local
183 he = Curl_hash_next_element(&iter);
184 while(he) {
185 if(he->ptr == bundle) {
188 Curl_hash_delete(&connc->hash, he->key, he->key_len);
192 he = Curl_hash_next_element(&iter);
280 struct curl_hash_element *he; local
287 he = Curl_hash_next_element(&iter);
288 while(he) {
313 struct curl_hash_element *he; local
    [all...]
url.c 3011 struct curl_hash_element *he; local
    [all...]
  /art/runtime/jdwp/
jdwp_socket.cc 295 hostent he; local
299 options->host.c_str(), &he, auxBuf.data(), auxBuf.size(), &pEntry, &error))
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mimify.py 42 he = re.compile('^-*\n') variable
84 if he.match(line):
158 if he.match(line):
309 if he.match(line):
  /prebuilts/gdb/linux-x86/lib/python2.7/
mimify.py 42 he = re.compile('^-*\n') variable
84 if he.match(line):
158 if he.match(line):
309 if he.match(line):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimify.py 42 he = re.compile('^-*\n') variable
84 if he.match(line):
158 if he.match(line):
309 if he.match(line):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimify.py 42 he = re.compile('^-*\n') variable
84 if he.match(line):
158 if he.match(line):
309 if he.match(line):
  /external/iputils/
tracepath.c 308 struct hostent *he; local
382 he = gethostbyname(p);
383 if (he == NULL) {
392 memcpy(&target.sin_addr, he->h_addr, 4);
arping.c 91 struct sockaddr_storage he; variable in typeref:struct:sockaddr_storage
271 struct sockaddr_ll *ME, struct sockaddr_ll *HE)
296 memcpy(p, &HE->sll_addr, ah->ar_hln);
303 err = sendto(s, buf, p-buf, 0, (struct sockaddr*)HE, SLL_LEN(ah->ar_hln));
359 (struct sockaddr_ll *)&me, (struct sockaddr_ll *)&he);
477 memcpy(((struct sockaddr_ll *)&he)->sll_addr, p, ((struct sockaddr_ll *)&me)->sll_halen);
1189 he = me;
1191 set_device_broadcast(&device, ((struct sockaddr_ll *)&he)->sll_addr,
1192 ((struct sockaddr_ll *)&he)->sll_halen);
  /external/libedit/examples/
fileman.c 328 HIST_ENTRY *he; local
334 for (he = current_history(); he != NULL; he = previous_history()) {
335 //printf("%5d %s\n", *((int*)he->data) - 1, he->line);
336 printf("%s\n", he->line);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_linux.c 662 struct hostent *he; local
667 if ((he = gethostbyname(g_rwl_servIP)) != NULL) {
668 if (!dhd_atoip(*he->h_addr_list, &temp)) {
669 g_rwl_servIP = inet_ntoa(*(struct in_addr *)*he->h_addr_list);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SimpleElementTest.java 310 int he = e.hashCode(); local
312 assertEquals(he, new SimpleElement("android.view.LinearLayout",
319 assertFalse(he == new SimpleElement("android.view.Button",
325 assertFalse(he == new SimpleElement("android.view.LinearLayout",
331 assertFalse(he == new SimpleElement("android.view.LinearLayout",
337 assertFalse(he == new SimpleElement("android.view.LinearLayout",
  /external/icu/icu4c/source/tools/toolutil/
xmlparser.cpp 653 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/guice/extensions/persist/lib/
hibernate-entitymanager.jar 
  /external/icu/icu4c/source/test/cintltst/
crestst.c 110 UResourceBundle *he = NULL; local
115 he = ures_open(NULL, "he", &status);
121 result = ures_getStringByKey(he, "ExemplarCharacters", &resultLen, &status);
125 ures_close(he);
    [all...]
creststn.c 335 UResourceBundle *he = NULL; local
344 he = ures_open(NULL, "he", &status);
350 result = ures_getStringByKey(he, "ExemplarCharacters", &resultLen, &status);
354 ures_close(he);
    [all...]
  /external/icu/icu4c/source/i18n/
rbt_pars.cpp 1110 const UHashElement* he = variableNames.nextElement(pos); local
    [all...]
  /external/libedit/src/
readline.c 1406 HIST_ENTRY *he; local
1412 if ((he = el_malloc(sizeof(*he))) == NULL)
1415 if (history(h, &ev, H_DELDATA, num, &he->data) != 0) {
1416 el_free(he);
1420 he->line = ev.str;
1424 return he;
1434 HIST_ENTRY *he; local
1450 if ((he = el_malloc(sizeof(*he))) == NULL
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 959 #define EXPECT_HOSTENT_NOT_POISONED(he) \
961 EXPECT_NOT_POISONED(*(he)); \
962 ASSERT_NE((void *) 0, (he)->h_name); \
963 ASSERT_NE((void *) 0, (he)->h_aliases); \
964 ASSERT_NE((void *) 0, (he)->h_addr_list); \
965 EXPECT_NOT_POISONED(strlen((he)->h_name)); \
966 char **p = (he)->h_aliases; \
971 char **q = (he)->h_addr_list; \
980 struct hostent *he = gethostent(); local
981 ASSERT_NE((void *)NULL, he);
988 struct hostent *he = gethostbyname("localhost"); local
1066 struct hostent *he = gethostbyname2("localhost", AF_INET); local
1074 struct hostent *he = gethostbyaddr(&addr, sizeof(addr), AF_INET); local
1081 struct hostent he; local
1094 struct hostent he; local
1107 struct hostent he; local
1117 struct hostent he; local
1127 struct hostent he; local
1141 struct hostent he; local
    [all...]

Completed in 946 milliseconds

1 2