Home
last modified time | relevance | path

Searched refs:ftp_nb_get (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/ext/ftp/
H A Dphp_ftp.h67 PHP_FUNCTION(ftp_nb_get);
H A Dftp.h197 int ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, long resume…
H A Dphp_ftp.c276 PHP_FE(ftp_nb_get, arginfo_ftp_nb_get)
817 if ((ret = ftp_nb_get(ftp, stream, file, xtype, resumepos TSRMLS_CC)) == PHP_FTP_FAILED) { in PHP_FUNCTION()
913 PHP_FUNCTION(ftp_nb_get) in PHP_FUNCTION() argument
964 if ((ret = ftp_nb_get(ftp, outstream, remote, xtype, resumepos TSRMLS_CC)) == PHP_FTP_FAILED) { in PHP_FUNCTION()
H A Dftp.c1712 ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, long resumepos T… in ftp_nb_get() function
/PHP-5.5/ext/ftp/tests/
H A Dftp_nb_get_large.phpt23 ftp_nb_get($ftp, $local_file, 'fget_large.txt', FTP_BINARY, 5368709119);
H A D006.phpt20 var_dump(ftp_nb_get($ftp));
63 Warning: ftp_nb_get() expects at least 4 parameters, 1 given in %s006.php on line 13
H A Dftp_nb_continue.phpt20 $r = ftp_nb_get($ftp, $local_file, $file, FTP_BINARY);

Completed in 19 milliseconds