Home
last modified time | relevance | path

Searched refs:fileno_stdin (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/openssl/openssl/apps/include/
H A Dapps.h319 int fileno_stdin(void);
/third_party/openssl/apps/include/
H A Dapps.h319 int fileno_stdin(void);
/third_party/node/deps/openssl/openssl/apps/
H A Ds_server.c2519 if (fileno_stdin() > s) in sv_body()
2520 width = fileno_stdin() + 1; in sv_body()
2534 openssl_fdset(fileno_stdin(), &readfds); in sv_body()
2571 if (FD_ISSET(fileno_stdin(), &readfds)) in sv_body()
H A Ds_client.c2142 if (fileno_stdin() > SSL_get_fd(con)) in s_client_main()
2143 width = fileno_stdin() + 1; in s_client_main()
2778 openssl_fdset(fileno_stdin(), &readfds); in s_client_main()
2996 else if (FD_ISSET(fileno_stdin(), &readfds)) in s_client_main()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c2852 int fileno_stdin(void) in fileno_stdin() function
2862 int fileno_stdin(void) in fileno_stdin() function
2887 return recv(fileno_stdin(), buf, siz, 0); in raw_read_stdin()
2897 return read(fileno_stdin(), buf, siz); in raw_read_stdin()
/third_party/openssl/apps/
H A Ds_server.c2514 if (fileno_stdin() > s) in sv_body()
2515 width = fileno_stdin() + 1; in sv_body()
2529 openssl_fdset(fileno_stdin(), &readfds); in sv_body()
2566 if (FD_ISSET(fileno_stdin(), &readfds)) in sv_body()
H A Ds_client.c2142 if (fileno_stdin() > SSL_get_fd(con)) in s_client_main()
2143 width = fileno_stdin() + 1; in s_client_main()
2778 openssl_fdset(fileno_stdin(), &readfds); in s_client_main()
2996 else if (FD_ISSET(fileno_stdin(), &readfds)) in s_client_main()
/third_party/openssl/apps/lib/
H A Dapps.c2845 int fileno_stdin(void) in fileno_stdin() function
2855 int fileno_stdin(void) in fileno_stdin() function
2880 return recv(fileno_stdin(), buf, siz, 0); in raw_read_stdin()
2890 return read(fileno_stdin(), buf, siz); in raw_read_stdin()

Completed in 28 milliseconds