Lines Matching refs:stream

83 static char *php_mail_gets(readfn_t f, void *stream, unsigned long size, GETS_DATA *md);
760 void mail_getquota(MAILSTREAM *stream, char *qroot, QUOTALIST *qlist) in mail_getquota() argument
790 void mail_getacl(MAILSTREAM *stream, char *mailbox, ACLLIST *alist) in mail_getacl() argument
2417 zval *stream, **out; in PHP_FUNCTION() local
2424 …if (SUCCESS != zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rZl|sl", &stream, &out, &msgno, &… in PHP_FUNCTION()
2428 ZEND_FETCH_RESOURCE(imap_ptr, pils *, &stream, -1, "imap", le_imap); in PHP_FUNCTION()
4322 static long _php_rfc822_soutr (void *stream, char *string) in _php_rfc822_soutr() argument
4324 smart_str *ret = (smart_str*)stream; in _php_rfc822_soutr()
4813 static char *php_mail_gets(readfn_t f, void *stream, unsigned long size, GETS_DATA *md) /* {{{ */ in php_mail_gets() argument
4833 if (!f(stream, read, buf)) { in php_mail_gets()
4845 if (f(stream, size, buf)) { in php_mail_gets()
4859 PHP_IMAP_EXPORT void mm_searched(MAILSTREAM *stream, unsigned long number) in mm_searched() argument
4879 PHP_IMAP_EXPORT void mm_exists(MAILSTREAM *stream, unsigned long number) in mm_exists() argument
4883 PHP_IMAP_EXPORT void mm_expunged(MAILSTREAM *stream, unsigned long number) in mm_expunged() argument
4887 PHP_IMAP_EXPORT void mm_flags(MAILSTREAM *stream, unsigned long number) in mm_flags() argument
4892 PHP_IMAP_EXPORT void mm_notify(MAILSTREAM *stream, char *str, long errflg) in mm_notify() argument
4915 PHP_IMAP_EXPORT void mm_list(MAILSTREAM *stream, DTYPE delimiter, char *mailbox, long attributes) in mm_list() argument
4962 PHP_IMAP_EXPORT void mm_lsub(MAILSTREAM *stream, DTYPE delimiter, char *mailbox, long attributes) in mm_lsub() argument
5006 PHP_IMAP_EXPORT void mm_status(MAILSTREAM *stream, char *mailbox, MAILSTATUS *status) in mm_status() argument
5073 PHP_IMAP_EXPORT void mm_critical(MAILSTREAM *stream) in mm_critical() argument
5077 PHP_IMAP_EXPORT void mm_nocritical(MAILSTREAM *stream) in mm_nocritical() argument
5081 PHP_IMAP_EXPORT long mm_diskerror(MAILSTREAM *stream, long errcode, long serious) in mm_diskerror() argument