Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 28) sorted by relevance

12

/curl/docs/examples/
H A Dsftpuploadresume.c36 FILE *f = (FILE *)stream; in readfunc() local
82 FILE *f = NULL; in sftpResumeUpload() local
H A Dftpuploadresume.c58 FILE *f = stream; in readfunc() local
73 FILE *f; in upload() local
H A Dhiperfifo.c236 static void remsock(SockInfo *f) in remsock()
249 static void setsock(SockInfo *f, curl_socket_t s, CURL *e, int act, in setsock()
H A Devhiperfifo.c234 static void remsock(SockInfo *f, GlobalInfo *g) in remsock()
247 static void setsock(SockInfo *f, curl_socket_t s, CURL *e, int act, in setsock()
H A Dghiper.c207 static void remsock(SockInfo *f) in remsock()
219 static void setsock(SockInfo *f, curl_socket_t s, CURL *e, int act, in setsock()
H A Dephiperfifo.c253 static void remsock(SockInfo *f, GlobalInfo* g) in remsock()
268 static void setsock(SockInfo *f, curl_socket_t s, CURL *e, int act, in setsock()
/curl/src/
H A Dtool_setopt.c191 #define DECL1(f,a) ADDF((&easysrc_decl, f,a)) argument
194 #define DATA1(f,a) ADDF((&easysrc_data, f,a)) argument
195 #define DATA2(f,a,b) ADDF((&easysrc_data, f,a,b)) argument
196 #define DATA3(f,a,b,c) ADDF((&easysrc_data, f,a,b,c)) argument
199 #define CODE1(f,a) ADDF((&easysrc_code, f,a)) argument
200 #define CODE2(f,a,b) ADDF((&easysrc_code, f,a,b)) argument
201 #define CODE3(f,a,b,c) ADDF((&easysrc_code, f,a,b,c)) argument
204 #define CLEAN1(f,a) ADDF((&easysrc_clean, f,a)) argument
207 #define REM1(f,a) ADDF((&easysrc_toohard, f,a)) argument
208 #define REM3(f,a,b,c) ADDF((&easysrc_toohard, f,a,b,c)) argument
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_doswin.c59 # define _use_lfn(f) (1) /* long file names always available */ argument
61 # define _use_lfn(f) (0) /* long file names never available */ argument
H A Dtool_parsecfg.c67 FILE *f; in execpath() local
H A Dvar.c100 char *f, /* functions */ in varfunc()
/curl/lib/
H A Dnetrc.h40 #define Curl_parsenetrc(a,b,c,d,e,f) 1 argument
H A Dsocks.h31 #define Curl_SOCKS5(a,b,c,d,e,f) CURLE_NOT_BUILT_IN argument
H A Dfile.c88 # define open_readonly(p,f) open((p),(f),(0)) argument
90 # define open_readonly(p,f) open((p),(f)) argument
H A Dhttp_proxy.c277 struct Curl_cfilter *f; in http_proxy_cf_close() local
H A Dmprintf.c1039 static int addbyter(unsigned char outc, void *f) in addbyter()
1087 static int alloc_addbyter(unsigned char outc, void *f) in alloc_addbyter()
1141 static int storebuffer(unsigned char outc, void *f) in storebuffer()
1160 static int fputc_wrapper(unsigned char outc, void *f) in fputc_wrapper()
H A Deasy.c233 curl_free_callback f, curl_realloc_callback r, in curl_global_init_mem()
560 struct pollfd *f; in wait_or_timeout() local
H A Dformdata.c572 char *f = (form->flags & HTTPPOST_BUFFER)? in FormAdd() local
H A Dmd4.c287 #define STEP(f, a, b, c, d, x, s) \ argument
H A Dsha256.c367 #define RND(a,b,c,d,e,f,g,h,i) \ in sha256_compress() argument
H A Dmd5.c316 #define STEP(f, a, b, c, d, x, t, s) \ argument
H A Dcurl_sha512_256.c469 curl_uint64_t f = H[5]; in MHDx_sha512_256_transform() local
/curl/lib/vtls/
H A Dcipher_suite.c136 #define CS_ZIP_IDX(a, b, c, d, e, f, g, h) \ argument
145 #define CS_ENTRY(id, a, b, c, d, e, f, g, h) \ argument
/curl/CMake/
H A DCurlTests.c341 void check(float f) {} in check()
/curl/tests/server/
H A Dtftpd.c516 static int synchnet(curl_socket_t f /* socket to flush */) in synchnet()

Completed in 96 milliseconds

12