Searched defs:section_len (Results 1 - 1 of 1) sorted by relevance

/PHP_5_4/ext/imap/
H A Dphp_imap.c2413 int section_len = 0, close_stream = 1; local
2416 if (SUCCESS != zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rZl|sl", &stream, &out, &msgno, &section, &section_len, &flags)) {
3274 int section_len; local
3280 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rls", &streamind, &msg, &section, &section_len) == FAILURE) {

Completed in 11 milliseconds