Searched refs:pwant_write (Results 1 – 2 of 2) sorted by relevance
1007 bool *pwant_read, bool *pwant_write) in Curl_pollset_check() argument1016 *pwant_write = !!(ps->actions[i] & CURL_POLL_OUT); in Curl_pollset_check()1020 *pwant_read = *pwant_write = FALSE; in Curl_pollset_check()
626 bool *pwant_read, bool *pwant_write);
Completed in 9 milliseconds