Searched refs:mailbox_len (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/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, "sss|lla", &mailbox, &mailbox_len, &user, &user_len, 1223 if (strlen(mailbox) != mailbox_len) { 1276 int mailbox_len; local 1283 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs|ll", &streamind, &mailbox, &mailbox_len, &options, &retries) == FAILURE) { 1506 int mailbox_len, id_len, rights_len; local 1509 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rsss", &streamind, &mailbox, &mailbox_len, &id, &id_len, &rights, &rights_len) == FAILURE) { 1525 int mailbox_len; local 1528 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &streamind, &mailbox, &mailbox_len) == FAILURE) { 2610 int mailbox_len, host_le local [all...] |
Completed in 9 milliseconds