Home
last modified time | relevance | path

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

12345678910>>...35

/external/curl/lib/
Dhash.c88 struct curl_hash_element *he = malloc(sizeof(struct curl_hash_element) + in mk_hash_element() local
90 if(he) { in mk_hash_element()
92 memcpy(he->key, key, key_len); in mk_hash_element()
93 he->key_len = key_len; in mk_hash_element()
94 he->ptr = (void *) p; in mk_hash_element()
96 return he; in mk_hash_element()
111 struct curl_hash_element *he; in Curl_hash_add() local
116 he = (struct curl_hash_element *) le->ptr; in Curl_hash_add()
117 if(h->comp_func(he->key, he->key_len, key, key_len)) { in Curl_hash_add()
124 he = mk_hash_element(key, key_len, p); in Curl_hash_add()
[all …]
Dconncache.c241 struct curl_hash_element *he; in conncache_remove_bundle() local
248 he = Curl_hash_next_element(&iter); in conncache_remove_bundle()
249 while(he) { in conncache_remove_bundle()
250 if(he->ptr == bundle) { in conncache_remove_bundle()
253 Curl_hash_delete(&connc->hash, he->key, he->key_len); in conncache_remove_bundle()
257 he = Curl_hash_next_element(&iter); in conncache_remove_bundle()
357 struct curl_hash_element *he; in Curl_conncache_foreach() local
365 he = Curl_hash_next_element(&iter); in Curl_conncache_foreach()
366 while(he) { in Curl_conncache_foreach()
369 bundle = he->ptr; in Curl_conncache_foreach()
[all …]
Dcurl_addrinfo.c277 Curl_he2ai(const struct hostent *he, int port) in Curl_he2ai() argument
290 if(!he) in Curl_he2ai()
294 DEBUGASSERT((he->h_name != NULL) && (he->h_addr_list != NULL)); in Curl_he2ai()
296 for(i = 0; (curr = he->h_addr_list[i]) != NULL; i++) { in Curl_he2ai()
300 if(he->h_addrtype == AF_INET6) in Curl_he2ai()
311 ai->ai_canonname = strdup(he->h_name); in Curl_he2ai()
333 ai->ai_family = he->h_addrtype; in Curl_he2ai()
348 addr->sin_family = (CURL_SA_FAMILY_T)(he->h_addrtype); in Curl_he2ai()
357 addr6->sin6_family = (CURL_SA_FAMILY_T)(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.txt10 CA{"Uŋčíyapi Makȟóčhe"}
11 CN{"Pȟečhókaŋhaŋska Makȟóčhe"}
12 DE{"Iyášiča Makȟóčhe"}
13 ES{"Spayólaȟče Makȟóčhe"}
14 JP{"Kisúŋla Makȟóčhe"}
15 MX{"Spayóla Makȟóčhe"}
16 US{"Mílahaŋska Tȟamákȟočhe"}
/external/mesa3d/src/compiler/glsl/
Dir_builder_print_visitor.cpp257 const struct hash_entry *const he = in print_without_declaration() local
260 print_without_indent("r%04X", (unsigned)(uintptr_t) he->data); in print_without_declaration()
266 const struct hash_entry *const he = in visit() local
269 if (he != NULL) in visit()
270 _mesa_hash_table_insert(index_map, ir, he->data); in visit()
437 const struct hash_entry *const he = in print_without_declaration() local
450 (unsigned)(uintptr_t) he->data); in print_without_declaration()
456 (unsigned)(uintptr_t) he->data, in print_without_declaration()
579 const struct hash_entry *const he = in print_without_declaration() local
582 print_without_indent("r%04X", (unsigned)(uintptr_t) he->data); in print_without_declaration()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
Dplurals.txt926 he 0.0 ימים
927 he 0.00 ימים
928 he 0.000 ימים
929 he 0.001 ימים
930 he 0.002 ימים
931 he 0.003 ימים
932 he 0.01 ימים
933 he 0.010 ימים
934 he 0.011 ימים
935 he 0.012 ימים
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
Dplurals.txt926 he 0.0 ימים
927 he 0.00 ימים
928 he 0.000 ימים
929 he 0.001 ימים
930 he 0.002 ימים
931 he 0.003 ימים
932 he 0.01 ימים
933 he 0.010 ימים
934 he 0.011 ימים
935 he 0.012 ימים
[all …]
/external/icu/icu4c/source/data/unit/
Dto.txt17 dnam{"mita he sekoni sikuea"}
18 other{"mita he sekoni sikuea ʻe {0}"}
67 per{"{0} ki he kilomita sikuea"}
84 per{"{0} ʻi he {1}"}
92 dnam{"milikalami he tesilita"}
93 other{"milikalami ʻe {0} he tesilita"}
96 dnam{"milimole he lita"}
97 other{"milimole ʻe {0} he lita"}
100 dnam{"konga he miliona"}
101 other{"konga ʻe {0} he miliona"}
[all …]
/external/icu/icu4c/source/data/locales/
Dto.txt160 other{"afe mataʻu he hala hono {0}"}
769 other{"ʻi he ʻaho ʻe {0}"}
787 other{"ʻi he ʻaho ʻe {0}"}
805 other{"ʻi he ʻaho ʻe {0}"}
852 other{"ʻi he houa ʻe {0}"}
863 other{"ʻi he houa ʻe {0}"}
874 other{"ʻi he houa ʻe {0}"}
885 other{"ʻi he miniti ʻe {0}"}
896 other{"ʻi he miniti ʻe {0}"}
907 other{"ʻi he miniti ʻe {0}"}
[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/pcre/dist2/testdata/
DgrepoutputC1 Arg1: [T] [he ] [ ] Arg2: |T| () () (0)
4 Arg1: [T] [he ] [ ] Arg2: |T| () () (0)
5 Arg1: [T] [he ] [ ] Arg2: |T| () () (0)
6 Arg1: [T] [he ] [ ] Arg2: |T| () () (0)
/external/brotli/tests/testdata/
Dasyoulik.txt87 sadness. My brother Jaques he keeps at school, and
89 he keeps me rustically at home, or, to speak more
98 bound to him as I. Besides this nothing that he so
100 me his countenance seems to take from me: he lets
111 ORLANDO Go apart, Adam, and thou shalt hear how he will
154 Rowland de Boys; he was my father, and he is thrice
186 he would not have spoke such a word.
200 DENNIS So please you, he is here at the door and importunes
221 therefore he gives them good leave to wander.
235 CHARLES They say he is already in the forest of Arden, and
[all …]
Dplrabn12.txt31 variety of editions he may have used as a source. We did get a
104 Th' infernal Serpent; he it was whose guile,
111 If he opposed, and with ambitious aim
121 To mortal men, he, with his horrid crew,
126 Torments him: round he throws his baleful eyes,
129 At once, as far as Angels ken, he views
154 "If thou beest he--but O how fallen! how changed
157 Myriads, though bright!--if he whom mutual league,
213 But what if he our Conqueror (whom I now
284 That with reiterated crimes he might
[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.c144 struct hostent *he; in main() local
146 he = gethostbyname(host); in main()
148 rc = !he; in main()
/external/tensorflow/tensorflow/contrib/ignite/kernels/client/
Dignite_plain_client_unix.cc51 hostent* he; in Connect() local
54 if ((he = gethostbyname(host_.c_str())) == NULL) in Connect()
57 addr_list = (in_addr**)he->h_addr_list; in Connect()
/external/honggfuzz/examples/glibc/
Dresolver.c154 struct hostent he; in main() local
159 gethostbyname2_r(b, AF_INET, &he, sbuf, sizeof(sbuf), &result, &h_errno); in main()
160 gethostbyname2_r(b, AF_INET6, &he, sbuf, sizeof(sbuf), &result, &h_errno); in main()
/external/grpc-grpc/test/core/transport/chttp2/
Dbin_decoder_test.cc38 char* he = grpc_dump_slice(expected, GPR_DUMP_HEX | GPR_DUMP_ASCII); in expect_slice_eq() local
40 he); in expect_slice_eq()
42 gpr_free(he); in expect_slice_eq()
Dbin_encoder_test.cc38 char* he = grpc_dump_slice(expected, GPR_DUMP_HEX | GPR_DUMP_ASCII); in expect_slice_eq() local
40 he); in expect_slice_eq()
42 gpr_free(he); in expect_slice_eq()
/external/llvm/test/YAMLParser/
Dspec-02-17.test7 single: '"Howdy!" he cried.'
14 # CHECK: !!str "\"Howdy!\" he cried."
/external/swiftshader/third_party/llvm-7.0/llvm/test/YAMLParser/
Dspec-02-17.test7 single: '"Howdy!" he cried.'
14 # CHECK: !!str "\"Howdy!\" he cried."
/external/swiftshader/third_party/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/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/swiftshader/third_party/llvm-7.0/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

12345678910>>...35