Home
last modified time | relevance | path

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

/PHP-8.1/ext/imap/
H A Dphp_imap.c374 void mail_getquota(MAILSTREAM *stream, char *qroot, QUOTALIST *qlist) in mail_getquota() argument
1056 zend_string *qroot; in PHP_FUNCTION() local
1059 if (zend_parse_parameters(ZEND_NUM_ARGS(), "OS", &imap_conn_obj, php_imap_ce, &qroot) == FAILURE) { in PHP_FUNCTION()
1070 if (!imap_getquota(imap_conn_struct->imap_stream, ZSTR_VAL(qroot))) { in PHP_FUNCTION()
1108 zend_string *qroot; in PHP_FUNCTION() local
1113 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "OSl", &imap_conn_obj, php_imap_ce, &qroot, &mailbox_si… in PHP_FUNCTION()
1123 RETURN_BOOL(imap_setquota(imap_conn_struct->imap_stream, ZSTR_VAL(qroot), &limits)); in PHP_FUNCTION()

Completed in 15 milliseconds