Lines Matching refs:ftpbuf_t

91 } ftpbuf_t;  typedef
98 ftpbuf_t* ftp_open(const char *host, short port, long timeout_sec TSRMLS_DC);
103 int ftp_quit(ftpbuf_t *ftp);
106 void ftp_gc(ftpbuf_t *ftp);
109 ftpbuf_t* ftp_close(ftpbuf_t *ftp);
112 int ftp_login(ftpbuf_t *ftp, const char *user, const char *pass TSRMLS_DC);
115 int ftp_reinit(ftpbuf_t *ftp);
118 const char* ftp_syst(ftpbuf_t *ftp);
121 const char* ftp_pwd(ftpbuf_t *ftp);
124 int ftp_exec(ftpbuf_t *ftp, const char *cmd);
127 void ftp_raw(ftpbuf_t *ftp, const char *cmd, zval *return_value);
130 int ftp_chdir(ftpbuf_t *ftp, const char *dir);
133 int ftp_cdup(ftpbuf_t *ftp);
138 char* ftp_mkdir(ftpbuf_t *ftp, const char *dir);
141 int ftp_rmdir(ftpbuf_t *ftp, const char *dir);
144 int ftp_chmod(ftpbuf_t *ftp, const int mode, const char *filename, const int filename_len);
151 int ftp_alloc(ftpbuf_t *ftp, const long size, char **response);
157 char** ftp_nlist(ftpbuf_t *ftp, const char *path TSRMLS_DC);
164 char** ftp_list(ftpbuf_t *ftp, const char *path, int recursive TSRMLS_DC);
169 int ftp_pasv(ftpbuf_t *ftp, int pasv);
174 int ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, long resumepos…
179 int ftp_put(ftpbuf_t *ftp, const char *path, php_stream *instream, ftptype_t type, long startpos T…
182 long ftp_size(ftpbuf_t *ftp, const char *path);
185 time_t ftp_mdtm(ftpbuf_t *ftp, const char *path);
188 int ftp_rename(ftpbuf_t *ftp, const char *src, const char *dest);
191 int ftp_delete(ftpbuf_t *ftp, const char *path);
194 int ftp_site(ftpbuf_t *ftp, const char *cmd);
199 int ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, long resume…
204 int ftp_nb_put(ftpbuf_t *ftp, const char *path, php_stream *instream, ftptype_t type, long startpo…
208 int ftp_nb_continue_read(ftpbuf_t *ftp TSRMLS_DC);
212 int ftp_nb_continue_write(ftpbuf_t *ftp TSRMLS_DC);