Searched refs:ftp_read_method (Results 1 - 1 of 1) sorted by path

/freebsd-9.3-release/lib/libftpio/
H A Dftpio.c53 static int ftp_read_method(void *n, char *buf, int nbytes);
294 fp = funopen(n, ftp_read_method, ftp_write_method, NULL, ftp_close_method); /* BSD 4.4 function! */
491 ftp_read_method(void *vp, char *buf, int nbytes) function

Completed in 73 milliseconds