Searched refs:trc (Results 1 – 4 of 4) sorted by relevance
168 rule_component *rc, *trc; in free_rule_set() local173 trc = rc->next; in free_rule_set()175 rc = trc; in free_rule_set()382 rule_component *rc = NULL, *trc; in parse_rule_set() local430 for (trc = rs->crs; trc != NULL && trc->next != NULL; trc = trc->next); in parse_rule_set()431 if (trc == NULL) in parse_rule_set()434 trc->next = rc; in parse_rule_set()
196 clock-output-names = "debugss-trc";206 clock-output-names = "tetb-trc";
168 struct revoked_certs *rc, *trc; in ssh_krl_free() local189 TAILQ_FOREACH_SAFE(rc, &krl->revoked_certs, entry, trc) { in ssh_krl_free()
229928 TESTONLY(int trc = ) pSession->hook.xNew(pSession->hook.pCtx,iIdx,&p);229929 assert( trc==SQLITE_OK );