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

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

Completed in 136 milliseconds