Searched refs:cb_ptr (Results 1 – 2 of 2) sorted by relevance
49 struct connectbundle **cb_ptr) in bundle_create() argument52 DEBUGASSERT(*cb_ptr == NULL); in bundle_create()53 *cb_ptr = malloc(sizeof(struct connectbundle)); in bundle_create()54 if(!*cb_ptr) in bundle_create()57 (*cb_ptr)->num_connections = 0; in bundle_create()58 (*cb_ptr)->multiuse = BUNDLE_UNKNOWN; in bundle_create()60 (*cb_ptr)->conn_list = Curl_llist_alloc((curl_llist_dtor) conn_llist_dtor); in bundle_create()61 if(!(*cb_ptr)->conn_list) { in bundle_create()62 Curl_safefree(*cb_ptr); in bundle_create()68 static void bundle_destroy(struct connectbundle *cb_ptr) in bundle_destroy() argument[all …]
420 struct connectbundle *cb_ptr;423 cb_ptr = conn->bundle;425 if(cb_ptr) {426 curr = cb_ptr->conn_list->head;