Lines Matching defs:what
279 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp)
281 DPRINT("%s e %p s %i what %i cbp %p sockp %p\n",
282 __PRETTY_FUNCTION__, e, s, what, cbp, sockp);
289 "socket callback: s=%d e=%p what=%s ", s, e, whatstr[what]);
290 if(what == CURL_POLL_REMOVE) {
296 fprintf(MSG_OUT, "Adding data: %s\n", whatstr[what]);
297 addsock(s, e, what, g);
302 whatstr[fdp->action], whatstr[what]);
303 setsock(fdp, s, e, what, g);