Home | History | Annotate | Download | only in dist

Lines Matching defs:user_pointer

182 	void *user_pointer;  /* the pointer given to us for this request */
793 reply_run_callback(struct event_callback *d, void *user_pointer)
804 user_pointer);
806 cb->user_callback(cb->err, 0, 0, cb->ttl, NULL, user_pointer);
812 &name, user_pointer);
814 cb->user_callback(cb->err, 0, 0, cb->ttl, NULL, user_pointer);
822 user_pointer);
824 cb->user_callback(cb->err, 0, 0, cb->ttl, NULL, user_pointer);
868 req->user_pointer);
2845 req->user_pointer = user_ptr;
3308 newreq = request_new(base, NULL, req->request_type, handle->search_origname, handle->search_flags, req->user_callback, req->user_pointer);
3321 newreq = request_new(base, NULL, req->request_type, new_name, handle->search_flags, req->user_callback, req->user_pointer);