Home
last modified time | relevance | path

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

1234

/curl/docs/libcurl/
H A Dcurl_multi_poll.md69 curl_socket_t fd;
115 myown.fd = myfd;
H A Dcurl_multi_wait.md62 curl_socket_t fd;
H A Dcurl_mprintf.md29 int curl_mfprintf(FILE *fd, const char *format, ...);
33 int curl_mvfprintf(FILE *fd, const char *format, va_list args);
/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-localhost0h-sv.pem128 77:fd:7f:35:ea:d8:68:9c:1c:2f:c8:23:43:a2:cd:77:3c:5c:
132 83:1a:c9:be:74:bb:ac:78:5c:d9:3e:fd:1f:9d:ac:19:5e:b3:
H A DServer-localhost-lastSAN-sv.pem86 21:e7:28:ae:66:b6:38:fd:15:b1:91:88:52:31:29:
91 4e:18:fd:6a:36:76:24:4a:57:d8:73:2f:13:42:a0:
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.pem134 3e:fa:5b:ee:02:39:8e:09:78:ca:89:08:fd:83:77:37:72:01:
/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.py61 with open(fpath, 'w') as fd:
63 fd.write(data1k)
H A Dscorecard.py105 with open(fpath, 'w') as fd:
107 fd.write(data1k)
/curl/tests/
H A Druntests.pl305 if (open(my $fd, "<", "config")) {
306 while(my $line = <$fd>) {
312 close($fd);
2286 open(my $fd, "<", $exclude_file) or die "Couldn't open '$exclude_file': $!";
2287 while(my $line = <$fd>) {
2302 close($fd);
2636 if(open(my $fd, "<", "../buildinfo.txt")) {
2637 while(my $line = <$fd>) {
2643 close($fd);
/curl/include/curl/
H A Dmulti.h119 curl_socket_t fd; member
/curl/docs/libcurl/opts/
H A DCURLOPT_UNIX_SOCKET_PATH.md79 snprintf(path, sizeof(path), "/proc/self/fd/%d/httpd.sock", dirfd);
/curl/tests/http/testenv/
H A Denv.py574 with open(fpath, 'w') as fd:
576 fd.write(f"{i:09d}-{s}\n")
580 fd.write(f"{i:09d}-{s}"[0:remain-1] + "\n")
/curl/src/
H A Dtool_formparse.c103 int fd = fileno(stdin); in tool_mime_new_filedata() local
113 if(fd >= 0 && origin >= 0 && !fstat(fd, &sbuf) && in tool_mime_new_filedata()
/curl/lib/
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()
H A Dmulti.c345 curl_socket_t fd = *((curl_socket_t *) key); in hash_fd() local
348 return (fd % (curl_socket_t)slots_num); in hash_fd()
1302 if(Curl_pollfds_add_sock(&cpfds, extra_fds[i].fd, events)) {
1318 reset_socket_fdwrite(cpfds.pfds[i].fd);
1321 if(WSAEventSelect(cpfds.pfds[i].fd, multi->wsa_event, mask) != 0) {
1386 curl_socket_t s = extra_fds[i].fd;
H A Dcfilters.c592 pfds[npfds].fd = ps.sockets[i]; in Curl_conn_cf_poll()
/curl/lib/vtls/
H A Dsectransp.c1445 int fd; local
1452 fd = open(file, 0);
1453 if(fd < 0)
1457 n = read(fd, buf, sizeof(buf));
1461 close(fd);
1466 close(fd);
1470 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 79 milliseconds

1234