Home
last modified time | relevance | path

Searched refs:slist (Results 1 – 25 of 27) sorted by relevance

12

/external/curl/tests/libtest/
Dlib510.c62 struct curl_slist *slist = NULL; in test() local
77 slist = curl_slist_append(slist, "Transfer-Encoding: chunked"); in test()
78 if(slist == NULL) { in test()
109 test_setopt(curl, CURLOPT_HTTPHEADER, slist); in test()
122 if(slist) in test()
123 curl_slist_free_all(slist); in test()
Dlib579.c91 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()
Dlib539.c31 struct curl_slist *slist = NULL; in test() local
68 slist = curl_slist_append (NULL, "SYST"); in test()
69 if(slist == NULL) { in test()
78 test_setopt(curl, CURLOPT_QUOTE, slist); in test()
84 curl_slist_free_all(slist); in test()
Dlib1510.c39 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()
Dlib1512.c42 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()
Dlib1506.c41 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()
/external/curl/docs/examples/
Dcertinfo.c74 struct curl_slist *slist; in main() local
76 for(slist = ptr.to_certinfo->certinfo[i]; slist; slist = slist->next) in main()
77 printf("%s\n", slist->data); in main()
/external/libpcap/
Dgencode.h205 struct slist;
209 struct slist *jt; /*only for relative jump in block*/
210 struct slist *jf; /*only for relative jump in block*/
214 struct slist { struct
216 struct slist *next; argument
249 struct slist *stmts; /* side effect stmts */
273 struct slist *s; /* stmt list */
385 void sappend(struct slist *, struct slist *);
Dgencode.c461 static inline struct slist *new_stmt(compiler_state_t *cstate, int);
483 static struct slist *gen_load_absoffsetrel(compiler_state_t *, bpf_abs_offset *,
485 static struct slist *gen_load_a(compiler_state_t *, enum e_offrel, u_int,
487 static struct slist *gen_loadx_iphdrlen(compiler_state_t *);
494 static struct slist *gen_load_prism_llprefixlen(compiler_state_t *);
495 static struct slist *gen_load_avs_llprefixlen(compiler_state_t *);
496 static struct slist *gen_load_radiotap_llprefixlen(compiler_state_t *);
497 static struct slist *gen_load_ppi_llprefixlen(compiler_state_t *);
499 static struct slist *gen_abs_offset_varpart(compiler_state_t *,
546 static struct slist *xfer_to_x(compiler_state_t *, struct arth *);
[all …]
Doptimize.c467 struct slist *s; in compute_local_ud()
665 static inline struct slist *
666 this_op(struct slist *s) in this_op()
685 struct slist *s; in opt_peep()
686 struct slist *next, *last; in opt_peep()
736 struct slist *add, *tax, *ild; in opt_peep()
1162 register struct slist *s; in opt_deadstores()
1183 struct slist *s; in opt_blk()
1659 struct slist *tmp, *s; in opt_root()
1764 eq_slist(struct slist *x, struct slist *y) in eq_slist()
[all …]
/external/google-breakpad/src/common/solaris/
Ddump_symbols.cc63 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/toybox/toys/posix/
Dcut.c41 struct slist { struct
42 struct slist *next; argument
48 struct slist *current, *head_ref, *temp1_node; in add_to_list() argument
51 temp1_node = xzalloc(sizeof(struct slist)); in add_to_list()
135 struct slist *temp_node = TT.slist_head; in do_fcut()
196 struct slist *temp_node = TT.slist_head; in do_bccut()
/external/python/cpython2/Lib/test/
Dtest_shlex.py187 slist = list(s)
188 self.assertEqual(slist, expected)
/external/python/cpython2/Lib/email/
D_parseaddr.py376 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/
Dutil.py17 def read_syms_from_list(slist): argument
22 return [ast.literal_eval(l) for l in slist]
/external/python/cpython2/Lib/
Drfc822.py700 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/curl/lib/
DMakefile.inc50 curl_sspi.c slist.c nonblock.c curl_memrchr.c imap.c pop3.c smtp.c \
68 slist.h nonblock.h curl_memrchr.h imap.h pop3.h smtp.h pingpong.h \
DMakefile.vc6612 $(DIROBJ)\slist.obj \
/external/autotest/client/tests/crashme/
Dcrashme_2.4-9.diff347 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-irix6/
Dflp.py254 slist = str.split()
256 for i in slist:
/external/python/cpython2/Lib/plat-irix5/
Dflp.py255 slist = string.split(str)
257 for i in slist:
/external/curl/packages/Symbian/group/
Dlibcurl.mmp35 socks_sspi.c curl_sspi.c slist.c nonblock.c curl_memrchr.c imap.c \
/external/selinux/libsemanage/src/
Dpywrap-test.py144 (status, slist) = semanage.semanage_seuser_list(sh)
149 if ( len(slist) == 0):
153 for seuser in slist:
/external/curl/
DAndroid.bp111 "lib/slist.c",
/external/antlr/antlr-3.4/runtime/C/
DREADME498 slist : stat+ ;
501 $slist.text will get only first stat. I need to add a warning about
1715 scope slist,Symbols;

12