Home
last modified time | relevance | path

Searched refs:he (Results 1 – 25 of 580) sorted by relevance

12345678910>>...24

/external/curl/lib/
Dhash.c95 struct curl_hash_element *he = malloc(sizeof(struct curl_hash_element)); in mk_hash_element() local
97 if(he) { in mk_hash_element()
103 he->key = dupkey; in mk_hash_element()
104 he->key_len = key_len; in mk_hash_element()
105 he->ptr = (void *) p; in mk_hash_element()
109 free(he); in mk_hash_element()
110 he = NULL; in mk_hash_element()
113 return he; in mk_hash_element()
126 struct curl_hash_element *he; in Curl_hash_add() local
131 he = (struct curl_hash_element *) le->ptr; in Curl_hash_add()
[all …]
Dconncache.c170 struct curl_hash_element *he; in conncache_remove_bundle() local
177 he = Curl_hash_next_element(&iter); in conncache_remove_bundle()
178 while(he) { in conncache_remove_bundle()
179 if(he->ptr == bundle) { in conncache_remove_bundle()
182 Curl_hash_delete(&connc->hash, he->key, he->key_len); in conncache_remove_bundle()
186 he = Curl_hash_next_element(&iter); in conncache_remove_bundle()
274 struct curl_hash_element *he; in Curl_conncache_foreach() local
281 he = Curl_hash_next_element(&iter); in Curl_conncache_foreach()
282 while(he) { in Curl_conncache_foreach()
285 bundle = he->ptr; in Curl_conncache_foreach()
[all …]
Dcurl_addrinfo.c266 Curl_he2ai(const struct hostent *he, int port) in Curl_he2ai() argument
279 if(!he) in Curl_he2ai()
283 DEBUGASSERT((he->h_name != NULL) && (he->h_addr_list != NULL)); in Curl_he2ai()
285 for(i=0; (curr = he->h_addr_list[i]) != NULL; i++) { in Curl_he2ai()
289 if(he->h_addrtype == AF_INET6) in Curl_he2ai()
299 if((ai->ai_canonname = strdup(he->h_name)) == NULL) { in Curl_he2ai()
319 ai->ai_family = he->h_addrtype; in Curl_he2ai()
334 addr->sin_family = (unsigned short)(he->h_addrtype); in Curl_he2ai()
343 addr6->sin6_family = (unsigned short)(he->h_addrtype); in Curl_he2ai()
/external/chromium-libpac/src/
Dproxy_resolver_js_bindings.cc66 struct hostent* he = gethostbyname(host.c_str()); in DnsResolveImpl() local
68 if (he == NULL || he->h_addr == NULL || he->h_addrtype != AF_INET) { in DnsResolveImpl()
73 if (inet_ntop(he->h_addrtype, he->h_addr, tmp, sizeof(tmp)) == NULL) { in DnsResolveImpl()
83 struct hostent* he = gethostbyname(host.c_str()); in DnsResolveExImpl() local
85 if (he == NULL) { in DnsResolveExImpl()
89 for (char** addr = &he->h_addr; *addr != NULL; ++addr) { in DnsResolveExImpl()
97 *ip_address_list = std::string(he->h_addr); in DnsResolveExImpl()
/external/icu/icu4c/source/data/region/
Dlkt.txt16 CA{"Uŋčíyapi Makȟóčhe"}
17 CN{"Pȟečhókaŋhaŋska Makȟóčhe"}
18 DE{"Iyášiča Makȟóčhe"}
19 ES{"Spayólaȟče Makȟóčhe"}
20 JP{"Kisúŋla Makȟóčhe"}
21 MX{"Spayóla Makȟóčhe"}
22 US{"Mílahaŋska Tȟamákȟočhe"}
Dhe.txt6 // * Source File: <path>/common/main/he.xml
9 he{
Diw.txt10 "%%ALIAS"{"he"}
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
Dplurals.txt925 he 0.0 ימים
926 he 0.00 ימים
927 he 0.000 ימים
928 he 0.001 ימים
929 he 0.002 ימים
930 he 0.003 ימים
931 he 0.01 ימים
932 he 0.010 ימים
933 he 0.011 ימים
934 he 0.012 ימים
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
Dplurals.txt925 he 0.0 ימים
926 he 0.00 ימים
927 he 0.000 ימים
928 he 0.001 ימים
929 he 0.002 ימים
930 he 0.003 ימים
931 he 0.01 ימים
932 he 0.010 ימים
933 he 0.011 ימים
934 he 0.012 ימים
[all …]
/external/sonic/samples/
Dtest1.txt1 …book was made by Mr. Mark Twain, and he told the truth, mainly. There was things which he stretch…
/external/icu/icu4c/source/data/locales/
Dto.txt708 other{"ʻi he ʻaho ʻe {0}"}
723 other{"ʻi he ʻaho ʻe {0}"}
738 other{"ʻi he ʻaho ʻe {0}"}
776 other{"ʻi he houa ʻe {0}"}
787 other{"ʻi he houa ʻe {0}"}
798 other{"ʻi he houa ʻe {0}"}
809 other{"ʻi he miniti ʻe {0}"}
820 other{"ʻi he miniti ʻe {0}"}
831 other{"ʻi he miniti ʻe {0}"}
868 other{"ʻi he māhina ʻe {0}"}
[all …]
/external/apache-http/src/org/apache/http/impl/client/
DDefaultConnectionKeepAliveStrategy.java68 HeaderElement he = it.nextElement(); in getKeepAliveDuration() local
69 String param = he.getName(); in getKeepAliveDuration()
70 String value = he.getValue(); in getKeepAliveDuration()
/external/curl/tests/server/
Dresolve.c112 struct hostent *he; in main() local
114 he = gethostbyname(host); in main()
116 rc = !he; in main()
/external/libedit/examples/
Dfileman.c328 HIST_ENTRY *he; in com_history() local
334 for (he = current_history(); he != NULL; he = previous_history()) { in com_history()
336 printf("%s\n", he->line); in com_history()
/external/icu/icu4c/source/data/unit/
Dto.txt23 dnam{"mita he sekoni sikuea"}
24 other{"mita he sekoni sikuea ʻe {0}"}
88 per{"{0} ʻi he {1}"}
92 dnam{"lita he kilomita ʻe 100"}
93 other{"lita ʻe {0} he kilomita ʻe 100"}
96 dnam{"lita he kilomita"}
97 other{"lita ʻe {0} he kilomita"}
100 dnam{"maile he kālani"}
101 other{"maile ʻe {0} he kālani"}
154 per{"{0} ki he houa"}
[all …]
/external/icu/icu4c/source/data/coll/
Dhe.txt6 // * Source File: <path>/common/collation/he.xml
9 he{
/external/llvm/test/YAMLParser/
Dspec-02-17.test7 single: '"Howdy!" he cried.'
14 # CHECK: !!str "\"Howdy!\" he cried."
/external/llvm/docs/HistoricalNotes/
D2001-06-20-.NET-Differences.txt17 I also talked to the lead guy for KAI's C++ compiler (Arch Robison) and he
20 link-time code generation. In fact, he said that the .o file was nearly
21 empty and was entirely generated from the .il at link-time. But he agreed
/external/avahi/avahi-compat-howl/
Daddress.c80 struct hostent *he; in sw_ipv4_address_init_from_name() local
87 if (!(he = gethostbyname(name))) in sw_ipv4_address_init_from_name()
90 self->m_addr = *(uint32_t*) he->h_addr; in sw_ipv4_address_init_from_name()
/external/icu/icu4c/source/tools/toolutil/
Dxmlparser.cpp653 const UHashElement *he=fNames.find(s); in intern() local
654 if(he!=NULL) { in intern()
656 return (const UnicodeString *)he->key.pointer; in intern()
660 he=fNames.find(s); in intern()
661 return (const UnicodeString *)he->key.pointer; in intern()
667 const UHashElement *he=fNames.find(s); in findName() local
668 if(he!=NULL) { in findName()
670 return (const UnicodeString *)he->key.pointer; in findName()
/external/libedit/src/
Dreadline.c1406 HIST_ENTRY *he; in remove_history() local
1412 if ((he = el_malloc(sizeof(*he))) == NULL) in remove_history()
1415 if (history(h, &ev, H_DELDATA, num, &he->data) != 0) { in remove_history()
1416 el_free(he); in remove_history()
1420 he->line = ev.str; in remove_history()
1424 return he; in remove_history()
1434 HIST_ENTRY *he; in replace_history_entry() local
1450 if ((he = el_malloc(sizeof(*he))) == NULL) in replace_history_entry()
1454 if (history(h, &ev, H_NEXT_EVDATA, num, &he->data)) in replace_history_entry()
1457 he->line = strdup(ev.str); in replace_history_entry()
[all …]
/external/iputils/
Dtracepath.c308 struct hostent *he; in main() local
382 he = gethostbyname(p); in main()
383 if (he == NULL) { in main()
392 memcpy(&target.sin_addr, he->h_addr, 4); in main()
/external/opencv3/doc/py_tutorials/py_ml/py_knn/py_knn_understanding/
Dpy_knn_understanding.markdown31 Triangle family. So he is also added into Red Triangle. This method is called simply **Nearest
39 one of them), so again he should be added to Red family. But what if we take k=7? Then he has 5 Blue
40 families and 2 Red families. Great!! Now he should be added to Blue family. So it all changes with
47 Red families are more closer to him than the other 2 Blue families. So he is more eligible to be
133 It says our new-comer got 3 neighbours, all from Blue family. Therefore, he is labelled as Blue
/external/snakeyaml/src/test/resources/pyyaml/
Dspec-02-17.data5 single: '"Howdy!" he cried.'
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc959 #define EXPECT_HOSTENT_NOT_POISONED(he) \ argument
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(); in TEST() local
981 ASSERT_NE((void *)NULL, he); in TEST()
[all …]

12345678910>>...24