Lines Matching refs:argc

1169 	int argc = ZEND_NUM_ARGS();  in php_imap_do_open()  local
1171 if (zend_parse_parameters(argc, "PSS|lla", &mailbox, &user, in php_imap_do_open()
1176 if (argc >= 4) { in php_imap_do_open()
1245 if (argc >= 5) { in php_imap_do_open()
1628 int argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
1630 if (zend_parse_parameters(argc, "r|l", &streamind, &options) == FAILURE) { in PHP_FUNCTION()
1638 if (argc == 2) { in PHP_FUNCTION()
1720 int msgindex, argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
1724 if (zend_parse_parameters(argc, "rl|l", &streamind, &msgno, &flags) == FAILURE) { in PHP_FUNCTION()
1737 if ((argc == 3) && (flags & FT_UID)) { in PHP_FUNCTION()
1750 …body = mail_fetchtext_full (imap_le_struct->imap_stream, msgno, &body_len, (argc == 3 ? flags : NI… in PHP_FUNCTION()
1766 int argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
1769 if (zend_parse_parameters(argc, "rSS|l", &streamind, &seq, &folder, &options) == FAILURE) { in PHP_FUNCTION()
1777 …if (mail_copy_full(imap_le_struct->imap_stream, ZSTR_VAL(seq), ZSTR_VAL(folder), (argc == 4 ? opti… in PHP_FUNCTION()
1793 int argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
1795 if (zend_parse_parameters(argc, "rSS|l", &streamind, &seq, &folder, &options) == FAILURE) { in PHP_FUNCTION()
1803 …if (mail_copy_full(imap_le_struct->imap_stream, ZSTR_VAL(seq), ZSTR_VAL(folder), (argc == 4 ? (opt… in PHP_FUNCTION()
2048 int argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
2050 if (zend_parse_parameters(argc, "rz|l", &streamind, &sequence, &flags) == FAILURE) { in PHP_FUNCTION()
2060 …mail_setflag_full(imap_le_struct->imap_stream, Z_STRVAL_P(sequence), "\\DELETED", (argc == 3 ? fla… in PHP_FUNCTION()
2072 int argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
2074 if (zend_parse_parameters(argc, "rz|l", &streamind, &sequence, &flags) == FAILURE) { in PHP_FUNCTION()
2084 …mail_clearflag_full(imap_le_struct->imap_stream, Z_STRVAL_P(sequence), "\\DELETED", (argc == 3 ? f… in PHP_FUNCTION()
2095 int argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
2102 …if (zend_parse_parameters(argc, "rl|llS", &streamind, &msgno, &fromlength, &subjectlength, &defaul… in PHP_FUNCTION()
2110 if (argc >= 3) { in PHP_FUNCTION()
2118 if (argc >= 4) { in PHP_FUNCTION()
2180 int argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
2182 if (zend_parse_parameters(argc, "S|S", &headers, &defaulthost) == FAILURE) { in PHP_FUNCTION()
2186 if (argc == 2) { in PHP_FUNCTION()
2344 int msgindex, argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
2346 if (zend_parse_parameters(argc, "rl|l", &streamind, &msgno, &flags) == FAILURE) { in PHP_FUNCTION()
2365 if ((argc == 3) && (flags & FT_UID)) { in PHP_FUNCTION()
2375 mail_fetchstructure_full(imap_le_struct->imap_stream, msgno, &body , (argc == 3 ? flags : NIL)); in PHP_FUNCTION()
2396 int argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
2398 if (zend_parse_parameters(argc, "rlS|l", &streamind, &msgno, &sec, &flags) == FAILURE) { in PHP_FUNCTION()
2411 if (argc < 4 || !(flags & FT_UID)) { in PHP_FUNCTION()
2416 …body = mail_fetchbody_full(imap_le_struct->imap_stream, msgno, ZSTR_VAL(sec), &len, (argc == 4 ? f… in PHP_FUNCTION()
2438 int argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
2440 if (zend_parse_parameters(argc, "rlS|l", &streamind, &msgno, &sec, &flags) == FAILURE) { in PHP_FUNCTION()
2453 if (argc < 4 || !(flags & FT_UID)) { in PHP_FUNCTION()
2458 …body = mail_fetch_mime(imap_le_struct->imap_stream, msgno, ZSTR_VAL(sec), &len, (argc == 4 ? flags… in PHP_FUNCTION()
3133 int argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
3135 if (zend_parse_parameters(argc, "rSS|l", &streamind, &sequence, &flag, &flags) ==FAILURE) { in PHP_FUNCTION()
3143 …mail_clearflag_full(imap_le_struct->imap_stream, ZSTR_VAL(sequence), ZSTR_VAL(flag), (argc == 4 ? … in PHP_FUNCTION()
3160 int argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
3162 …if (zend_parse_parameters(argc, "rll|lSS", &streamind, &pgm, &rev, &flags, &criteria, &charset) ==… in PHP_FUNCTION()
3174 if (argc >= 4) { in PHP_FUNCTION()
3180 if (argc >= 5) { in PHP_FUNCTION()
3193 …slst = mail_sort(imap_le_struct->imap_stream, (argc == 6 ? ZSTR_VAL(charset) : NIL), spg, mypgm, ( in PHP_FUNCTION()
3216 int msgindex, argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
3218 if (zend_parse_parameters(argc, "rl|l", &streamind, &msgno, &flags) == FAILURE) { in PHP_FUNCTION()
3231 if ((argc == 3) && (flags & FT_UID)) { in PHP_FUNCTION()
3242 …RETVAL_STRING(mail_fetchheader_full(imap_le_struct->imap_stream, msgno, NIL, NIL, (argc == 3 ? fla… in PHP_FUNCTION()
3458 int argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
3460 if (zend_parse_parameters(argc, "rS|l", &streamind, &sequence, &flags) == FAILURE) { in PHP_FUNCTION()
4108 int argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
4110 if (zend_parse_parameters(argc, "SSS|SSSS", &to, &subject, &message, in PHP_FUNCTION()
4152 int argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
4155 if (zend_parse_parameters(argc, "rS|lS", &streamind, &criteria, &flags, &charset) == FAILURE) { in PHP_FUNCTION()
4168 mail_search_full(imap_le_struct->imap_stream, (argc == 4 ? ZSTR_VAL(charset) : NIL), pgm, flags); in PHP_FUNCTION()
4755 int argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
4758 if (zend_parse_parameters(argc, "r|l", &streamind, &flags) == FAILURE) { in PHP_FUNCTION()