Home | History | Annotate | Download | only in lib

Lines Matching defs:check

171   struct Curl_sh_entry *check;
178 check = calloc(1, sizeof(struct Curl_sh_entry));
179 if(!check)
182 check->easy = data;
183 check->socket = s;
186 if(!Curl_hash_add(sh, (char *)&s, sizeof(curl_socket_t), check)) {
187 free(check);
191 return check; /* things are good in sockhash land */
448 removed as when the next handle is added, as then the check in
697 #if 0 /* switch back on these cases to get the compiler to check for all enums
784 data = data->next; /* check next handle */
839 data = data->next; /* check next handle */
881 data = data->next; /* check next handle */
1012 DEBUGF(infof(data, "multi changed, check CONNECT_PEND queue!\n"));
1025 stored, but we must not check already completed handles */
1141 /* check if we have the name resolved by now */
1442 /* Check if we can move pending requests to send pipe */
1483 /* check if over send speed */
1499 /* check if over recv speed */
1573 /* Check if we can move pending requests to send pipe */
1604 /* but first check to see if we got a location info even though we're
1635 /* Check if we can move pending requests to send pipe */
1703 /* Check if we can move pending requests to send pipe */
1998 /* yeps, already present so check if it has the same action set */
2043 /* check if the socket to be removed serves a connection which has
2272 /* get the socket(s) and check if the state has been changed since
2309 /* get the socket(s) and check if the state has been changed since
2314 /* Check if there's one (more) expired timer to deal with! This function
2497 * timeout we got the (relative) time-out time for. We can thus easily check