Home
last modified time | relevance | path

Searched refs:perl_on_send (Results 1 – 6 of 6) sorted by relevance

/dports/net/binkd/binkd-1.0.4/
H A Dperlhooks.h121 int perl_on_send(STATE *, t_msg *, char **, char **); /* on msg_send2 */
H A Dperlhooks.c2508 int perl_on_send(STATE *state, t_msg *m, char **s1, char **s2) { in perl_on_send() function
H A Dprotocol.c1022 if (!perl_on_send(state, &m, &s1, &s2)) return; in msg_send2()
/dports/comms/qico/qico-15673bf/src/
H A Dmailer.h167 char *perl_on_send(const char *);
H A Dprotfm.c312 IFPerl({char *p=perl_on_send(tosend);if(p&&!*p)return NULL; in txopen()
H A Dperl.c583 char *perl_on_send(const char *tosend) in perl_on_send() function