Searched defs:kind (Results 1 – 8 of 8) sorted by relevance
196 static void event_cb(int fd, short kind, void *userp) in event_cb()220 static void timer_cb(int fd, short kind, void *userp) in timer_cb()252 int kind = in setsock() local
252 int kind = ((act & CURL_POLL_IN) ? EV_READ : 0) | in setsock() local
222 GIOCondition kind = in setsock() local
272 int kind = ((act & CURL_POLL_IN) ? EPOLLIN : 0) | in setsock() local
42 toolmimekind kind; /* Part kind. */ member
41 toolmimekind kind) in tool_mime_new()
531 static CURLcode checkpasswd(const char *kind, /* for what purpose */ in checkpasswd()
113 enum mimekind kind; /* The part kind. */ member
Completed in 14 milliseconds