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

/dovecot/src/auth/
H A Dauth-policy.c104 const char *fptr,*tptr,*fdash,*tdash; local
106 fptr = strrchr(fromkey, '/');
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) {
129 fptr = fromkey;
132 while (fptr != NULL && tptr != NULL) {
133 fdash = strchr(fptr, '/');
142 auth_policy_close_key(fptr, templat
[all...]

Completed in 542 milliseconds