Searched defs:own_key (Results 1 - 2 of 2) sorted by relevance

/external/ltrace/
H A Dlens_enum.c33 int own_key; member in struct:enum_entry
41 if (entry->own_key)
148 const char *key, int own_key,
151 struct enum_entry entry = { (char *)key, own_key, value, own_value };
147 lens_enum_add(struct enum_lens *lens, const char *key, int own_key, struct value *value, int own_value) argument
H A Dprototype.c547 const char *key, int own_key, bool allow_private,
553 if (strdup_if(&key, key, !own_key) < 0) {
569 if (!own_key)
576 else if (!own_key)
584 const char *key, int own_key, bool allow_private)
587 if (protolib_cache_maybe_load(cache, key, own_key,
592 plib = protolib_cache_default(cache, key, own_key);
599 const char *key, int own_key)
601 if (strdup_if(&key, key, !own_key) < 0) {
546 protolib_cache_maybe_load(struct protolib_cache *cache, const char *key, int own_key, bool allow_private, struct protolib **retp) argument
583 protolib_cache_load(struct protolib_cache *cache, const char *key, int own_key, bool allow_private) argument
598 protolib_cache_default(struct protolib_cache *cache, const char *key, int own_key) argument

Completed in 438 milliseconds