Lines Matching refs:mode

103 	ZEND_ARG_INFO(0, mode)
132 ZEND_ARG_INFO(0, mode)
140 ZEND_ARG_INFO(0, mode)
153 ZEND_ARG_INFO(0, mode)
161 ZEND_ARG_INFO(0, mode)
173 ZEND_ARG_INFO(0, mode)
181 ZEND_ARG_INFO(0, mode)
189 ZEND_ARG_INFO(0, mode)
197 ZEND_ARG_INFO(0, mode)
332 #define XTYPE(xtype, mode) { \ argument
333 if (mode != FTPTYPE_ASCII && mode != FTPTYPE_IMAGE) { \
337 xtype = mode; \
611 long mode; in PHP_FUNCTION() local
613 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rlp", &z_ftp, &mode, &filename, &filename_le… in PHP_FUNCTION()
619 if (!ftp_chmod(ftp, mode, filename, filename_len)) { in PHP_FUNCTION()
624 RETURN_LONG(mode); in PHP_FUNCTION()
747 long mode, resumepos=0; in PHP_FUNCTION() local
749 …(ZEND_NUM_ARGS() TSRMLS_CC, "rrsl|l", &z_ftp, &z_file, &file, &file_len, &mode, &resumepos) == FAI… in PHP_FUNCTION()
755 XTYPE(xtype, mode); in PHP_FUNCTION()
791 long mode, resumepos=0, ret; in PHP_FUNCTION() local
793 …(ZEND_NUM_ARGS() TSRMLS_CC, "rrsl|l", &z_ftp, &z_file, &file, &file_len, &mode, &resumepos) == FAI… in PHP_FUNCTION()
799 XTYPE(xtype, mode); in PHP_FUNCTION()
861 long mode, resumepos=0; in PHP_FUNCTION() local
863 …) TSRMLS_CC, "rppl|l", &z_ftp, &local, &local_len, &remote, &remote_len, &mode, &resumepos) == FAI… in PHP_FUNCTION()
868 XTYPE(xtype, mode); in PHP_FUNCTION()
876 mode = FTPTYPE_IMAGE; in PHP_FUNCTION()
880 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt+" : "rb+", REPORT_ERRORS, N… in PHP_FUNCTION()
882 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NUL… in PHP_FUNCTION()
894 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NUL… in PHP_FUNCTION()
924 long mode, resumepos=0; in PHP_FUNCTION() local
926 …) TSRMLS_CC, "rssl|l", &z_ftp, &local, &local_len, &remote, &remote_len, &mode, &resumepos) == FAI… in PHP_FUNCTION()
931 XTYPE(xtype, mode); in PHP_FUNCTION()
938 mode = FTPTYPE_IMAGE; in PHP_FUNCTION()
941 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt+" : "rb+", REPORT_ERRORS, N… in PHP_FUNCTION()
943 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NUL… in PHP_FUNCTION()
955 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NUL… in PHP_FUNCTION()
1030 long mode, startpos=0; in PHP_FUNCTION() local
1034 …D_NUM_ARGS() TSRMLS_CC, "rsrl|l", &z_ftp, &remote, &remote_len, &z_file, &mode, &startpos) == FAIL… in PHP_FUNCTION()
1040 XTYPE(xtype, mode); in PHP_FUNCTION()
1077 long mode, startpos=0; in PHP_FUNCTION() local
1081 …D_NUM_ARGS() TSRMLS_CC, "rsrl|l", &z_ftp, &remote, &remote_len, &z_file, &mode, &startpos) == FAIL… in PHP_FUNCTION()
1087 XTYPE(xtype, mode); in PHP_FUNCTION()
1130 long mode, startpos=0; in PHP_FUNCTION() local
1133 …) TSRMLS_CC, "rppl|l", &z_ftp, &remote, &remote_len, &local, &local_len, &mode, &startpos) == FAIL… in PHP_FUNCTION()
1138 XTYPE(xtype, mode); in PHP_FUNCTION()
1140 …if (!(instream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt" : "rb", REPORT_ERRORS… in PHP_FUNCTION()
1183 long mode, startpos=0, ret; in PHP_FUNCTION() local
1186 …) TSRMLS_CC, "rppl|l", &z_ftp, &remote, &remote_len, &local, &local_len, &mode, &startpos) == FAIL… in PHP_FUNCTION()
1191 XTYPE(xtype, mode); in PHP_FUNCTION()
1193 …if (!(instream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt" : "rb", REPORT_ERRORS… in PHP_FUNCTION()