Lines Matching refs:ftpbuf_t

84 static int		ftp_putcmd(	ftpbuf_t *ftp,
89 static int my_send(ftpbuf_t *ftp, php_socket_t s, void *buf, size_t len);
90 static int my_recv(ftpbuf_t *ftp, php_socket_t s, void *buf, size_t len);
91 static int my_accept(ftpbuf_t *ftp, php_socket_t s, struct sockaddr *addr, socklen_t *addrlen);
94 static int ftp_readline(ftpbuf_t *ftp);
97 static int ftp_getresp(ftpbuf_t *ftp);
100 static int ftp_type(ftpbuf_t *ftp, ftptype_t type);
103 static databuf_t* ftp_getdata(ftpbuf_t *ftp);
106 static databuf_t* data_accept(databuf_t *data, ftpbuf_t *ftp);
109 static databuf_t* data_close(ftpbuf_t *ftp, databuf_t *data);
112 static char** ftp_genlist(ftpbuf_t *ftp, const char *cmd, const char *path);
123 ftpbuf_t*
126 ftpbuf_t *ftp; in ftp_open()
172 ftpbuf_t*
173 ftp_close(ftpbuf_t *ftp) in ftp_close()
202 ftp_gc(ftpbuf_t *ftp) in ftp_gc()
221 ftp_quit(ftpbuf_t *ftp) in ftp_quit()
246 ftp_login(ftpbuf_t *ftp, const char *user, const char *pass) in ftp_login()
394 ftp_reinit(ftpbuf_t *ftp) in ftp_reinit()
418 ftp_syst(ftpbuf_t *ftp) in ftp_syst()
454 ftp_pwd(ftpbuf_t *ftp) in ftp_pwd()
488 ftp_exec(ftpbuf_t *ftp, const char *cmd) in ftp_exec()
507 ftp_raw(ftpbuf_t *ftp, const char *cmd, zval *return_value) in ftp_raw()
528 ftp_chdir(ftpbuf_t *ftp, const char *dir) in ftp_chdir()
552 ftp_cdup(ftpbuf_t *ftp) in ftp_cdup()
576 ftp_mkdir(ftpbuf_t *ftp, const char *dir) in ftp_mkdir()
608 ftp_rmdir(ftpbuf_t *ftp, const char *dir) in ftp_rmdir()
626 ftp_chmod(ftpbuf_t *ftp, const int mode, const char *filename, const int filename_len) in ftp_chmod()
654 ftp_alloc(ftpbuf_t *ftp, const zend_long size, zend_string **response) in ftp_alloc()
687 ftp_nlist(ftpbuf_t *ftp, const char *path) in ftp_nlist()
696 ftp_list(ftpbuf_t *ftp, const char *path, int recursive) in ftp_list()
705 ftp_type(ftpbuf_t *ftp, ftptype_t type) in ftp_type()
737 ftp_pasv(ftpbuf_t *ftp, int pasv) in ftp_pasv()
831 ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, zend_long resumepos) in ftp_get()
923 ftp_put(ftpbuf_t *ftp, const char *path, php_stream *instream, ftptype_t type, zend_long startpos) in ftp_put()
1001 ftp_size(ftpbuf_t *ftp, const char *path) in ftp_size()
1022 ftp_mdtm(ftpbuf_t *ftp, const char *path) in ftp_mdtm()
1070 ftp_delete(ftpbuf_t *ftp, const char *path) in ftp_delete()
1089 ftp_rename(ftpbuf_t *ftp, const char *src, const char *dest) in ftp_rename()
1113 ftp_site(ftpbuf_t *ftp, const char *cmd) in ftp_site()
1134 ftp_putcmd(ftpbuf_t *ftp, const char *cmd, const char *args) in ftp_putcmd()
1175 ftp_readline(ftpbuf_t *ftp) in ftp_readline()
1227 ftp_getresp(ftpbuf_t *ftp) in ftp_getresp()
1265 my_send(ftpbuf_t *ftp, php_socket_t s, void *buf, size_t len) in my_send()
1359 my_recv(ftpbuf_t *ftp, php_socket_t s, void *buf, size_t len) in my_recv()
1440 data_available(ftpbuf_t *ftp, php_socket_t s) in data_available()
1464 data_writeable(ftpbuf_t *ftp, php_socket_t s) in data_writeable()
1489 my_accept(ftpbuf_t *ftp, php_socket_t s, struct sockaddr *addr, socklen_t *addrlen) in my_accept()
1514 ftp_getdata(ftpbuf_t *ftp) in ftp_getdata()
1636 data_accept(databuf_t *data, ftpbuf_t *ftp) in data_accept()
1749 data_close(ftpbuf_t *ftp, databuf_t *data) in data_close()
1790 ftp_genlist(ftpbuf_t *ftp, const char *cmd, const char *path) in ftp_genlist()
1895 ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, zend_long resume… in ftp_nb_get()
1949 ftp_nb_continue_read(ftpbuf_t *ftp) in ftp_nb_continue_read()
2012 ftp_nb_put(ftpbuf_t *ftp, const char *path, php_stream *instream, ftptype_t type, zend_long startpo… in ftp_nb_put()
2062 ftp_nb_continue_write(ftpbuf_t *ftp) in ftp_nb_continue_write()