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

  /external/curl/lib/
conncache.c 48 struct connectbundle **cb_ptr)
52 *cb_ptr = malloc(sizeof(struct connectbundle));
67 static void bundle_destroy(struct connectbundle *cb_ptr)
80 static CURLcode bundle_add_conn(struct connectbundle *cb_ptr,
93 static int bundle_remove_conn(struct connectbundle *cb_ptr,
113 struct connectbundle *b = (struct connectbundle *) freethis;
149 struct connectbundle *Curl_conncache_find_bundle(struct connectdata *conn,
152 struct connectbundle *bundle = NULL;
166 struct connectbundle *bundle
    [all...]
conncache.h 38 struct connectbundle { struct
49 struct connectbundle *Curl_conncache_find_bundle(struct connectdata *conn,
pipeline.c 420 struct connectbundle *cb_ptr;
urldata.h     [all...]
url.c 130 struct connectbundle *bundle);
    [all...]

Completed in 245 milliseconds