Lines Matching defs:filtee
41 * Establish an association between a filter and filtee. Both the filter and
42 * filtee already exist in the internal hash table, since auditing registers
46 filter(Crle_desc *crle, const char *filter, const char *str, const char *filtee)
65 * Locate the filtee. Mark the referencing object as the filtee, as
68 if ((flteent = get_hash(crle->c_strtbl, (Addr)filtee, 0,
80 * Determine whether this filter and filtee string pair already
89 * Add this filtee additional association.
100 * This is a new filter descriptor. Add this new filtee association.
118 crle->c_fltenum += 2; /* Account for null filtee desc. */