Lines Matching defs:phase
78 * Writers in the chain are order by their `phase`. First come all
82 * When adding a writer, it is inserted as first in its phase. This means
83 * the order of adding writers of the same phase matters, but writers for
119 Curl_cwriter_phase phase; /* phase at which it operates */
123 * Create a new cwriter instance with given type and phase. Is not
130 Curl_cwriter_phase phase);
140 * Count the number of writers installed of the given phase.
142 size_t Curl_cwriter_count(struct Curl_easy *data, Curl_cwriter_phase phase);
146 * The writers `phase` determines where in the chain it is inserted.