Searched defs:cpool_bundle (Results 1 – 1 of 1) sorted by relevance
76 struct cpool_bundle { struct77 struct Curl_llist conns; /* connections in the bundle */78 size_t dest_len; /* total length of destination, including NUL */79 char *dest[1]; /* destination of bundle, allocated to keep dest_len bytes */
Completed in 11 milliseconds