Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 70) sorted by relevance

123

/curl/lib/
H A Ddynbuf.c40 void Curl_dyn_init(struct dynbuf *s, size_t toobig) in Curl_dyn_init()
57 void Curl_dyn_free(struct dynbuf *s) in Curl_dyn_free()
67 static CURLcode dyn_nappend(struct dynbuf *s, in dyn_nappend()
127 void Curl_dyn_reset(struct dynbuf *s) in Curl_dyn_reset()
141 CURLcode Curl_dyn_tail(struct dynbuf *s, size_t trail) in Curl_dyn_tail()
176 CURLcode Curl_dyn_add(struct dynbuf *s, const char *str) in Curl_dyn_add()
223 CURLcode Curl_dyn_addf(struct dynbuf *s, const char *fmt, ...) in Curl_dyn_addf()
239 char *Curl_dyn_ptr(const struct dynbuf *s) in Curl_dyn_ptr()
250 unsigned char *Curl_dyn_uptr(const struct dynbuf *s) in Curl_dyn_uptr()
261 size_t Curl_dyn_len(const struct dynbuf *s) in Curl_dyn_len()
[all …]
H A Dcurl_memrchr.c50 Curl_memrchr(const void *s, int c, size_t n) in Curl_memrchr()
H A Dmemdebug.h38 # define ALLOC_SIZE(s) __attribute__((__alloc_size__(s))) argument
39 # define ALLOC_SIZE2(n, s) __attribute__((__alloc_size__(n, s))) argument
42 # define ALLOC_SIZE(s) argument
43 # define ALLOC_SIZE2(n, s) argument
46 # define ALLOC_SIZE(s) argument
47 # define ALLOC_SIZE2(n, s) argument
H A Dselect.h92 #define VALID_SOCK(s) ((s) < INVALID_SOCKET) argument
101 #define VALID_SOCK(s) ((s) >= 0) argument
104 #define FDSET_SOCK(s) ((s) < FD_SETSIZE) argument
H A Dcurl_rtmp.c46 #define SET_RCVTIMEO(tv,s) int tv = s*1000 argument
48 #define SET_RCVTIMEO(tv,s) int tv = s*1000 argument
50 #define SET_RCVTIMEO(tv,s) struct timeval tv = {s,0} argument
H A Ddict.c134 char *s; in sendf() local
H A Dsetup-os400.h47 #define puts(s) (fputs((s), stdout) == EOF? EOF: putchar('\n')) argument
H A Dshare.h37 #define CURL_SHARE_KEEP_CONNECT(s) \ argument
/curl/tests/http/
H A Dtest_16_info.py120 def check_stat(self, idx, s, r, dl_size=None, ul_size=None): argument
133 def check_stat_positive(self, s, idx, key): argument
137 def check_stat_zero(self, s, key): argument
141 def check_stat_times(self, s, idx): argument
/curl/packages/OS400/
H A Dccsidcurl.c109 const char *s, int slen, int sccsid) in convert()
289 char *s; in curl_easy_escape_ccsid() local
319 char *s; in curl_easy_unescape_ccsid() local
352 char *s; in curl_slist_append_ccsid() local
373 char *s; in curl_getdate_ccsid() local
1071 char *s; in curl_easy_setopt_ccsid() local
1338 char *s = curl_pushheader_bynum(h, num); in curl_pushheader_bynum_cssid() local
1372 char *s = (char *) NULL; in mime_string_call() local
1424 char *s = (char *) NULL; in curl_mime_data_ccsid() local
1442 char *s = (char *)NULL; in curl_url_get_ccsid() local
[all …]
/curl/tests/libtest/
H A Dlib543.c49 char *s = curl_easy_escape(easy, (const char *)a, asize); in test() local
H A Dlib1960.c53 int s = *(int *)clientp; in socket_cb() local
H A Dlib1915.c59 struct state *s = (struct state *)userp; in hstsread() local
H A Dlib582.c99 static int curlSocketCallback(CURL *easy, curl_socket_t s, int action, in curlSocketCallback()
196 static void notifyCurl(CURLM *curl, curl_socket_t s, int evBitmask, in notifyCurl()
/curl/tests/http/testenv/mod_curltest/
H A Dmod_curltest.c60 apr_pool_t *ptemp, server_rec *s) in curltest_post_config()
169 static int status_from_str(const char *s, apr_status_t *pstatus) in status_from_str()
207 char *s, *val, *arg = APR_ARRAY_IDX(args, i, char *); in curltest_echo_handler() local
353 char *s, *val, *arg = APR_ARRAY_IDX(args, i, char *); in curltest_tweak_handler() local
554 char *s, *val, *arg = APR_ARRAY_IDX(args, i, char *); in curltest_put_handler() local
716 const char *s; in brigade_env_var() local
745 char *s, *val, *arg = APR_ARRAY_IDX(args, i, char *); in curltest_sslinfo_handler() local
/curl/tests/
H A Dtestcurl.pl188 s:/:\\:g; label
/curl/src/
H A Dtool_vms.h43 #define VMS_STS(c,f,e,s) (((c&0xF)<<28)|((f&0xFFF)<<16)|((e&0x1FFF)<3)|(s&7)) argument
H A Dtool_setopt.c188 #define DECL0(s) ADD((&easysrc_decl, s)) argument
191 #define DATA0(s) ADD((&easysrc_data, s)) argument
196 #define CODE0(s) ADD((&easysrc_code, s)) argument
201 #define CLEAN0(s) ADD((&easysrc_clean, s)) argument
204 #define REM0(s) ADD((&easysrc_toohard, s)) argument
216 const char *s; in c_escape() local
/curl/tests/server/
H A Dresolve.c114 curl_socket_t s = socket(PF_INET6, SOCK_DGRAM, 0); in main() local
/curl/docs/examples/
H A Dhiperfifo.c121 const char *s; in mcode_or_die() local
249 static void setsock(SockInfo *f, curl_socket_t s, CURL *e, int act, in setsock()
269 static void addsock(curl_socket_t s, CURL *easy, int action, GlobalInfo *g) in addsock()
279 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) in sock_cb()
368 char s[1024]; in fifo_cb() local
H A Devhiperfifo.c137 const char *s; in mcode_or_die() local
247 static void setsock(SockInfo *f, curl_socket_t s, CURL *e, int act, in setsock()
269 static void addsock(curl_socket_t s, CURL *easy, int action, GlobalInfo *g) in addsock()
279 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) in sock_cb()
374 char s[1024]; in fifo_cb() local
H A Dephiperfifo.c120 const char *s; in mcode_or_die() local
268 static void setsock(SockInfo *f, curl_socket_t s, CURL *e, int act, in setsock()
295 static void addsock(curl_socket_t s, CURL *easy, int action, GlobalInfo *g) in addsock()
305 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) in sock_cb()
396 char s[1024]; in fifo_cb() local
H A Dghiper.c102 const char *s; in mcode_or_die() local
219 static void setsock(SockInfo *f, curl_socket_t s, CURL *e, int act, in setsock()
236 static void addsock(curl_socket_t s, CURL *easy, int action, GlobalInfo *g) in addsock()
247 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) in sock_cb()
H A Dhsts-preload.c54 struct state *s = (struct state *)userp; in hstsread() local
H A Dwebsocket.c32 #define sleep(s) Sleep((DWORD)(s)) argument

Completed in 44 milliseconds

123