Home
last modified time | relevance | path

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

/curl/lib/
H A Dsendf.h46 #define CLIENTWRITE_INFO (1<<1) /* meta information, not a HEADER */ macro
H A Dpingpong.c345 result = Curl_client_write(data, CLIENTWRITE_INFO, line, length); in Curl_pp_readresp()
H A Dsendf.c76 DEBUGASSERT(type & (CLIENTWRITE_BODY|CLIENTWRITE_HEADER|CLIENTWRITE_INFO)); in Curl_client_write()
81 DEBUGASSERT(!(type & CLIENTWRITE_INFO) || in Curl_client_write()
82 ((type & ~(CLIENTWRITE_INFO|CLIENTWRITE_EOS)) == 0)); in Curl_client_write()
H A Dcw-out.c415 if(type & (CLIENTWRITE_HEADER|CLIENTWRITE_INFO)) { in cw_out_write()

Completed in 23 milliseconds