Home
last modified time | relevance | path

Searched refs:ftp_write_method (Results 1 – 1 of 1) sorted by relevance

/dragonfly/lib/libftpio/
HDftpio.c56 static int ftp_write_method(void *n, const char *buf, int nbytes);
299 …fp = funopen(n, ftp_read_method, ftp_write_method, NULL, ftp_close_method); /* BSD 4.4 functio… in ftpLoginAf()
518 ftp_write_method(void *vp, const char *buf, int nbytes) in ftp_write_method() function