tevent_queue      322 lib/tevent/tevent.h struct tevent_queue;
tevent_queue      324 lib/tevent/tevent.h struct tevent_queue *_tevent_queue_create(TALLOC_CTX *mem_ctx,
tevent_queue       32 lib/tevent/tevent_queue.c 	struct tevent_queue *queue;
tevent_queue       60 lib/tevent/tevent_queue.c 	struct tevent_queue *q = e->queue;
tevent_queue      101 lib/tevent/tevent_queue.c struct tevent_queue *_tevent_queue_create(TALLOC_CTX *mem_ctx,
tevent_queue      105 lib/tevent/tevent_queue.c 	struct tevent_queue *queue;
tevent_queue      107 lib/tevent/tevent_queue.c 	queue = talloc_zero(mem_ctx, struct tevent_queue);
tevent_queue      136 lib/tevent/tevent_queue.c 	struct tevent_queue *q = talloc_get_type(private_data,
tevent_queue      137 lib/tevent/tevent_queue.c 				  struct tevent_queue);
tevent_queue       24 source3/lib/wbclient.c 	struct tevent_queue *queue;
tevent_queue      953 source3/rpc_server/srv_pipe_hnd.c 	struct tevent_queue *read_queue;
tevent_queue      954 source3/rpc_server/srv_pipe_hnd.c 	struct tevent_queue *write_queue;