Home
last modified time | relevance | path

Searched refs:mainpos_e (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dupb.c4165 upb_tabent *mainpos_e; in insert() local
4174 mainpos_e = getentry_mutable(t, hash); in insert()
4175 our_e = mainpos_e; in insert()
4177 if (upb_tabent_isempty(mainpos_e)) { in insert()
4184 upb_tabent *chain = getentry_mutable(t, hashfunc(mainpos_e->key)); in insert()
4185 if (chain == mainpos_e) { in insert()
4188 new_e->next = mainpos_e->next; in insert()
4189 mainpos_e->next = new_e; in insert()
4195 *new_e = *mainpos_e; /* copies next. */ in insert()
4196 while (chain->next != mainpos_e) { in insert()
[all …]
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c4407 upb_tabent *mainpos_e; in insert() local
4416 mainpos_e = getentry_mutable(t, hash); in insert()
4417 our_e = mainpos_e; in insert()
4419 if (upb_tabent_isempty(mainpos_e)) { in insert()
4426 upb_tabent *chain = getentry_mutable(t, hashfunc(mainpos_e->key)); in insert()
4427 if (chain == mainpos_e) { in insert()
4430 new_e->next = mainpos_e->next; in insert()
4431 mainpos_e->next = new_e; in insert()
4437 *new_e = *mainpos_e; /* copies next. */ in insert()
4438 while (chain->next != mainpos_e) { in insert()
[all …]