Home
last modified time | relevance | path

Searched refs:fopen (Results 1 – 25 of 92) sorted by relevance

1234

/curl/docs/examples/
H A Dftpgetresp.c51 ftpfile = fopen(FTPBODY, "wb"); /* b is binary, needed on Windows */ in main()
54 respfile = fopen(FTPHEADERS, "wb"); /* b is binary, needed on Windows */ in main()
H A Dsepheaders.c62 headerfile = fopen(headerfilename, "wb"); in main()
69 bodyfile = fopen(bodyfilename, "wb"); in main()
H A Durl2file.c68 pagefile = fopen(pagefilename, "wb"); in main()
H A Dfileupload.c41 fd = fopen("debugit", "rb"); /* open file to upload */ in main()
H A Dftpget.c43 out->stream = fopen(out->filename, "wb"); in my_fwrite()
H A Dftpsget.c45 out->stream = fopen(out->filename, "wb"); in my_fwrite()
H A Dsftpget.c54 out->stream = fopen(out->filename, "wb"); in my_fwrite()
H A Dhttpput.c83 hd_src = fopen(file, "rb"); in main()
H A Dhttp2-serverpush.c131 FILE *out = fopen(OUTPUTFILE, "wb"); in setup()
179 out = fopen(filename, "wb"); in server_push_callback()
H A Dsimplessl.c76 headerfile = fopen(pHeaderFile, "wb"); in main()
H A Dftpupload.c91 hd_src = fopen(LOCAL_FILE, "rb"); in main()
H A Danyauthput.c100 fp = fopen(file, "rb"); in main()
/curl/tests/
H A Dmemanalyze.pl309 $fopen{$4}=1;
316 if(!$fopen{$1}) {
320 $fopen{$1}=0;
403 for(keys %fopen) {
404 if($fopen{$_} == 1) {
/curl/src/
H A Dtool_stderr.c53 fp = fopen(filename, FOPEN_WRITETEXT); in tool_set_stderr_file()
H A Dtool_parsecfg.c62 file = fopen(curlrc, FOPEN_READTEXT); in parseconfig()
84 file = fopen(filename, FOPEN_READTEXT); in parseconfig()
/curl/tests/libtest/
H A Dlib579.c47 FILE *moo = fopen(libtest_arg2, "ab"); in progress_final_report()
67 FILE *moo = fopen(libtest_arg2, "ab"); in progress_callback()
H A Dlib566.c58 moo = fopen(libtest_arg2, "wb"); in test()
H A Dlib599.c89 moo = fopen(libtest_arg2, "wb"); in test()
H A Dlib578.c36 FILE *moo = fopen(libtest_arg2, "wb"); in progress_callback()
H A Dlib541.c49 hd_src = fopen(libtest_arg2, "rb"); in test()
H A Dlib2305.c47 FILE *save = fopen(libtest_arg2, FOPEN_WRITETEXT); in websocket()
/curl/tests/unit/
H A Dunit3200.c96 fp = fopen(arg, "wb");
101 fp = fopen(arg, "rb");
/curl/tests/http/clients/
H A Dh2-serverpush.c130 FILE *out = fopen(OUTPUTFILE, "wb"); in setup()
172 out = fopen(filename, "wb"); in server_push_callback()
/curl/tests/server/
H A Dutil.c119 logfp = fopen(serverlogfile, "ab"); in logmsg()
209 stream = fopen(filename, "rb"); in test2fopen()
215 stream = fopen(filename, "rb"); in test2fopen()
300 pidfile = fopen(filename, "wb"); in write_pidfile()
314 FILE *portfile = fopen(filename, "wb"); in write_portfile()
332 lockfile = fopen(filename, "wb"); in set_advisor_read_lock()
/curl/lib/vtls/
H A Dkeylog.c62 keylog_file_fp = fopen(keylog_file_name, FOPEN_APPENDTEXT); in Curl_tls_keylog_open()

Completed in 77 milliseconds

1234