Home
last modified time | relevance | path

Searched defs:mode (Results 1 – 10 of 10) sorted by relevance

/curl/lib/
H A Dcurl_multibyte.c119 FILE *curlx_win32_fopen(const char *filename, const char *mode) in curlx_win32_fopen()
H A Dmemdebug.h185 #define fopen(file,mode) curl_dbg_fopen(file,mode,__LINE__,__FILE__) argument
187 #define fdopen(file,mode) curl_dbg_fdopen(file,mode,__LINE__,__FILE__) argument
H A Dmemdebug.c397 ALLOC_FUNC FILE *curl_dbg_fopen(const char *file, const char *mode, in curl_dbg_fopen()
409 ALLOC_FUNC FILE *curl_dbg_fdopen(int filedes, const char *mode, in curl_dbg_fdopen()
H A Dfile.c301 int mode; in file_upload() local
H A Dcurl_setup.h474 # define fopen(fname,mode) curlx_win32_fopen(fname, mode) argument
495 # define fopen(fname,mode) curlx_win32_fopen(fname, mode) argument
H A Dtftp.c125 tftp_mode_t mode; member
431 const char *mode = "octet"; in tftp_send_first() local
H A Dftp.c1050 static const char mode[][5] = { "EPRT", "PORT" }; in ftp_state_use_port() local
1421 static const char mode[][5] = { "EPSV", "PASV" }; in ftp_state_use_pasv() local
H A Dmime.c204 static FILE * vmsfopenread(const char *file, const char *mode) in vmsfopenread()
/curl/tests/server/
H A Dsockfilt.c159 DWORD mode, rcount = 0; in read_wincon() local
191 DWORD mode, wcount = 0; in write_wincon() local
964 enum sockmode *mode) in juggle()
1366 enum sockmode mode = PASSIVE_LISTEN; /* default */ in main() local
H A Dtftpd.c895 char *filename, *mode = NULL; in do_tftp() local
1074 const char *filename, unsigned short mode) in validate_access()

Completed in 42 milliseconds