Searched refs:thrift_socket_close (Results 1 – 9 of 9) sorted by relevance
/thrift-3.4.0/lib/c_glib/test/ |
D | testtransportsocket.c | 118 thrift_socket_close (transport, NULL); in test_open_and_close() 123 thrift_socket_close (transport, NULL); in test_open_and_close() 184 thrift_socket_close (transport, NULL); in test_read_and_write() 305 thrift_socket_close (client, NULL); in thrift_socket_server_open() 340 thrift_socket_close (client, NULL); in thrift_socket_server()
|
D | testthriftbufferedreadcheck.c | 162 thrift_socket_close (client, NULL); in thrift_socket_server_open()
|
D | testthriftframedreadcheck.c | 160 thrift_socket_close (client, NULL); in thrift_socket_server_open()
|
D | testzlibtransport.c | 175 thrift_socket_close (client, NULL); in thrift_socket_server_open()
|
D | testframedtransport.c | 264 thrift_socket_close (client, NULL); in thrift_socket_server_open()
|
D | testbufferedtransport.c | 189 thrift_socket_close (client, NULL); in thrift_socket_server_open()
|
/thrift-3.4.0/lib/c_glib/src/thrift/c_glib/transport/ |
D | thrift_socket.c | 79 thrift_socket_close (transport, error); in thrift_socket_peek() 107 thrift_socket_close (ThriftTransport *transport, GError **error) in thrift_socket_close() function 160 thrift_socket_close(transport, NULL); in thrift_socket_open() 204 thrift_socket_close(transport, NULL); in thrift_socket_open() 483 ttc->close = thrift_socket_close; in thrift_socket_class_init()
|
D | thrift_socket.h | 95 thrift_socket_close (ThriftTransport *transport, GError **error);
|
D | thrift_ssl_socket.c | 290 return thrift_socket_close(transport, error); in thrift_ssl_socket_close()
|