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)
331 #define XTYPE(xtype, mode) { \ argument
332 if (mode != FTPTYPE_ASCII && mode != FTPTYPE_IMAGE) { \
336 xtype = mode; \
608 long mode; in PHP_FUNCTION() local
610 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rlp", &z_ftp, &mode, &filename, &filename_le… in PHP_FUNCTION()
616 if (!ftp_chmod(ftp, mode, filename, filename_len)) { in PHP_FUNCTION()
621 RETURN_LONG(mode); in PHP_FUNCTION()
744 long mode, resumepos=0; in PHP_FUNCTION() local
746 …(ZEND_NUM_ARGS() TSRMLS_CC, "rrsl|l", &z_ftp, &z_file, &file, &file_len, &mode, &resumepos) == FAI… in PHP_FUNCTION()
752 XTYPE(xtype, mode); in PHP_FUNCTION()
788 long mode, resumepos=0, ret; in PHP_FUNCTION() local
790 …(ZEND_NUM_ARGS() TSRMLS_CC, "rrsl|l", &z_ftp, &z_file, &file, &file_len, &mode, &resumepos) == FAI… in PHP_FUNCTION()
796 XTYPE(xtype, mode); in PHP_FUNCTION()
858 long mode, resumepos=0; in PHP_FUNCTION() local
860 …) TSRMLS_CC, "rppl|l", &z_ftp, &local, &local_len, &remote, &remote_len, &mode, &resumepos) == FAI… in PHP_FUNCTION()
865 XTYPE(xtype, mode); in PHP_FUNCTION()
873 mode = FTPTYPE_IMAGE; in PHP_FUNCTION()
877 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt+" : "rb+", REPORT_ERRORS, N… in PHP_FUNCTION()
879 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NUL… in PHP_FUNCTION()
891 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NUL… in PHP_FUNCTION()
921 long mode, resumepos=0; in PHP_FUNCTION() local
923 …) TSRMLS_CC, "rssl|l", &z_ftp, &local, &local_len, &remote, &remote_len, &mode, &resumepos) == FAI… in PHP_FUNCTION()
928 XTYPE(xtype, mode); in PHP_FUNCTION()
935 mode = FTPTYPE_IMAGE; in PHP_FUNCTION()
938 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt+" : "rb+", REPORT_ERRORS, N… in PHP_FUNCTION()
940 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NUL… in PHP_FUNCTION()
952 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NUL… in PHP_FUNCTION()
1027 long mode, startpos=0; in PHP_FUNCTION() local
1031 …D_NUM_ARGS() TSRMLS_CC, "rsrl|l", &z_ftp, &remote, &remote_len, &z_file, &mode, &startpos) == FAIL… in PHP_FUNCTION()
1037 XTYPE(xtype, mode); in PHP_FUNCTION()
1074 long mode, startpos=0; in PHP_FUNCTION() local
1078 …D_NUM_ARGS() TSRMLS_CC, "rsrl|l", &z_ftp, &remote, &remote_len, &z_file, &mode, &startpos) == FAIL… in PHP_FUNCTION()
1084 XTYPE(xtype, mode); in PHP_FUNCTION()
1127 long mode, startpos=0; in PHP_FUNCTION() local
1130 …) TSRMLS_CC, "rppl|l", &z_ftp, &remote, &remote_len, &local, &local_len, &mode, &startpos) == FAIL… in PHP_FUNCTION()
1135 XTYPE(xtype, mode); in PHP_FUNCTION()
1137 …if (!(instream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt" : "rb", REPORT_ERRORS… in PHP_FUNCTION()
1180 long mode, startpos=0, ret; in PHP_FUNCTION() local
1183 …) TSRMLS_CC, "rppl|l", &z_ftp, &remote, &remote_len, &local, &local_len, &mode, &startpos) == FAIL… in PHP_FUNCTION()
1188 XTYPE(xtype, mode); in PHP_FUNCTION()
1190 …if (!(instream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt" : "rb", REPORT_ERRORS… in PHP_FUNCTION()