Searched refs:found_or_error (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dlogin_sender_match.c182 int found_or_error = LSM_STAT_NOTFOUND; local
205 while (found_or_error == LSM_STAT_NOTFOUND
211 found_or_error = LSM_STAT_FOUND;
215 found_or_error = LSM_STAT_FOUND;
220 found_or_error = LSM_STAT_FOUND;
230 found_or_error = LSM_STAT_FOUND;
235 found_or_error = lsm->maps->error;
237 return (found_or_error);

Completed in 201 milliseconds