Home
last modified time | relevance | path

Searched refs:socket_type (Results 1 – 2 of 2) sorted by relevance

/thrift-3.4.0/test/crossrunner/
Drun.py309 def alloc_port(self, socket_type): argument
310 if socket_type in ('domain', 'abstract'):
318 def alloc_port_scoped(allocator, socket_type): argument
319 port = allocator.alloc_port(socket_type)
321 allocator.free_port(socket_type, port)
323 def free_port(self, socket_type, port): argument
327 if socket_type == 'domain':
332 elif socket_type == 'abstract':
/thrift-3.4.0/test/c_glib/src/
Dtest_client.c110 GType socket_type = THRIFT_TYPE_SOCKET; in main() local
195 socket_type = THRIFT_TYPE_SSL_SOCKET; in main()
197 printf("Type name %s\n", g_type_name (socket_type)); in main()
232 socket = g_object_new (socket_type, in main()
236 socket = g_object_new (socket_type, in main()