Searched refs:bundlep (Results 1 – 1 of 1) sorted by relevance
52 static CURLcode bundle_create(struct connectbundle **bundlep) in bundle_create() argument54 DEBUGASSERT(*bundlep == NULL); in bundle_create()55 *bundlep = malloc(sizeof(struct connectbundle)); in bundle_create()56 if(!*bundlep) in bundle_create()59 (*bundlep)->num_connections = 0; in bundle_create()60 (*bundlep)->multiuse = BUNDLE_UNKNOWN; in bundle_create()62 Curl_llist_init(&(*bundlep)->conn_list, (Curl_llist_dtor) conn_llist_dtor); in bundle_create()