Lines Matching refs:tabkey
4404 static void insert(upb_table *t, lookupkey_t key, upb_tabkey tabkey,
4447 our_e->key = tabkey;
4570 upb_tabkey tabkey;
4583 tabkey = strcopy(key, a);
4584 if (tabkey == 0) return false;
4587 insert(&t->t, key, tabkey, v, hash, &strhash, &streql);
4600 upb_tabkey tabkey;
4601 if (rm(&t->t, strkey2(key, len), val, &tabkey, hash, &streql)) {
4602 upb_free(alloc, (void*)tabkey);