Home
last modified time | relevance | path

Searched defs:fd (Results 1 – 25 of 32) sorted by relevance

12

/curl/lib/
H A Dwarnless.h87 #define read(fd, buf, count) curlx_read(fd, buf, count) argument
89 #define write(fd, buf, count) curlx_write(fd, buf, count) argument
H A Dfile.h35 int fd; /* open file descriptor to read from! */ member
H A Dfile.c157 int fd; in file_connect() local
300 int fd; in file_upload() local
434 int fd; in file_do() local
H A Dwarnless.c372 ssize_t curlx_read(int fd, void *buf, size_t count) in curlx_read()
377 ssize_t curlx_write(int fd, const void *buf, size_t count) in curlx_write()
H A Dfopen.c101 int fd = -1; in Curl_fopen() local
H A Dsetup-os400.h38 #define isatty(fd) 0 argument
H A Dselect.h52 curl_socket_t fd; member
H A Drand.c155 int fd = open(RANDOM_FILE, O_RDONLY); in randit() local
/curl/src/
H A Dtool_xattr.c83 static int xattr(int fd, in xattr()
114 int fwrite_xattr(CURL *curl, const char *url, int fd) in fwrite_xattr()
H A Dtool_util.c170 # define _get_osfhandle(fd) (fd) argument
177 int tool_ftruncate64(int fd, curl_off_t where) in tool_ftruncate64()
H A Dtool_setup.h82 #define ftruncate(fd,where) tool_ftruncate64(fd,where) argument
H A Dtool_getpass.c137 static bool ttyecho(bool enable, int fd) in ttyecho()
181 int fd = open("/dev/tty", O_RDONLY); in getpass_r() local
H A Dtool_findfile.c79 int fd = open(c, O_RDONLY); in checkhome() local
H A Dtool_main.c94 int fd[2]; in main_checkfds() local
H A Dtool_cb_wrt.c75 int fd; in tool_create_output_file() local
/curl/docs/examples/
H A Dfileupload.c39 FILE *fd; in main() local
H A Dmulti-event.c124 static void curl_perform(int fd, short event, void *arg) in curl_perform()
143 static void on_timeout(evutil_socket_t fd, short events, void *arg) in on_timeout()
H A Dhiperfifo.c196 static void event_cb(int fd, short kind, void *userp) in event_cb()
220 static void timer_cb(int fd, short kind, void *userp) in timer_cb()
366 static void fifo_cb(int fd, short event, void *arg) in fifo_cb()
/curl/tests/server/
H A Dmqttd.c237 static int connack(FILE *dump, curl_socket_t fd) in connack()
260 static int suback(FILE *dump, curl_socket_t fd, unsigned short packetid) in suback()
283 static int puback(FILE *dump, curl_socket_t fd, unsigned short packetid) in puback()
306 static int disconnect(FILE *dump, curl_socket_t fd) in disconnect()
393 curl_socket_t fd, unsigned short packetid, in publish()
456 static int fixedheader(curl_socket_t fd, in fixedheader()
491 static curl_socket_t mqttit(curl_socket_t fd) in mqttit()
H A Dsockfilt.c159 static ssize_t read_wincon(int fd, void *buf, size_t count) in read_wincon()
191 static ssize_t write_wincon(int fd, const void *buf, size_t count) in write_wincon()
620 int fd; /* provided file descriptor (indexed by nfd) */ member
636 int error, ret, fd; in select_ws() local
H A Dsocksd.c312 static curl_socket_t socks4(curl_socket_t fd, in socks4()
366 static curl_socket_t sockit(curl_socket_t fd) in sockit()
727 curl_socket_t fd = c[i].clientfd; in incoming() local
/curl/tests/libtest/
H A Dlib582.c49 static void removeFd(struct Sockets *sockets, curl_socket_t fd, int mention) in removeFd()
69 static void addFd(struct Sockets *sockets, curl_socket_t fd, const char *what) in addFd()
H A Dlib537.c53 static int *fd = NULL; variable
H A Dlib530.c56 static void removeFd(struct Sockets *sockets, curl_socket_t fd, int mention) in removeFd()
77 static int addFd(struct Sockets *sockets, curl_socket_t fd, const char *what) in addFd()
H A Dlib518.c53 static int *fd = NULL; variable

Completed in 47 milliseconds

12