Lines Matching refs:xtype

358 #define	XTYPE(xtype, mode)	{ \  argument
363 xtype = mode; \
851 ftptype_t xtype; in PHP_FUNCTION() local
865 XTYPE(xtype, mode); in PHP_FUNCTION()
882 if (!ftp_get(ftp, stream, file, file_len, xtype, resumepos)) { in PHP_FUNCTION()
899 ftptype_t xtype; in PHP_FUNCTION() local
913 XTYPE(xtype, mode); in PHP_FUNCTION()
934 if ((ret = ftp_nb_get(ftp, stream, file, file_len, xtype, resumepos)) == PHP_FTP_FAILED) { in PHP_FUNCTION()
975 ftptype_t xtype; in PHP_FUNCTION() local
988 XTYPE(xtype, mode); in PHP_FUNCTION()
1022 if (!ftp_get(ftp, outstream, remote, remote_len, xtype, resumepos)) { in PHP_FUNCTION()
1042 ftptype_t xtype; in PHP_FUNCTION() local
1056 XTYPE(xtype, mode); in PHP_FUNCTION()
1092 if ((ret = ftp_nb_get(ftp, outstream, remote, remote_len, xtype, resumepos)) == PHP_FTP_FAILED) { in PHP_FUNCTION()
1157 ftptype_t xtype; in PHP_FUNCTION() local
1171 XTYPE(xtype, mode); in PHP_FUNCTION()
1191 if (!ftp_put(ftp, remote, remote_len, stream, xtype, startpos)) { in PHP_FUNCTION()
1208 ftptype_t xtype; in PHP_FUNCTION() local
1223 XTYPE(xtype, mode); in PHP_FUNCTION()
1247 if (((ret = ftp_nb_put(ftp, remote, remote_len, stream, xtype, startpos)) == PHP_FTP_FAILED)) { in PHP_FUNCTION()
1265 ftptype_t xtype; in PHP_FUNCTION() local
1278 XTYPE(xtype, mode); in PHP_FUNCTION()
1302 if (!ftp_put(ftp, remote, remote_len, instream, xtype, startpos)) { in PHP_FUNCTION()
1321 ftptype_t xtype; in PHP_FUNCTION() local
1334 XTYPE(xtype, mode); in PHP_FUNCTION()
1340 if (!ftp_append(ftp, remote, remote_len, instream, xtype)) { in PHP_FUNCTION()
1359 ftptype_t xtype; in PHP_FUNCTION() local
1372 XTYPE(xtype, mode); in PHP_FUNCTION()
1400 ret = ftp_nb_put(ftp, remote, remote_len, instream, xtype, startpos); in PHP_FUNCTION()