Home
last modified time | relevance | path

Searched refs:comboaction (Results 1 - 1 of 1) sorted by relevance

/third_party/curl/lib/
H A Dmulti.c2956 int comboaction; local
3006 comboaction = (entry->writers ? CURL_POLL_OUT : 0) |
3010 if(last_action && ((int)entry->action == comboaction))
3016 rc = multi->socket_cb(data, s, comboaction, multi->socket_userp,
3026 entry->action = comboaction; /* store the current action state */

Completed in 4 milliseconds