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

/netbsd-current/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_sasl_auth_cache.c16 /* void smtp_sasl_auth_cache_store(auth_cache, session, resp)
17 /* SMTP_SASL_AUTH_CACHE *auth_cache;
21 /* int smtp_sasl_auth_cache_find(auth_cache, session)
22 /* SMTP_SASL_AUTH_CACHE *auth_cache;
25 /* char *smtp_sasl_auth_cache_dsn(auth_cache)
26 /* SMTP_SASL_AUTH_CACHE *auth_cache;
28 /* char *smtp_sasl_auth_cache_text(auth_cache)
29 /* SMTP_SASL_AUTH_CACHE *auth_cache;
114 SMTP_SASL_AUTH_CACHE *auth_cache; local
144 auth_cache
200 smtp_sasl_auth_cache_valid_value(SMTP_SASL_AUTH_CACHE *auth_cache, const char *entry, const char *password) argument
232 smtp_sasl_auth_cache_find(SMTP_SASL_AUTH_CACHE *auth_cache, const SMTP_SESSION *session) argument
257 smtp_sasl_auth_cache_store(SMTP_SASL_AUTH_CACHE *auth_cache, const SMTP_SESSION *session, const SMTP_RESP *resp) argument
[all...]

Completed in 193 milliseconds