Home
last modified time | relevance | path

Searched refs:Curl_cwtype (Results 1 – 10 of 10) sorted by relevance

/curl/lib/
H A Dcontent_encoding.c326 static const struct Curl_cwtype deflate_encoding = {
593 static const struct Curl_cwtype gzip_encoding = {
724 static const struct Curl_cwtype brotli_encoding = {
816 static const struct Curl_cwtype zstd_encoding = {
867 const struct Curl_cwtype * const *cep; in Curl_all_content_encodings()
868 const struct Curl_cwtype *ce; in Curl_all_content_encodings()
934 static const struct Curl_cwtype error_writer = {
948 const struct Curl_cwtype * const *cep; in find_unencode_writer()
952 const struct Curl_cwtype *ce = *cep; in find_unencode_writer()
961 const struct Curl_cwtype *ce = *cep; in find_unencode_writer()
[all …]
H A Dcw-out.h36 extern struct Curl_cwtype Curl_cwt_out;
H A Dsendf.h107 struct Curl_cwtype { struct
127 const struct Curl_cwtype *cwt; /* type implementation */ argument
140 const struct Curl_cwtype *ce_handler,
167 const struct Curl_cwtype *cwt);
H A Dhttp_chunks.h134 extern const struct Curl_cwtype Curl_httpchunk_unencoder;
H A Dsendf.c341 static const struct Curl_cwtype cw_download = {
362 static const struct Curl_cwtype cw_raw = {
374 const struct Curl_cwtype *cwt, in Curl_cwriter_create()
482 const struct Curl_cwtype *cwt) in Curl_cwriter_get_by_type()
H A Dcw-out.c116 struct Curl_cwtype Curl_cwt_out = {
H A Dheaders.c370 static const struct Curl_cwtype hds_cw_collect = {
H A Dhttp_chunks.c464 const struct Curl_cwtype Curl_httpchunk_unencoder = {
H A Dws.c478 static const struct Curl_cwtype ws_cw_decode = {
H A Dftp.c413 static const struct Curl_cwtype ftp_cw_lc = {

Completed in 41 milliseconds