Searched +refs:sh +refs:handle +refs:prev +refs:done (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dmulti.c56 CURL handle takes 45-50 K memory, therefore this 3K are not significant.
75 static bool isHandleAtHead(struct SessionHandle *handle,
133 "STATE: %s => %s handle %p; line %d (connection #%ld) \n",
139 /* changing to COMPLETED means there's one less easy handle 'alive' */
165 /* make sure this socket is present in the hash for this handle */
166 static struct Curl_sh_entry *sh_addentry(struct curl_hash *sh, argument
171 Curl_hash_pick(sh, (char *)&s, sizeof(curl_socket_t));
186 if(NULL == Curl_hash_add(sh, (char *)&s, sizeof(curl_socket_t), check)) {
195 /* delete the given socket + handle from the hash */
196 static void sh_delentry(struct curl_hash *sh, curl_socket_ argument
929 bool done = FALSE; local
2489 Curl_multi_set_easy_connection(struct SessionHandle *handle, struct connectdata *conn) argument
2495 isHandleAtHead(struct SessionHandle *handle, struct curl_llist *pipeline) argument
2532 struct curl_llist_element *prev = NULL; local
[all...]

Completed in 187 milliseconds