Searched refs:make_cache (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/krb5/src/lib/krb5/ccache/ |
H A D | cc_api_macos.c | 88 make_cache(const char *residual, cc_context_t cc_context, in make_cache() function 239 ret = make_cache(residual, NULL, cache_out); in api_macos_resolve() 269 ret = make_cache(cachename->data, cc_context, cache_out); in api_macos_gen_new() 548 ret = make_cache(residual, NULL, &cache); in make_open_cache() 626 ret = make_cache(residual->data, NULL, cache_out); in api_macos_ptcursor_next()
|
H A D | cc_kcm.c | 624 make_cache(krb5_context context, const char *residual, struct kcmio *io, in make_cache() function 761 ret = make_cache(context, residual, io, cache_out); in kcm_resolve() 815 ret = make_cache(context, name, io, cache_out); in kcm_gen_new() 1227 return make_cache(context, data->residual, NULL, cache_out); in kcm_ptcursor_next() 1256 ret = make_cache(context, name, NULL, cache_out); in kcm_ptcursor_next()
|
H A D | cc_dir.c | 300 make_cache(const char *residual, krb5_ccache fcc, krb5_ccache *cache_out) in make_cache() function 377 ret = make_cache(residual, fcc, cache_out); in dcc_resolve() 417 ret = make_cache(residual, fcc, cache_out); in dcc_gen_new()
|
H A D | cc_keyring.c | 888 make_cache(krb5_context context, key_serial_t collection_id, in make_cache() function 965 ret = make_cache(context, collection_id, cache_id, anchor_name, in krcc_resolve() 1591 return make_cache(context, ptd->collection_id, cache_id, in krcc_ptcursor_next() 1631 ret = make_cache(context, ptd->collection_id, key, ptd->anchor_name, in krcc_ptcursor_next()
|
/freebsd/contrib/dialog/ |
H A D | inputstr.c | 166 make_cache(int cache_num, const char *string) in make_cache() function 190 p = make_cache(cache_num, string); in load_cache()
|