Lines Matching refs:ZEND_FUNCTION
196 ZEND_FUNCTION(ftp_connect);
198 ZEND_FUNCTION(ftp_ssl_connect);
200 ZEND_FUNCTION(ftp_login);
201 ZEND_FUNCTION(ftp_pwd);
202 ZEND_FUNCTION(ftp_cdup);
203 ZEND_FUNCTION(ftp_chdir);
204 ZEND_FUNCTION(ftp_exec);
205 ZEND_FUNCTION(ftp_raw);
206 ZEND_FUNCTION(ftp_mkdir);
207 ZEND_FUNCTION(ftp_rmdir);
208 ZEND_FUNCTION(ftp_chmod);
209 ZEND_FUNCTION(ftp_alloc);
210 ZEND_FUNCTION(ftp_nlist);
211 ZEND_FUNCTION(ftp_rawlist);
212 ZEND_FUNCTION(ftp_mlsd);
213 ZEND_FUNCTION(ftp_systype);
214 ZEND_FUNCTION(ftp_fget);
215 ZEND_FUNCTION(ftp_nb_fget);
216 ZEND_FUNCTION(ftp_pasv);
217 ZEND_FUNCTION(ftp_get);
218 ZEND_FUNCTION(ftp_nb_get);
219 ZEND_FUNCTION(ftp_nb_continue);
220 ZEND_FUNCTION(ftp_fput);
221 ZEND_FUNCTION(ftp_nb_fput);
222 ZEND_FUNCTION(ftp_put);
223 ZEND_FUNCTION(ftp_append);
224 ZEND_FUNCTION(ftp_nb_put);
225 ZEND_FUNCTION(ftp_size);
226 ZEND_FUNCTION(ftp_mdtm);
227 ZEND_FUNCTION(ftp_rename);
228 ZEND_FUNCTION(ftp_delete);
229 ZEND_FUNCTION(ftp_site);
230 ZEND_FUNCTION(ftp_close);
231 ZEND_FUNCTION(ftp_set_option);
232 ZEND_FUNCTION(ftp_get_option);