Lines Matching refs:eos
528 char *buf, size_t blen, size_t *nread, bool *eos) in Curl_creader_read() argument
531 *eos = FALSE; in Curl_creader_read()
534 return reader->crt->do_read(data, reader, buf, blen, nread, eos); in Curl_creader_read()
555 size_t *nread, bool *eos) in Curl_creader_def_read() argument
559 nread, eos); in Curl_creader_def_read()
562 *eos = FALSE; in Curl_creader_def_read()
951 BIT(eos); /* we have returned an EOS */
979 bool eos; in cr_lc_read() local
981 if(ctx->eos) { in cr_lc_read()
989 ctx->eos = TRUE; in cr_lc_read()
995 result = Curl_creader_read(data, reader->next, buf, blen, &nread, &eos); in cr_lc_read()
998 ctx->read_eos = eos; in cr_lc_read()
1003 ctx->eos = TRUE; in cr_lc_read()
1005 *peos = ctx->eos; in cr_lc_read()
1046 ctx->eos = TRUE; in cr_lc_read()
1180 size_t *nread, bool *eos) in Curl_client_read() argument
1187 DEBUGASSERT(eos); in Curl_client_read()
1197 nread, eos); in Curl_client_read()
1199 blen, result, *nread, *eos); in Curl_client_read()