HomeSort by relevance Sort by last modified time
    Searched refs:connectbundle (Results 1 - 5 of 5) sorted by null

  /external/curl/lib/
conncache.c 50 struct connectbundle **cb_ptr)
54 *cb_ptr = malloc(sizeof(struct connectbundle));
69 static void bundle_destroy(struct connectbundle *cb_ptr)
82 static CURLcode bundle_add_conn(struct connectbundle *cb_ptr,
95 static int bundle_remove_conn(struct connectbundle *cb_ptr,
115 struct connectbundle *b = (struct connectbundle *) freethis;
142 struct connectbundle *Curl_conncache_find_bundle(struct connectdata *conn,
145 struct connectbundle *bundle = NULL;
159 struct connectbundle *bundle
    [all...]
conncache.h 38 struct connectbundle { struct
49 struct connectbundle *Curl_conncache_find_bundle(struct connectdata *conn,
pipeline.c 414 struct connectbundle *cb_ptr;
url.c 142 struct connectbundle *bundle);
    [all...]
urldata.h     [all...]

Completed in 2056 milliseconds