my_send 89 ftp/ftp.c static int my_send(ftpbuf_t *ftp, php_socket_t s, void *buf, size_t len); my_send 934 ftp/ftp.c if (my_send(ftp, data->fd, data->buf, size) != size) { my_send 950 ftp/ftp.c if (size && my_send(ftp, data->fd, data->buf, size) != size) { my_send 1132 ftp/ftp.c if (my_send(ftp, ftp->fd, data, size) != size) { my_send 1910 ftp/ftp.c if (my_send(ftp, ftp->data->fd, ftp->data->buf, size) != size) { my_send 1917 ftp/ftp.c if (size && my_send(ftp, ftp->data->fd, ftp->data->buf, size) != size) {