Lines Matching refs:iq
575 struct dns64_qstate* iq = (struct dns64_qstate*)qstate->minfo[id];
579 if(iq && iq->state == DNS64_NEW_QUERY
587 if(iq && iq->state == DNS64_NEW_QUERY &&
598 if(iq && iq->state == DNS64_SUBQUERY_FINISHED)
619 struct dns64_qstate* iq = (struct dns64_qstate*)qstate->minfo[id];
638 (!iq || iq->state != DNS64_INTERNAL_QUERY) &&
655 if( (!iq || !iq->started_no_cache_store) &&
685 struct dns64_qstate* iq;
695 if (!(iq = (struct dns64_qstate*)regional_alloc(
696 qstate->region, sizeof(*iq)))) {
701 qstate->minfo[id] = iq;
702 iq->state = DNS64_NEW_QUERY;
703 iq->started_no_cache_store = qstate->no_cache_store;
718 iq = (struct dns64_qstate*)qstate->minfo[id];
719 if(iq && iq->state != DNS64_INTERNAL_QUERY)
720 qstate->no_cache_store = iq->started_no_cache_store;