Lines Matching refs:stream

82 static char *php_mail_gets(readfn_t f, void *stream, unsigned long size, GETS_DATA *md);
771 void mail_getquota(MAILSTREAM *stream, char *qroot, QUOTALIST *qlist) in mail_getquota() argument
799 void mail_getacl(MAILSTREAM *stream, char *mailbox, ACLLIST *alist) in mail_getacl() argument
2492 zval *stream, *out; in PHP_FUNCTION() local
2499 …if (SUCCESS != zend_parse_parameters(ZEND_NUM_ARGS(), "rzl|Sl", &stream, &out, &msgno, &section, &… in PHP_FUNCTION()
2503 if ((imap_ptr = (pils *)zend_fetch_resource(Z_RES_P(stream), "imap", le_imap)) == NULL) { in PHP_FUNCTION()
4469 static long _php_rfc822_soutr (void *stream, char *string) in _php_rfc822_soutr() argument
4471 smart_str *ret = (smart_str*)stream; in _php_rfc822_soutr()
4945 static char *php_mail_gets(readfn_t f, void *stream, unsigned long size, GETS_DATA *md) /* {{{ */ in php_mail_gets() argument
4964 if (!f(stream, read, buf)) { in php_mail_gets()
4976 if (f(stream, size, buf)) { in php_mail_gets()
4990 PHP_IMAP_EXPORT void mm_searched(MAILSTREAM *stream, unsigned long number) in mm_searched() argument
5009 PHP_IMAP_EXPORT void mm_exists(MAILSTREAM *stream, unsigned long number) in mm_exists() argument
5013 PHP_IMAP_EXPORT void mm_expunged(MAILSTREAM *stream, unsigned long number) in mm_expunged() argument
5017 PHP_IMAP_EXPORT void mm_flags(MAILSTREAM *stream, unsigned long number) in mm_flags() argument
5022 PHP_IMAP_EXPORT void mm_notify(MAILSTREAM *stream, char *str, long errflg) in mm_notify() argument
5044 PHP_IMAP_EXPORT void mm_list(MAILSTREAM *stream, DTYPE delimiter, char *mailbox, long attributes) in mm_list() argument
5090 PHP_IMAP_EXPORT void mm_lsub(MAILSTREAM *stream, DTYPE delimiter, char *mailbox, long attributes) in mm_lsub() argument
5133 PHP_IMAP_EXPORT void mm_status(MAILSTREAM *stream, char *mailbox, MAILSTATUS *status) in mm_status() argument
5197 PHP_IMAP_EXPORT void mm_critical(MAILSTREAM *stream) in mm_critical() argument
5201 PHP_IMAP_EXPORT void mm_nocritical(MAILSTREAM *stream) in mm_nocritical() argument
5205 PHP_IMAP_EXPORT long mm_diskerror(MAILSTREAM *stream, long errcode, long serious) in mm_diskerror() argument