Searched defs:mailbox_len (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_4/ext/imap/ |
| H A D | php_imap.c | 1149 int mailbox_len, user_len, passwd_len; local 1156 if (zend_parse_parameters(argc TSRMLS_CC, "pss|lla", &mailbox, &mailbox_len, &user, &user_len, 1270 int mailbox_len; local 1277 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs|ll", &streamind, &mailbox, &mailbox_len, &options, &retries) == FAILURE) { 1498 int mailbox_len, id_len, rights_len; local 1501 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rsss", &streamind, &mailbox, &mailbox_len, &id, &id_len, &rights, &rights_len) == FAILURE) { 1517 int mailbox_len; local 1520 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &streamind, &mailbox, &mailbox_len) == FAILURE) { 2602 int mailbox_len, host_len, personal_len; local 2606 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sss", &mailbox, &mailbox_len, [all...] |
Completed in 9 milliseconds