Lines Matching refs:reader
4410 struct Curl_creader *reader) in http_exp100_continue() argument
4412 struct cr_exp100_ctx *ctx = reader->ctx; in http_exp100_continue()
4422 struct Curl_creader *reader, in cr_exp100_read() argument
4426 struct cr_exp100_ctx *ctx = reader->ctx; in cr_exp100_read()
4467 http_exp100_continue(data, reader); in cr_exp100_read()
4472 return Curl_creader_read(data, reader->next, buf, blen, nread, eos); in cr_exp100_read()
4477 struct Curl_creader *reader, int premature) in cr_exp100_done() argument
4479 struct cr_exp100_ctx *ctx = reader->ctx; in cr_exp100_done()
4502 struct Curl_creader *reader = NULL; in http_exp100_add_reader() local
4505 result = Curl_creader_create(&reader, data, &cr_exp100, in http_exp100_add_reader()
4508 result = Curl_creader_add(data, reader); in http_exp100_add_reader()
4510 struct cr_exp100_ctx *ctx = reader->ctx; in http_exp100_add_reader()
4514 if(result && reader) in http_exp100_add_reader()
4515 Curl_creader_free(data, reader); in http_exp100_add_reader()