Lines Matching full:hashtab_insert
1633 * error codes from hashtab_insert
1647 /* FIX ME - the failures after the hashtab_insert will leave
1649 rc = hashtab_insert(pol->symtab[sym].table, key, datum);
1677 hashtab_insert(pol->scope[sym].table, key2,
2076 if (hashtab_insert(h, key, perdatum))
2127 if (hashtab_insert(h, key, comdatum))
2331 if (hashtab_insert(h, key, cladatum))
2410 if (hashtab_insert(h, key, role))
2503 if (hashtab_insert(h, key, typdatum))
2639 rc = hashtab_insert(p->filename_trans, (hashtab_key_t) ft,
3181 if (hashtab_insert(h, key, usrdatum))
3227 if (hashtab_insert(h, key, levdatum))
3270 if (hashtab_insert(h, key, catdatum))
3435 rc = hashtab_insert(p->range_tr, (hashtab_key_t)rt, r);
3921 if (hashtab_insert(h, key, scope)) {