Searched refs:cursor_out (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/krb5/src/lib/krb5/ccache/ |
H A D | cc_dir.c | 553 krb5_cc_ptcursor *cursor_out) in make_cursor() argument 558 *cursor_out = NULL; in make_cursor() 575 *cursor_out = cursor; in make_cursor() 580 dcc_ptcursor_new(krb5_context context, krb5_cc_ptcursor *cursor_out) in dcc_ptcursor_new() argument 586 *cursor_out = NULL; in dcc_ptcursor_new() 594 ret = make_cursor(NULL, primary, NULL, cursor_out); in dcc_ptcursor_new() 616 ret = make_cursor(dirname, primary, dir, cursor_out); in dcc_ptcursor_new() 629 if (*cursor_out == NULL) in dcc_ptcursor_new() 630 return make_cursor(NULL, NULL, NULL, cursor_out); in dcc_ptcursor_new()
|
H A D | cc_kcm.c | 958 krb5_cc_cursor *cursor_out) in kcm_start_seq_get() argument 966 *cursor_out = NULL; in kcm_start_seq_get() 998 *cursor_out = (krb5_cc_cursor)cursor; in kcm_start_seq_get() 1100 krb5_cc_ptcursor *cursor_out) in make_ptcursor() argument 1106 *cursor_out = NULL; in make_ptcursor() 1126 *cursor_out = cursor; in make_ptcursor() 1139 kcm_ptcursor_new(krb5_context context, krb5_cc_ptcursor *cursor_out) in kcm_ptcursor_new() argument 1147 *cursor_out = NULL; in kcm_ptcursor_new() 1153 return make_ptcursor(NULL, NULL, NULL, cursor_out); in kcm_ptcursor_new() 1161 return make_ptcursor(defname + 4, NULL, io, cursor_out); in kcm_ptcursor_new() [all …]
|
H A D | cc_keyring.c | 1505 krcc_ptcursor_new(krb5_context context, krb5_cc_ptcursor *cursor_out) in krcc_ptcursor_new() argument 1513 *cursor_out = NULL; in krcc_ptcursor_new() 1532 *cursor_out = cursor; in krcc_ptcursor_new() 1557 *cursor_out = cursor; in krcc_ptcursor_new()
|