Home
last modified time | relevance | path

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

/third_party/curl/lib/
Durldata.h564 #define KEEP_RECV_HOLD (1<<2) /* when set, no reading should be done but there macro
571 #define KEEP_RECVBITS (KEEP_RECV | KEEP_RECV_HOLD | KEEP_RECV_PAUSE)
Dhttp2.c2363 if(!(k->keepon & (KEEP_RECV_PAUSE|KEEP_RECV_HOLD))) in cf_h2_get_select_socks()