Home
last modified time | relevance | path

Searched refs:reply_to_len (Results 1 – 4 of 4) sorted by relevance

/dports/security/pks/pks/
H A Dmail_send.c187 const unsigned char *reply_to, long reply_to_len, in mail_send() argument
206 !xbuffer_append (&xb, reply_to, reply_to_len) || in mail_send()
430 const unsigned char *reply_to, long reply_to_len, in mail_help() argument
477 mail_send (conf, 0, reply_to, reply_to_len, in mail_help()
494 mail_send (conf, 0, reply_to, reply_to_len, in mail_help()
508 mail_send (conf, 0, reply_to, reply_to_len, in mail_help()
H A Dmail_send.h61 const unsigned char *reply_to, long reply_to_len,
69 const unsigned char *reply_to, long reply_to_len,
H A Dmail_req.c145 static int reply_to_len = sizeof (reply_to_str) - 1; variable
250 reply_to_str, reply_to_len, 0)) in mail_req()
252 hreply_to = reply_to_len; in mail_req()
/dports/net/pecl-amqp/amqp-1.10.2/
H A Damqp_basic_properties.c91 char *reply_to = NULL; PHP5to7_param_str_len_type_t reply_to_len = 0; in PHP_METHOD() local
110 /* s */ &reply_to, &reply_to_len, in PHP_METHOD()
134 …zend_update_property_stringl(this_ce, getThis(), ZEND_STRL("reply_to"), reply_to, reply_to_len TSR… in PHP_METHOD()