HomeSort by: relevance | last modified time | path
    Searched defs:cc_ops (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/citrus/
citrus_ctype_local.h 219 _citrus_ctype_ops_rec_t *cc_ops; member in struct:_citrus_ctype_rec
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
context.c 280 context->cc_ops = NULL;
305 const krb5_cc_ops **cc_ops; local
307 context->cc_ops = NULL;
313 cc_ops = malloc(sizeof(cc_ops[0]) * src_context->num_cc_ops);
314 if (cc_ops == NULL) {
320 memcpy(rk_UNCONST(cc_ops), src_context->cc_ops,
321 sizeof(cc_ops[0]) * src_context->num_cc_ops);
322 context->cc_ops = cc_ops
    [all...]
krb5_locl.h 241 const krb5_cc_ops **cc_ops; member in struct:krb5_context_data

Completed in 28 milliseconds