Searched defs:tptr (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/auth/
H A Dauth-policy.c104 const char *fptr,*tptr,*fdash,*tdash; local
107 tptr = strrchr(tokey, '/');
109 if (fptr == NULL && tptr == NULL) return; /* nothing to do */
111 if (fptr == NULL && tptr != NULL) {
116 if (fptr != NULL && tptr == NULL) {
124 if (auth_policy_strptrcmp(fromkey, fptr, tokey, tptr) == 0) {
130 tptr = tokey;
132 while (fptr != NULL && tptr != NULL) {
134 tdash = strchr(tptr, '/');
137 auth_policy_open_key(tptr, templat
[all...]

Completed in 8 milliseconds