/external/curl/tests/libtest/ |
D | lib510.c | 66 struct curl_slist *slist = NULL; in test() local 82 slist = curl_slist_append(slist, "Transfer-Encoding: chunked"); in test() 83 if(slist == NULL) { in test() 114 test_setopt(curl, CURLOPT_HTTPHEADER, slist); in test() 127 if(slist) in test() 128 curl_slist_free_all(slist); in test()
|
D | lib579.c | 90 struct curl_slist *slist = NULL; in test() local 106 slist = curl_slist_append(slist, "Transfer-Encoding: chunked"); in test() 107 if(slist == NULL) { in test() 138 test_setopt(curl, CURLOPT_HTTPHEADER, slist); in test() 153 if(slist) in test() 154 curl_slist_free_all(slist); in test()
|
D | lib539.c | 31 struct curl_slist *slist = NULL; in test() local 69 slist = curl_slist_append(NULL, "SYST"); in test() 70 if(slist == NULL) { in test() 79 test_setopt(curl, CURLOPT_QUOTE, slist); in test() 85 curl_slist_free_all(slist); in test()
|
D | lib1510.c | 39 struct curl_slist *slist = NULL, *slist2; in test() local 50 slist2 = curl_slist_append(slist, dnsentry); in test() 55 slist = slist2; in test() 70 easy_setopt(curl, CURLOPT_RESOLVE, slist); in test() 94 curl_slist_free_all(slist); in test()
|
D | lib1512.c | 42 struct curl_slist *slist = NULL; in test() local 55 slist = curl_slist_append(slist, dnsentry); in test() 76 easy_setopt(curl[0], CURLOPT_RESOLVE, slist); in test() 86 curl_slist_free_all(slist); in test()
|
D | lib661.c | 30 struct curl_slist *slist = NULL; in test() local 99 slist = curl_slist_append(NULL, "SYST"); in test() 100 if(slist == NULL) { in test() 110 test_setopt(curl, CURLOPT_QUOTE, slist); in test() 127 test_setopt(curl, CURLOPT_QUOTE, slist); in test() 138 test_setopt(curl, CURLOPT_QUOTE, slist); in test() 144 curl_slist_free_all(slist); in test()
|
D | lib1506.c | 41 struct curl_slist *slist = NULL, *slist2; in test() local 52 slist2 = curl_slist_append(slist, dnsentry); in test() 57 slist = slist2; in test() 83 easy_setopt(curl[i], CURLOPT_RESOLVE, slist); in test() 131 curl_slist_free_all(slist); in test()
|
D | mk-lib1521.pl | 149 struct curl_slist *slist = NULL; 274 print "$c &slist);\n$check";
|
/external/curl/docs/examples/ |
D | certinfo.c | 69 struct curl_slist *slist; in main() local 71 for(slist = certinfo->certinfo[i]; slist; slist = slist->next) in main() 72 printf("%s\n", slist->data); in main()
|
D | smtp-mime.c | 78 struct curl_slist *slist = NULL; in main() local 128 slist = curl_slist_append(NULL, "Content-Disposition: inline"); in main() 129 curl_mime_headers(part, slist, 1); in main()
|
/external/libpcap/ |
D | gencode.h | 201 struct slist; 208 struct slist *jt; /* only for relative jump in block */ 209 struct slist *jf; /* only for relative jump in block */ 213 struct slist { struct 215 struct slist *next; argument 258 struct slist *stmts; /* side effect stmts */ 287 struct slist *s; /* stmt list */ 392 void sappend(struct slist *, struct slist *);
|
D | gencode.c | 484 static inline struct slist *new_stmt(compiler_state_t *cstate, int); 506 static struct slist *gen_load_absoffsetrel(compiler_state_t *, bpf_abs_offset *, 508 static struct slist *gen_load_a(compiler_state_t *, enum e_offrel, u_int, 510 static struct slist *gen_loadx_iphdrlen(compiler_state_t *); 517 static struct slist *gen_load_prism_llprefixlen(compiler_state_t *); 518 static struct slist *gen_load_avs_llprefixlen(compiler_state_t *); 519 static struct slist *gen_load_radiotap_llprefixlen(compiler_state_t *); 520 static struct slist *gen_load_ppi_llprefixlen(compiler_state_t *); 522 static struct slist *gen_abs_offset_varpart(compiler_state_t *, 572 static struct slist *xfer_to_x(compiler_state_t *, struct arth *); [all …]
|
D | optimize.c | 625 struct slist *s; in compute_local_ud() 873 static inline struct slist * 874 this_op(struct slist *s) in this_op() 893 struct slist *s; in opt_peep() 894 struct slist *next, *last; in opt_peep() 952 struct slist *add, *tax, *ild; in opt_peep() 1456 register struct slist *s; in opt_deadstores() 1480 struct slist *s; in opt_blk() 2158 struct slist *tmp, *s; in opt_root() 2324 eq_slist(struct slist *x, struct slist *y) in eq_slist() [all …]
|
/external/google-breakpad/src/common/solaris/ |
D | dump_symbols.cc | 63 struct slist { struct 163 inline void RecalculateOffset(struct slist* cur_list, char *stabstr) { in RecalculateOffset() 248 int LoadStackParamSize(struct slist *list, in LoadStackParamSize() 249 struct slist *list_end, in LoadStackParamSize() 251 struct slist *cur_list = list; in LoadStackParamSize() 262 int LoadLineInfo(struct slist *list, in LoadLineInfo() 263 struct slist *list_end, in LoadLineInfo() 265 struct slist *cur_list = list; in LoadLineInfo() 291 int LoadFuncSymbols(struct slist *list, in LoadFuncSymbols() 292 struct slist *list_end, in LoadFuncSymbols() [all …]
|
/external/curl/src/ |
D | tool_doswin.c | 659 struct curl_slist *slist = NULL; in GetLoadedModulePaths() local 688 temp = curl_slist_append(slist, path); in GetLoadedModulePaths() 691 slist = temp; in GetLoadedModulePaths() 697 curl_slist_free_all(slist); in GetLoadedModulePaths() 698 slist = NULL; in GetLoadedModulePaths() 702 return slist; in GetLoadedModulePaths()
|
D | tool_setopt.c | 403 static CURLcode libcurl_generate_slist(struct curl_slist *slist, int *slistno) in libcurl_generate_slist() argument 415 for(; slist; slist = slist->next) { in libcurl_generate_slist() 417 escaped = c_escape(slist->data, ZERO_TERMINATED); in libcurl_generate_slist()
|
/external/llvm-project/lldb/test/API/lang/cpp/namespace/ |
D | TestNamespace.py | 164 slist = ['(int) a = 12', 'anon_uint', 'a_uint', 'b_uint', 'y_uint'] 167 slist = ['(int) a = 12', 175 substrs=slist)
|
/external/python/cpython2/Lib/test/ |
D | test_shlex.py | 187 slist = list(s) 188 self.assertEqual(slist, expected)
|
/external/python/cpython2/Lib/email/ |
D | _parseaddr.py | 376 slist = [''] 381 slist.append(self.field[self.pos]) 387 slist.append(self.getcomment()) 392 slist.append(self.field[self.pos]) 395 return EMPTYSTRING.join(slist)
|
/external/libcxx/utils/libcxx/sym_check/ |
D | util.py | 17 def read_syms_from_list(slist): argument 22 return [ast.literal_eval(l) for l in slist]
|
/external/llvm-project/libcxx/utils/libcxx/sym_check/ |
D | util.py | 17 def read_syms_from_list(slist): argument 22 return [ast.literal_eval(l) for l in slist]
|
/external/python/jinja/tests/ |
D | test_core_tags.py | 33 slist = [42, 24] 34 for seq in [slist, iter(slist), reversed(slist), (_ for _ in slist)]:
|
/external/python/cpython3/Lib/email/ |
D | _parseaddr.py | 428 slist = [''] 433 slist.append(self.field[self.pos]) 439 slist.append(self.getcomment()) 444 slist.append(self.field[self.pos]) 447 return EMPTYSTRING.join(slist)
|
/external/python/cpython2/Lib/ |
D | rfc822.py | 700 slist = [''] 705 slist.append(self.field[self.pos]) 711 slist.append(self.getcomment()) 716 slist.append(self.field[self.pos]) 719 return ''.join(slist)
|
/external/python/cpython3/Lib/test/ |
D | test_shlex.py | 308 slist = list(s) 309 self.assertEqual(slist, expected)
|