Home
last modified time | relevance | path

Searched refs:own_key (Results 1 – 4 of 4) sorted by relevance

/external/ltrace/
Dlens_enum.c33 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()
Dprototype.h202 const char *key, int own_key,
211 const char *key, int own_key,
224 const char *key, int own_key);
Dprototype.c547 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()
Dlens_enum.h41 const char *key, int own_key,