Searched defs:fd_set_pre_allocated (Results 1 – 6 of 6) sorted by relevance
92 void (*fd_set_pre_allocated)(grpc_fd* fd); member
471 static void fd_set_pre_allocated(grpc_fd* fd) { fd->is_pre_allocated = true; } in fd_set_pre_allocated() function
717 static void fd_set_pre_allocated(grpc_fd* fd) { fd->is_pre_allocated = true; } function