Searched refs:contenc_writer (Results 1 – 5 of 5) sorted by relevance
59 struct contenc_writer { struct61 struct contenc_writer *downstream; /* Downstream writer. */ argument70 struct contenc_writer *writer); argument72 struct contenc_writer *writer,75 struct contenc_writer *writer);80 CURLcode Curl_client_create_writer(struct contenc_writer **pwriter,86 struct contenc_writer *writer);89 struct contenc_writer *writer);
98 struct contenc_writer super;174 struct contenc_writer *writer, in inflate_stream()278 struct contenc_writer *writer) in deflate_init_writer()294 struct contenc_writer *writer, in deflate_unencode_write()312 struct contenc_writer *writer) in deflate_close_writer()332 struct contenc_writer *writer) in gzip_init_writer()445 struct contenc_writer *writer, in gzip_unencode_write()573 struct contenc_writer *writer) in gzip_close_writer()596 struct contenc_writer super;639 struct contenc_writer *writer) in brotli_init_writer()[all …]
452 struct contenc_writer *writer = data->req.writer_stack; in Curl_client_cleanup()471 struct contenc_writer *writer) in client_cew_init()479 struct contenc_writer *writer, in client_cew_write()489 struct contenc_writer *writer) in client_cew_close()501 sizeof(struct contenc_writer)505 CURLcode Curl_client_create_writer(struct contenc_writer **pwriter, in Curl_client_create_writer()510 struct contenc_writer *writer; in Curl_client_create_writer()513 DEBUGASSERT(ce_handler->writersize >= sizeof(struct contenc_writer)); in Curl_client_create_writer()514 writer = (struct contenc_writer *) calloc(1, ce_handler->writersize); in Curl_client_create_writer()530 struct contenc_writer *writer) in Curl_client_free_writer()[all …]
28 struct contenc_writer;35 struct contenc_writer *writer,
672 struct contenc_writer *writer_stack;