Home
last modified time | relevance | path

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

/PHP-5.4/ext/imap/
H A Dphp_imap.c141 ZEND_ARG_INFO(0, qroot)
151 ZEND_ARG_INFO(0, qroot)
760 void mail_getquota(MAILSTREAM *stream, char *qroot, QUOTALIST *qlist) in mail_getquota() argument
1415 char *qroot; in PHP_FUNCTION() local
1419 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &streamind, &qroot, &qroot_len) == FAIL… in PHP_FUNCTION()
1430 if (!imap_getquota(imap_le_struct->imap_stream, qroot)) { in PHP_FUNCTION()
1471 char *qroot; in PHP_FUNCTION() local
1477 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rsl", &streamind, &qroot, &qroot_len, &mailb… in PHP_FUNCTION()
1487 RETURN_BOOL(imap_setquota(imap_le_struct->imap_stream, qroot, &limits)); in PHP_FUNCTION()

Completed in 14 milliseconds