Searched refs:qroot (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/ext/imap/ |
H A D | php_imap.c | 354 void mail_getquota(MAILSTREAM *stream, char *qroot, QUOTALIST *qlist) in mail_getquota() argument 885 zend_string *qroot; in PHP_FUNCTION() local 888 if (zend_parse_parameters(ZEND_NUM_ARGS(), "OS", &imap_conn_obj, php_imap_ce, &qroot) == FAILURE) { in PHP_FUNCTION() 899 if (!imap_getquota(imap_conn_struct->imap_stream, ZSTR_VAL(qroot))) { in PHP_FUNCTION() 937 zend_string *qroot; in PHP_FUNCTION() local 942 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "OSl", &imap_conn_obj, php_imap_ce, &qroot, &mailbox_si… in PHP_FUNCTION() 952 RETURN_BOOL(imap_setquota(imap_conn_struct->imap_stream, ZSTR_VAL(qroot), &limits)); in PHP_FUNCTION()
|
Completed in 15 milliseconds