Home
last modified time | relevance | path

Searched refs:bundlep (Results 1 – 1 of 1) sorted by relevance

/curl/lib/
H A Dconncache.c48 static CURLcode bundle_create(struct connectbundle **bundlep) in bundle_create() argument
50 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()

Completed in 5 milliseconds