Home | History | Annotate | Download | only in protobuf_c

Lines Matching refs:strkey2

4305 static lookupkey_t strkey2(const char *str, size_t len) {
4582 key = strkey2(k, len);
4594 return lookup(&t->t, strkey2(key, len), v, hash, &streql);
4601 if (rm(&t->t, strkey2(key, len), val, &tabkey, hash, &streql)) {