Home
last modified time | relevance | path

Searched refs:fd (Results 51 – 75 of 80) sorted by relevance

1234

/curl/tests/libtest/
H A Dlib677.c76 waitfd.fd = sock; in test()
/curl/tests/http/
H A Dtest_08_caddy.py52 with open(fpath, 'w') as fd:
54 fd.write(data1k)
H A Dtest_30_vsftpd.py54 with open(fpath, 'w') as fd:
56 fd.write(data1k)
H A Dtest_31_vsftpds.py64 with open(fpath, 'w') as fd:
66 fd.write(data1k)
/curl/lib/
H A Dasyn-ares.c339 pfd[i].fd = socks[i]; in waitperform()
343 pfd[i].fd = socks[i]; in waitperform()
370 pfd[i].fd:ARES_SOCKET_BAD, in waitperform()
372 pfd[i].fd:ARES_SOCKET_BAD); in waitperform()
H A Deasy.c472 if(m->socket.fd == s) { in events_socket()
511 m->socket.fd = s; in events_socket()
570 f->fd = m->socket.fd; in wait_or_timeout()
607 "%" CURL_FORMAT_SOCKET_T ")", fds[i].fd); in wait_or_timeout()
608 mcode = curl_multi_socket_action(multi, fds[i].fd, act, in wait_or_timeout()
H A Dmulti.c343 curl_socket_t fd = *((curl_socket_t *) key); in hash_fd() local
346 return (fd % slots_num); in hash_fd()
1259 curl_socket_t fd = ps.sockets[i]; in curl_multi_waitfds() local
1264 if(ufds[j].fd == fd) { in curl_multi_waitfds()
1272 ufd->fd = ps.sockets[i]; in curl_multi_waitfds()
1395 if(nfds && ps.sockets[i] == ufds[nfds-1].fd) {
1404 ufds[nfds].fd = ps.sockets[i];
1433 reset_socket_fdwrite(extra_fds[i].fd);
1446 ufds[nfds].fd = extra_fds[i].fd;
1465 ufds[nfds].fd = multi->wakeup_pair[0];
[all …]
H A Dtelnet.c1269 pfd[0].fd = conn->sock[FIRSTSOCKET]; in send_telnet_data()
1525 pfd[0].fd = sockfd; in telnet_do()
1534 pfd[1].fd = fileno((FILE *)data->state.in); in telnet_do()
1538 if(pfd[1].fd < 0) { in telnet_do()
1602 nread = read(pfd[1].fd, buffer, sizeof(buffer)); in telnet_do()
/curl/docs/libcurl/
H A Dcurl_multi_poll.md68 curl_socket_t fd;
110 myown.fd = myfd;
H A Dcurl_multi_wait.md61 curl_socket_t fd;
/curl/tests/certs/
H A DEdelCurlRoot-ca.crt58 44:be:f7:fd:a4:75:ad:16:c4:ad:54:aa:c4:36:e6:86:87:84:
67 fd:6f:61:46:69:f0:24:20:32:f3:ad:e2:72:27:1a:58:a3:aa:
H A DEdelCurlRoot-ca.cacert58 44:be:f7:fd:a4:75:ad:16:c4:ad:54:aa:c4:36:e6:86:87:84:
67 fd:6f:61:46:69:f0:24:20:32:f3:ad:e2:72:27:1a:58:a3:aa:
H A DServer-localhost-lastSAN-sv.crt23 21:e7:28:ae:66:b6:38:fd:15:b1:91:88:52:31:29:
28 4e:18:fd:6a:36:76:24:4a:57:d8:73:2f:13:42:a0:
H A DServer-localhost0h-sv.crt64 77:fd:7f:35:ea:d8:68:9c:1c:2f:c8:23:43:a2:cd:77:3c:5c:
68 83:1a:c9:be:74:bb:ac:78:5c:d9:3e:fd:1f:9d:ac:19:5e:b3:
H A DServer-localhost-lastSAN-sv.pem89 21:e7:28:ae:66:b6:38:fd:15:b1:91:88:52:31:29:
94 4e:18:fd:6a:36:76:24:4a:57:d8:73:2f:13:42:a0:
H A DServer-localhost0h-sv.pem131 77:fd:7f:35:ea:d8:68:9c:1c:2f:c8:23:43:a2:cd:77:3c:5c:
135 83:1a:c9:be:74:bb:ac:78:5c:d9:3e:fd:1f:9d:ac:19:5e:b3:
H A DServer-localhost-firstSAN-sv.crt71 3e:fa:5b:ee:02:39:8e:09:78:ca:89:08:fd:83:77:37:72:01:
H A DServer-localhost-firstSAN-sv.pem138 3e:fa:5b:ee:02:39:8e:09:78:ca:89:08:fd:83:77:37:72:01:
/curl/docs/libcurl/opts/
H A DCURLOPT_UNIX_SOCKET_PATH.md73 snprintf(path, sizeof(path), "/proc/self/fd/%d/httpd.sock", dirfd);
/curl/include/curl/
H A Dmulti.h119 curl_socket_t fd; member
/curl/tests/http/testenv/
H A Denv.py556 with open(fpath, 'w') as fd:
558 fd.write(f"{i:09d}-{s}\n")
563 fd.write(s[0:remain])
/curl/src/
H A Dtool_formparse.c105 int fd = fileno(stdin); in tool_mime_new_filedata() local
115 if(fd >= 0 && origin >= 0 && !fstat(fd, &sbuf) && in tool_mime_new_filedata()
/curl/tests/
H A Druntests.pl303 if (open(my $fd, "<", "config")) {
304 while(my $line = <$fd>) {
310 close($fd);
2206 open(my $fd, "<", $exclude_file) or die "Couldn't open '$exclude_file': $!";
2207 while(my $line = <$fd>) {
2222 close($fd);
/curl/lib/vtls/
H A Dsectransp.c1592 int fd; local
1599 fd = open(file, 0);
1600 if(fd < 0)
1604 n = read(fd, buf, sizeof(buf));
1608 close(fd);
1613 close(fd);
1617 close(fd);
/curl/docs/examples/
H A Devhiperfifo.c210 rc = curl_multi_socket_action(g->multi, w->fd, action, &g->still_running); in event_cb()

Completed in 72 milliseconds

1234