subnet_qstate
struct subnet_qstate* super_sq =
(struct subnet_qstate*)super->minfo[id];
struct subnet_qstate *sq;
if(!(sq=(struct subnet_qstate*)qstate->minfo[id]))
struct subnet_qstate *sq = (struct subnet_qstate*)qstate->minfo[id];
((struct subnet_qstate*)qstate->minfo[id])->qinfo_hash_calculated?
((struct subnet_qstate*)qstate->minfo[id])->qinfo_hash :
lookup_and_reply(struct module_qstate *qstate, int id, struct subnet_qstate *sq, int prefetch)
generate_sub_request(struct module_qstate *qstate, int id, struct subnet_qstate* sq)
struct subnet_qstate* subsq;
subsq = (struct subnet_qstate*)subq->minfo[id];
struct subnet_qstate* sq)
eval_response(struct module_qstate *qstate, int id, struct subnet_qstate *sq)
struct subnet_qstate *sq;
if(!response || !(sq=(struct subnet_qstate*)qstate->minfo[id]))
struct subnet_qstate *sq;
if(!(sq=(struct subnet_qstate*)qstate->minfo[id]))
struct subnet_qstate *sq = (struct subnet_qstate*)qstate->minfo[id];
struct subnet_qstate *sq = (struct subnet_qstate*)regional_alloc(
sq = (struct subnet_qstate*)qstate->minfo[id];
qstate->region, sizeof(struct subnet_qstate));