Lines Matching defs:what
142 * different features of what to initialize.
214 * different features of what to initialize.
271 * "easy_init_flags" to determine what needs to be cleaned up and what doesn't.
381 struct pollfd socket; /* socket info of what to monitor */
455 int what, /* see above */
474 if(what == CURL_POLL_REMOVE) {
489 m->socket.events = socketcb2poll(what);
492 (what&CURL_POLL_IN)?"IN":"",
493 (what&CURL_POLL_OUT)?"OUT":"");
501 if(what == CURL_POLL_REMOVE) {
512 m->socket.events = socketcb2poll(what);
517 (what&CURL_POLL_IN)?"IN":"",
518 (what&CURL_POLL_OUT)?"OUT":"");