Home
last modified time | relevance | path

Searched defs:slist (Results 1 – 14 of 14) sorted by relevance

/external/curl/tests/libtest/
Dlib539.c31 struct curl_slist *slist = NULL; in test() local
Dlib1512.c42 struct curl_slist *slist = NULL; in test() local
Dlib1510.c39 struct curl_slist *slist = NULL, *slist2; in test() local
Dlib510.c66 struct curl_slist *slist = NULL; in test() local
Dlib1506.c41 struct curl_slist *slist = NULL, *slist2; in test() local
Dlib579.c91 struct curl_slist *slist = NULL; in test() local
Dlib1521.c114 struct curl_slist *slist = NULL; in test() local
/external/curl/docs/examples/
Dcertinfo.c69 struct curl_slist *slist; in main() local
Dsmtp-mime.c75 struct curl_slist *slist = NULL; in main() local
/external/google-breakpad/src/common/solaris/
Ddump_symbols.cc63 struct slist { struct
65 unsigned int n_strx;
67 unsigned char n_type;
68 char n_other;
69 short n_desc;
70 unsigned long n_value;
/external/libcxx/utils/libcxx/sym_check/
Dutil.py17 def read_syms_from_list(slist): argument
/external/libpcap/
Dgencode.h214 struct slist { struct
216 struct slist *next; argument
/external/tensorflow/tensorflow/python/framework/
Dfunction.py461 def update_strs(slist): argument
/external/curl/src/
Dtool_setopt.c383 static CURLcode libcurl_generate_slist(struct curl_slist *slist, int *slistno) in libcurl_generate_slist()