Lines Matching defs:phase
544 /* Download client writer in phase CURL_CW_PROTOCOL that
652 /* RAW client writer in phase CURL_CW_RAW that
677 Curl_cwriter_phase phase)
688 writer->phase = phase;
707 size_t Curl_cwriter_count(struct Curl_easy *data, Curl_cwriter_phase phase)
713 if(w->phase == phase)
760 /* Insert the writer as first in its phase.
762 while(*anchor && (*anchor)->phase < writer->phase)