Searched refs:cb_ptr (Results 1 – 2 of 2) sorted by relevance
50 struct connectbundle **cb_ptr) in bundle_create() argument53 DEBUGASSERT(*cb_ptr == NULL); in bundle_create()54 *cb_ptr = malloc(sizeof(struct connectbundle)); in bundle_create()55 if(!*cb_ptr) in bundle_create()58 (*cb_ptr)->num_connections = 0; in bundle_create()59 (*cb_ptr)->multiuse = BUNDLE_UNKNOWN; in bundle_create()61 (*cb_ptr)->conn_list = Curl_llist_alloc((curl_llist_dtor) conn_llist_dtor); in bundle_create()62 if(!(*cb_ptr)->conn_list) { in bundle_create()63 Curl_safefree(*cb_ptr); in bundle_create()69 static void bundle_destroy(struct connectbundle *cb_ptr) in bundle_destroy() argument[all …]
414 struct connectbundle *cb_ptr;417 cb_ptr = conn->bundle;419 if(cb_ptr) {420 curr = cb_ptr->conn_list->head;