Searched defs:qroot (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/ext/imap/ |
| H A D | php_imap.c | 141 ZEND_ARG_INFO(0, qroot) 151 ZEND_ARG_INFO(0, qroot) 760 void mail_getquota(MAILSTREAM *stream, char *qroot, QUOTALIST *qlist) argument 1419 /* {{{ proto array imap_get_quota(resource stream_id, string qroot) 1420 Returns the quota set to the mailbox account qroot */ 1424 char *qroot; local 1428 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &streamind, &qroot, &qroot_len) == FAILURE) { 1439 if (!imap_getquota(imap_le_struct->imap_stream, qroot)) { 1475 /* {{{ proto bool imap_set_quota(resource stream_id, string qroot, int mailbox_size) 1476 Will set the quota for qroot mailbo 1480 char *qroot; local [all...] |
Completed in 9 milliseconds