Home | History | Annotate | Download | only in src

Lines Matching full:hashtab_search

243 	new_type = hashtab_search(state->out->p_types.table, id);
559 hashtab_search(state->out->p_commons.table,
584 new_class = hashtab_search(state->out->p_classes.table, id);
620 dest = hashtab_search(state->out->p_types.table, (char *)key);
650 dest = hashtab_search(state->out->p_roles.table, (char *)key);
680 dest = hashtab_search(state->out->p_users.table, (char *)key);
834 (role_datum_t *)hashtab_search(state->out->p_roles.table, id);
853 regular_role = (role_datum_t *)hashtab_search(
899 (role_datum_t *) hashtab_search(state->out->p_roles.table, id);
976 levdatum = (level_datum_t *) hashtab_search(p->p_levels.table,
1051 (user_datum_t *) hashtab_search(state->out->p_users.table, id);