Searched refs:pce_auth (Results 1 – 1 of 1) sorted by relevance
435 char pce_auth[1]; member1366 if (strcmp(auth, ep->pce_auth) == 0) { in pc_exists()1367 pcp->pc_auth_string = ep->pce_auth; in pc_exists()1383 if (_auth_match(pattern, ep->pce_auth)) { in pc_match()1384 pcp->pc_auth_string = ep->pce_auth; in pc_match()1412 j = pc_hash(ep->pce_auth) & (new_bnum - 1); in pc_grow()1431 ep = uu_zalloc(offsetof(struct pc_elt, pce_auth) + strlen(auth) + 1); in pc_add()1440 (void) strcpy(ep->pce_auth, auth); in pc_add()1526 pcp->pc_auth_string = pcp->pc_specific->pce_auth; in auth_cb()