Home
last modified time | relevance | path

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

/curl/lib/
H A Dcontent_encoding.c867 const struct Curl_cwtype * const *cep; in Curl_all_content_encodings() local
874 for(cep = general_unencoders; *cep; cep++) { in Curl_all_content_encodings()
875 ce = *cep; in Curl_all_content_encodings()
886 for(cep = general_unencoders; *cep; cep++) { in Curl_all_content_encodings()
887 ce = *cep; in Curl_all_content_encodings()
948 const struct Curl_cwtype * const *cep; in find_unencode_writer() local
951 for(cep = transfer_unencoders; *cep; cep++) { in find_unencode_writer()
952 const struct Curl_cwtype *ce = *cep; in find_unencode_writer()
960 for(cep = general_unencoders; *cep; cep++) { in find_unencode_writer()
961 const struct Curl_cwtype *ce = *cep; in find_unencode_writer()

Completed in 11 milliseconds