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

/dovecot/src/pop3-login/
H A Dclient.c317 static struct client_vfuncs pop3_client_vfuncs = { variable in typeref:struct:client_vfuncs
345 .client_vfuncs = &pop3_client_vfuncs,
/dovecot/src/pop3/
H A Dpop3-client.h22 struct pop3_client_vfuncs { struct
36 struct pop3_client_vfuncs v;
113 struct pop3_client_vfuncs super;
H A Dpop3-client.c42 extern struct pop3_client_vfuncs pop3_client_vfuncs;
394 client->v = pop3_client_vfuncs;
854 struct pop3_client_vfuncs pop3_client_vfuncs = { variable in typeref:struct:pop3_client_vfuncs

Completed in 14 milliseconds