Lines Matching refs:atlist
811 char *atlist[3]; local
818 atlist[0] = NULL;
819 atlist[1] = NULL;
820 atlist[2] = NULL;
893 atlist[0] = racoon_malloc(tmplen);
895 atlist[1] = racoon_malloc(tmplen);
896 if ((atlist[0] == NULL)||(atlist[1] == NULL)) {
901 strcpy(atlist[0],xauth_ldap_config.attr_addr->v);
902 strcpy(atlist[1],xauth_ldap_config.attr_mask->v);
912 filter, atlist, 0, NULL, NULL,
1014 if (atlist[0] != NULL)
1015 racoon_free(atlist[0]);
1016 if (atlist[1] != NULL)
1017 racoon_free(atlist[1]);