Searched refs:sclient (Results 1 – 3 of 3) sorted by relevance
/third_party/libsoup/examples/ |
D | simple-proxy.c | 213 GSocketClient *sclient; in try_tunnel() local 223 sclient = g_socket_client_new (); in try_tunnel() 224 g_socket_client_connect_to_host_async (sclient, dest_uri->host, dest_uri->port, in try_tunnel() 226 g_object_unref (sclient); in try_tunnel()
|
/third_party/lwip/test/sockets/ |
D | sockets_stresstest.c | 607 int sclient = lwip_accept(slisten, (struct sockaddr *)&aclient, &aclient_len); in sockets_stresstest_listener() local 614 …thread_new("sockets_stresstest_conn_server", sockets_stresstest_conn_server, (void*)sclient, 0, 0); in sockets_stresstest_listener()
|
/third_party/libsoup/tests/ |
D | server-test.c | 1321 GSocketClient *sclient; in proxy_server_callback() local 1338 sclient = g_socket_client_new (); in proxy_server_callback() 1339 g_socket_client_connect_to_host_async (sclient, dest_uri->host, dest_uri->port, in proxy_server_callback() 1341 g_object_unref (sclient); in proxy_server_callback()
|