HomeSort by relevance Sort by last modified time
    Searched refs:KEEP_SEND (Results 1 - 6 of 6) sorted by null

  /external/curl/lib/
transfer.c 281 data->req.keepon &= ~KEEP_SEND;
833 if(((k->keepon & (KEEP_RECV|KEEP_SEND)) == KEEP_SEND) &&
839 k->keepon &= ~KEEP_SEND; /* no writing anymore either */
848 k->keepon &= ~KEEP_SEND; /* we're done writing */
878 *didwhat |= KEEP_SEND;
900 k->keepon &= ~KEEP_SEND; /* disable writing */
902 *didwhat &= ~KEEP_SEND; /* we didn't write anything actually */
    [all...]
urldata.h 450 #define KEEP_SEND (1<<1) /* there is or may be data to write */
459 #define KEEP_SENDBITS (KEEP_SEND | KEEP_SEND_HOLD | KEEP_SEND_PAUSE)
    [all...]
http.c     [all...]
ssh-libssh.c     [all...]
ssh.c     [all...]
multi.c     [all...]

Completed in 209 milliseconds