Lines Matching defs:eos
221 char *buff, apr_size_t bufflen, int *eos)
232 *eos = 0;
245 if (*eos || APR_BRIGADE_EMPTY(bb)) {
251 *eos = 1;
388 int eos;
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))) {
602 int eos = 0;
614 eos = 1;
640 if (eos) {