Searched refs:own_key (Results 1 – 4 of 4) sorted by relevance
/external/ltrace/ |
D | lens_enum.c | 33 int own_key; member 41 if (entry->own_key) in enum_entry_dtor() 148 const char *key, int own_key, in lens_enum_add() argument 151 struct enum_entry entry = { (char *)key, own_key, value, own_value }; in lens_enum_add()
|
D | prototype.h | 202 const char *key, int own_key, 211 const char *key, int own_key, 224 const char *key, int own_key);
|
D | prototype.c | 547 const char *key, int own_key, bool allow_private, in protolib_cache_maybe_load() argument 553 if (strdup_if(&key, key, !own_key) < 0) { in protolib_cache_maybe_load() 569 if (!own_key) in protolib_cache_maybe_load() 576 else if (!own_key) in protolib_cache_maybe_load() 584 const char *key, int own_key, bool allow_private) in protolib_cache_load() argument 587 if (protolib_cache_maybe_load(cache, key, own_key, in protolib_cache_load() 592 plib = protolib_cache_default(cache, key, own_key); in protolib_cache_load() 599 const char *key, int own_key) in protolib_cache_default() argument 601 if (strdup_if(&key, key, !own_key) < 0) { in protolib_cache_default()
|
D | lens_enum.h | 41 const char *key, int own_key,
|