Home
last modified time | relevance | path

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

/PHP-7.0/ext/imap/
H A Dphp_imap.c141 ZEND_ARG_INFO(0, qroot)
151 ZEND_ARG_INFO(0, qroot)
769 void mail_getquota(MAILSTREAM *stream, char *qroot, QUOTALIST *qlist) in mail_getquota() argument
1440 zend_string *qroot; in PHP_FUNCTION() local
1443 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rS", &streamind, &qroot) == FAILURE) { in PHP_FUNCTION()
1456 if (!imap_getquota(imap_le_struct->imap_stream, ZSTR_VAL(qroot))) { in PHP_FUNCTION()
1498 zend_string *qroot; in PHP_FUNCTION() local
1503 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rSl", &streamind, &qroot, &mailbox_size) == FAILURE) { in PHP_FUNCTION()
1515 RETURN_BOOL(imap_setquota(imap_le_struct->imap_stream, ZSTR_VAL(qroot), &limits)); in PHP_FUNCTION()

Completed in 16 milliseconds