/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 | 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 | 75 struct curl_slist *slist = NULL; in main() local 127 slist = curl_slist_append(NULL, "Content-Disposition: inline"); in main() 128 curl_mime_headers(part, slist, 1); in main()
|
/external/libpcap/ |
D | gencode.h | 203 struct slist; 207 struct slist *jt; /*only for relative jump in block*/ 208 struct slist *jf; /*only for relative jump in block*/ 212 struct slist { struct 214 struct slist *next; argument 247 struct slist *stmts; /* side effect stmts */ 276 struct slist *s; /* stmt list */ 399 void sappend(struct slist *, struct slist *);
|
D | gencode.c | 452 static inline struct slist *new_stmt(compiler_state_t *cstate, int); 474 static struct slist *gen_load_absoffsetrel(compiler_state_t *, bpf_abs_offset *, 476 static struct slist *gen_load_a(compiler_state_t *, enum e_offrel, u_int, 478 static struct slist *gen_loadx_iphdrlen(compiler_state_t *); 485 static struct slist *gen_load_prism_llprefixlen(compiler_state_t *); 486 static struct slist *gen_load_avs_llprefixlen(compiler_state_t *); 487 static struct slist *gen_load_radiotap_llprefixlen(compiler_state_t *); 488 static struct slist *gen_load_ppi_llprefixlen(compiler_state_t *); 490 static struct slist *gen_abs_offset_varpart(compiler_state_t *, 538 static struct slist *xfer_to_x(compiler_state_t *, struct arth *); [all …]
|
D | optimize.c | 565 struct slist *s; in compute_local_ud() 763 static inline struct slist * 764 this_op(struct slist *s) in this_op() 783 struct slist *s; in opt_peep() 784 struct slist *next, *last; in opt_peep() 834 struct slist *add, *tax, *ild; in opt_peep() 1260 register struct slist *s; in opt_deadstores() 1281 struct slist *s; in opt_blk() 1758 struct slist *tmp, *s; in opt_root() 1863 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 | 682 struct curl_slist *slist = NULL; in GetLoadedModulePaths() local 711 temp = curl_slist_append(slist, path); in GetLoadedModulePaths() 714 slist = temp; in GetLoadedModulePaths() 720 curl_slist_free_all(slist); in GetLoadedModulePaths() 721 slist = NULL; in GetLoadedModulePaths() 725 return slist; in GetLoadedModulePaths()
|
D | tool_setopt.c | 388 static CURLcode libcurl_generate_slist(struct curl_slist *slist, int *slistno) in libcurl_generate_slist() argument 400 for(; slist; slist = slist->next) { in libcurl_generate_slist() 402 escaped = c_escape(slist->data, CURL_ZERO_TERMINATED); in libcurl_generate_slist()
|
/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/python/cpython2/Lib/test/ |
D | test_shlex.py | 187 slist = list(s) 188 self.assertEqual(slist, expected)
|
/external/python/cpython3/Lib/email/ |
D | _parseaddr.py | 419 slist = [''] 424 slist.append(self.field[self.pos]) 430 slist.append(self.getcomment()) 435 slist.append(self.field[self.pos]) 438 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/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 | 290 slist = list(s) 291 self.assertEqual(slist, expected)
|
/external/curl/lib/ |
D | Makefile.inc | 50 curl_sspi.c slist.c nonblock.c curl_memrchr.c imap.c pop3.c smtp.c \ 70 slist.h nonblock.h curl_memrchr.h imap.h pop3.h smtp.h pingpong.h \
|
/external/autotest/client/tests/crashme/ |
D | crashme_2.4-9.diff | 347 struct status_list *slist = NULL; 353 for(l=slist;l != NULL; l = l->next) 355 slist = l; 363 for(l=slist;l != NULL; l = l->next)
|
/external/python/cpython2/Lib/plat-irix5/ |
D | flp.py | 255 slist = string.split(str) 257 for i in slist:
|
/external/python/cpython2/Lib/plat-irix6/ |
D | flp.py | 254 slist = str.split() 256 for i in slist:
|