Home
last modified time | relevance | path

Searched refs:thrift_socket_close (Results 1 – 9 of 9) sorted by relevance

/thrift-3.4.0/lib/c_glib/test/
Dtesttransportsocket.c118 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()
Dtestthriftbufferedreadcheck.c162 thrift_socket_close (client, NULL); in thrift_socket_server_open()
Dtestthriftframedreadcheck.c160 thrift_socket_close (client, NULL); in thrift_socket_server_open()
Dtestzlibtransport.c175 thrift_socket_close (client, NULL); in thrift_socket_server_open()
Dtestframedtransport.c264 thrift_socket_close (client, NULL); in thrift_socket_server_open()
Dtestbufferedtransport.c189 thrift_socket_close (client, NULL); in thrift_socket_server_open()
/thrift-3.4.0/lib/c_glib/src/thrift/c_glib/transport/
Dthrift_socket.c79 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()
Dthrift_socket.h95 thrift_socket_close (ThriftTransport *transport, GError **error);
Dthrift_ssl_socket.c290 return thrift_socket_close(transport, error); in thrift_ssl_socket_close()