Searched defs:ftp_string_read (Results 1 - 1 of 1) sorted by relevance
/httpd/modules/proxy/ |
H A D | mod_proxy_ftp.c | 217 * instead? I think ftp_string_read() will not work properly on non ASCII 220 static apr_status_t ftp_string_read(conn_rec *c, apr_bucket_brigade *bb, function 390 if (APR_SUCCESS != (rv = ftp_string_read(ftp_ctrl, bb, response, sizeof(response), &eos))) { 409 if (APR_SUCCESS != (rv = ftp_string_read(ftp_ctrl, bb, response, sizeof(response), &eos))) {
|
Completed in 1391 milliseconds