Searched refs:init_client (Results 1 - 7 of 7) sorted by relevance
/third_party/alsa-utils/seq/aseqnet/ |
H A D | aseqnet.c | 44 static void init_client(const char *server, const char *port); 155 init_client(argv[optind], port); in main() 432 static void init_client(const char *server, const char *port) in init_client() function
|
/third_party/node/deps/openssl/openssl/apps/include/ |
H A D | s_apps.h | 33 int init_client(int *sock, const char *host, const char *port,
|
/third_party/openssl/apps/include/ |
H A D | s_apps.h | 33 int init_client(int *sock, const char *host, const char *port,
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | s_socket.c | 57 * init_client - helper routine to set up socket communication 77 int init_client(int *sock, const char *host, const char *port, in init_client() function
|
/third_party/openssl/apps/lib/ |
H A D | s_socket.c | 57 * init_client - helper routine to set up socket communication 77 int init_client(int *sock, const char *host, const char *port, in init_client() function
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | s_client.c | 2017 if (init_client(&sock, host, port, bindhost, bindport, socket_family, in s_client_main()
|
/third_party/openssl/apps/ |
H A D | s_client.c | 2017 if (init_client(&sock, host, port, bindhost, bindport, socket_family, in s_client_main()
|
Completed in 13 milliseconds