Home
last modified time | relevance | path

Searched refs:grpc_custom_accept_callback (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_custom.h45 typedef void (*grpc_custom_accept_callback)(grpc_custom_socket* socket, typedef
69 grpc_custom_accept_callback cb);
Dtcp_uv.cc64 grpc_custom_accept_callback accept_cb;
290 grpc_custom_accept_callback accept_cb) { in uv_socket_accept()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtcp_custom.h49 typedef void (*grpc_custom_accept_callback)(grpc_custom_socket* socket, typedef
73 grpc_custom_accept_callback cb);
Dtcp_uv.cc63 grpc_custom_accept_callback accept_cb;
290 grpc_custom_accept_callback accept_cb) { in uv_socket_accept()
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc_gevent.pxd.pxi66 ctypedef void (*grpc_custom_accept_callback)(grpc_custom_socket* socket,
90 grpc_custom_accept_callback cb);
145 cdef grpc_custom_accept_callback accept_cb
Dgrpc_gevent.pyx.pxi295 grpc_custom_accept_callback cb) with gil: