Searched refs:grpc_custom_accept_callback (Results 1 – 6 of 6) sorted by relevance
45 typedef void (*grpc_custom_accept_callback)(grpc_custom_socket* socket, typedef69 grpc_custom_accept_callback cb);
64 grpc_custom_accept_callback accept_cb;290 grpc_custom_accept_callback accept_cb) { in uv_socket_accept()
49 typedef void (*grpc_custom_accept_callback)(grpc_custom_socket* socket, typedef73 grpc_custom_accept_callback cb);
63 grpc_custom_accept_callback accept_cb;290 grpc_custom_accept_callback accept_cb) { in uv_socket_accept()
66 ctypedef void (*grpc_custom_accept_callback)(grpc_custom_socket* socket,90 grpc_custom_accept_callback cb);145 cdef grpc_custom_accept_callback accept_cb
295 grpc_custom_accept_callback cb) with gil: