Lines Matching defs:ccn
230 char *ccn;
245 ccn = talloc_size(mem_ctx, sizeof(char) * (len + 1));
246 if (ccn == NULL) {
250 safealign_memcpy(ccn, buf+p, sizeof(char) * len, &p);
251 ccn[len] = '\0';
254 talloc_free(ccn);
260 *ccache = ccn;
415 char *ccn;
424 &res, &krberr, &ccn, &expire_time);
432 "Child responded: %d [%s], expired on [%ld]\n", res, ccn, (long)expire_time);
435 *ccname = ccn;