Home | History | Annotate | Download | only in ltrace

Lines Matching full:retp

365 		 const char *key, struct protolib **retp)
378 *retp = data.result;
384 const char *key, int private, struct protolib **retp)
394 *retp = plib;
548 struct protolib **retp)
550 if (DICT_FIND_VAL(&cache->protolibs, &key, retp) == 0)
559 *retp = NULL;
560 if (load_dash_F_dirs(cache, key, retp) < 0
561 || (*retp == NULL && allow_private
562 && load_config(cache, key, 1, retp) < 0)
563 || (*retp == NULL
564 && load_config(cache, key, 0, retp) < 0))
574 if (*retp != NULL)
575 attempt_to_cache(cache, key, *retp);