Searched refs:destroy_arg (Results 1 – 5 of 5) sorted by relevance
/external/grpc-grpc/src/core/lib/channel/ |
D | channel_stack.cc | 90 int initial_refs, grpc_iomgr_cb_func destroy, void* destroy_arg, in grpc_channel_stack_init() argument 103 GRPC_STREAM_REF_INIT(&stack->refcount, initial_refs, destroy, destroy_arg, in grpc_channel_stack_init() 154 void* destroy_arg, in grpc_call_stack_init() argument 164 destroy_arg, "CALL_STACK"); in grpc_call_stack_init()
|
D | channel_stack_builder.cc | 260 grpc_iomgr_cb_func destroy, void* destroy_arg, void** result) { in grpc_channel_stack_builder_finish() argument 286 initial_refs, destroy, destroy_arg == nullptr ? *result : destroy_arg, in grpc_channel_stack_builder_finish()
|
D | channel_stack.h | 207 int initial_refs, grpc_iomgr_cb_func destroy, void* destroy_arg, 219 void* destroy_arg,
|
D | channel_stack_builder.h | 153 grpc_iomgr_cb_func destroy, void* destroy_arg, void** result);
|
/external/mesa3d/src/gbm/backends/dri/ |
D | gbm_dri.c | 1058 struct drm_mode_destroy_dumb destroy_arg; in create_dumb() local 1099 memset(&destroy_arg, 0, sizeof destroy_arg); in create_dumb() 1100 destroy_arg.handle = create_arg.handle; in create_dumb() 1101 drmIoctl(dri->base.fd, DRM_IOCTL_MODE_DESTROY_DUMB, &destroy_arg); in create_dumb()
|