Searched refs:qroot (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/ext/imap/ |
H A D | php_imap.c | 335 void mail_getquota(MAILSTREAM *stream, char *qroot, QUOTALIST *qlist) in mail_getquota() argument 1023 zend_string *qroot; in PHP_FUNCTION() local 1026 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rS", &streamind, &qroot) == FAILURE) { in PHP_FUNCTION() 1039 if (!imap_getquota(imap_le_struct->imap_stream, ZSTR_VAL(qroot))) { in PHP_FUNCTION() 1079 zend_string *qroot; in PHP_FUNCTION() local 1084 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rSl", &streamind, &qroot, &mailbox_size) == FAILURE) { in PHP_FUNCTION() 1096 RETURN_BOOL(imap_setquota(imap_le_struct->imap_stream, ZSTR_VAL(qroot), &limits)); in PHP_FUNCTION()
|
Completed in 54 milliseconds