Lines Matching defs:async_id
794 int* async_id)
799 if(async_id)
800 *async_id = 0;
827 if((r=libworker_attach_mesh(ctx, q, async_id)) != 0)
835 int rrclass, void* mydata, ub_callback_type callback, int* async_id)
841 if(async_id)
842 *async_id = 0;
881 if(async_id)
882 *async_id = q->querynum;
897 ub_cancel(struct ub_ctx* ctx, int async_id)
903 q = (struct ctx_query*)rbtree_search(&ctx->queries, &async_id);
969 case UB_NOID: return "error async_id does not exist";