Searched refs:cc_ops (Results 1 – 4 of 4) sorted by relevance
124 for(i = 0; i < context->num_cc_ops && context->cc_ops[i]->prefix; i++) { in krb5_cc_register()125 if(strcmp(context->cc_ops[i]->prefix, ops->prefix) == 0) { in krb5_cc_register()137 const krb5_cc_ops **o = realloc(rk_UNCONST(context->cc_ops), in krb5_cc_register()139 sizeof(context->cc_ops[0])); in krb5_cc_register()145 context->cc_ops = o; in krb5_cc_register()146 context->cc_ops[context->num_cc_ops] = NULL; in krb5_cc_register()149 context->cc_ops[i] = ops; in krb5_cc_register()265 for(i = 0; i < context->num_cc_ops && context->cc_ops[i]->prefix; i++) { in krb5_cc_resolve()266 size_t prefix_len = strlen(context->cc_ops[i]->prefix); in krb5_cc_resolve()268 if(strncmp(context->cc_ops[i]->prefix, name, prefix_len) == 0 in krb5_cc_resolve()[all …]
252 context->cc_ops = NULL; in cc_ops_register()276 const krb5_cc_ops **cc_ops; in cc_ops_copy() local278 context->cc_ops = NULL; in cc_ops_copy()284 cc_ops = malloc(sizeof(cc_ops[0]) * src_context->num_cc_ops); in cc_ops_copy()285 if (cc_ops == NULL) { in cc_ops_copy()291 memcpy(rk_UNCONST(cc_ops), src_context->cc_ops, in cc_ops_copy()292 sizeof(cc_ops[0]) * src_context->num_cc_ops); in cc_ops_copy()293 context->cc_ops = cc_ops; in cc_ops_copy()585 free(rk_UNCONST(context->cc_ops)); in krb5_free_context()
268 const krb5_cc_ops **cc_ops; member
1869 * lib/krb5/context.c: register KCM cc_ops1878 * lib/krb5/krb5.h: fix cc_retrieve prototype, add KCM cc_ops