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