Home
last modified time | relevance | path

Searched refs:cert_routine (Results 1 – 15 of 15) sorted by relevance

/dports/net-im/libpurple/pidgin-2.14.8/libpurple/protocols/zephyr/
H A DZSendNot.c13 Code_t ZSendNotice(notice, cert_routine) in ZSendNotice() argument
15 Z_AuthProc cert_routine;
17 return(ZSrvSendNotice(notice, cert_routine, Z_XmitFragment));
20 Code_t ZSrvSendNotice(notice, cert_routine, send_routine) in ZSrvSendNotice() argument
22 Z_AuthProc cert_routine;
31 cert_routine)) != ZERR_NONE)
37 retval = Z_SendFragmentedNotice(&newnotice, len, cert_routine,
H A DZSendList.c13 Code_t ZSendList(notice, list, nitems, cert_routine) in ZSendList() argument
17 Z_AuthProc cert_routine;
19 return(ZSrvSendList(notice, list, nitems, cert_routine, Z_XmitFragment));
22 Code_t ZSrvSendList(notice, list, nitems, cert_routine, send_routine) in ZSrvSendList() argument
26 Z_AuthProc cert_routine;
35 &len, cert_routine)) != ZERR_NONE)
41 retval = Z_SendFragmentedNotice(&newnotice, len, cert_routine,
H A DZFmtNotice.c13 Code_t ZFormatNotice(notice, buffer, ret_len, cert_routine) in ZFormatNotice() argument
17 Z_AuthProc cert_routine;
24 cert_routine)) != ZERR_NONE)
H A DZFmtList.c14 cert_routine) in ZFormatNoticeList() argument
20 Z_AuthProc cert_routine;
29 cert_routine)) != ZERR_NONE)
H A DZinternal.c590 Code_t Z_FormatHeader(notice, buffer, buffer_len, len, cert_routine) in Z_FormatHeader() argument
595 Z_AuthProc cert_routine;
632 return Z_FormatAuthHeader(notice, buffer, buffer_len, len, cert_routine);
635 Code_t Z_FormatAuthHeader(notice, buffer, buffer_len, len, cert_routine) in Z_FormatAuthHeader() argument
640 Z_AuthProc cert_routine;
642 if (!cert_routine) {
651 return ((*cert_routine)(notice, buffer, buffer_len, len));
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/protocols/zephyr/
H A DZSendNot.c13 Code_t ZSendNotice(notice, cert_routine) in ZSendNotice() argument
15 Z_AuthProc cert_routine;
17 return(ZSrvSendNotice(notice, cert_routine, Z_XmitFragment));
20 Code_t ZSrvSendNotice(notice, cert_routine, send_routine) in ZSrvSendNotice() argument
22 Z_AuthProc cert_routine;
31 cert_routine)) != ZERR_NONE)
37 retval = Z_SendFragmentedNotice(&newnotice, len, cert_routine,
H A DZSendList.c13 Code_t ZSendList(notice, list, nitems, cert_routine) in ZSendList() argument
17 Z_AuthProc cert_routine;
19 return(ZSrvSendList(notice, list, nitems, cert_routine, Z_XmitFragment));
22 Code_t ZSrvSendList(notice, list, nitems, cert_routine, send_routine) in ZSrvSendList() argument
26 Z_AuthProc cert_routine;
35 &len, cert_routine)) != ZERR_NONE)
41 retval = Z_SendFragmentedNotice(&newnotice, len, cert_routine,
H A DZFmtNotice.c13 Code_t ZFormatNotice(notice, buffer, ret_len, cert_routine) in ZFormatNotice() argument
17 Z_AuthProc cert_routine;
24 cert_routine)) != ZERR_NONE)
H A DZFmtList.c14 cert_routine) in ZFormatNoticeList() argument
20 Z_AuthProc cert_routine;
29 cert_routine)) != ZERR_NONE)
H A DZinternal.c590 Code_t Z_FormatHeader(notice, buffer, buffer_len, len, cert_routine) in Z_FormatHeader() argument
595 Z_AuthProc cert_routine;
632 return Z_FormatAuthHeader(notice, buffer, buffer_len, len, cert_routine);
635 Code_t Z_FormatAuthHeader(notice, buffer, buffer_len, len, cert_routine) in Z_FormatAuthHeader() argument
640 Z_AuthProc cert_routine;
642 if (!cert_routine) {
651 return ((*cert_routine)(notice, buffer, buffer_len, len));
/dports/net-im/finch/pidgin-2.14.8/libpurple/protocols/zephyr/
H A DZSendNot.c13 Code_t ZSendNotice(notice, cert_routine) in ZSendNotice() argument
15 Z_AuthProc cert_routine;
17 return(ZSrvSendNotice(notice, cert_routine, Z_XmitFragment));
20 Code_t ZSrvSendNotice(notice, cert_routine, send_routine) in ZSrvSendNotice() argument
22 Z_AuthProc cert_routine;
31 cert_routine)) != ZERR_NONE)
37 retval = Z_SendFragmentedNotice(&newnotice, len, cert_routine,
H A DZSendList.c13 Code_t ZSendList(notice, list, nitems, cert_routine) in ZSendList() argument
17 Z_AuthProc cert_routine;
19 return(ZSrvSendList(notice, list, nitems, cert_routine, Z_XmitFragment));
22 Code_t ZSrvSendList(notice, list, nitems, cert_routine, send_routine) in ZSrvSendList() argument
26 Z_AuthProc cert_routine;
35 &len, cert_routine)) != ZERR_NONE)
41 retval = Z_SendFragmentedNotice(&newnotice, len, cert_routine,
H A DZFmtNotice.c13 Code_t ZFormatNotice(notice, buffer, ret_len, cert_routine) in ZFormatNotice() argument
17 Z_AuthProc cert_routine;
24 cert_routine)) != ZERR_NONE)
H A DZFmtList.c14 cert_routine) in ZFormatNoticeList() argument
20 Z_AuthProc cert_routine;
29 cert_routine)) != ZERR_NONE)
H A DZinternal.c590 Code_t Z_FormatHeader(notice, buffer, buffer_len, len, cert_routine) in Z_FormatHeader() argument
595 Z_AuthProc cert_routine;
632 return Z_FormatAuthHeader(notice, buffer, buffer_len, len, cert_routine);
635 Code_t Z_FormatAuthHeader(notice, buffer, buffer_len, len, cert_routine) in Z_FormatAuthHeader() argument
640 Z_AuthProc cert_routine;
642 if (!cert_routine) {
651 return ((*cert_routine)(notice, buffer, buffer_len, len));