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

  /external/curl/lib/
conncache.c 49 struct connectbundle **cb_ptr)
53 *cb_ptr = malloc(sizeof(struct connectbundle));
68 static void bundle_destroy(struct connectbundle *cb_ptr)
81 static CURLcode bundle_add_conn(struct connectbundle *cb_ptr,
94 static int bundle_remove_conn(struct connectbundle *cb_ptr,
114 struct connectbundle *b = (struct connectbundle *) freethis;
148 struct connectbundle *Curl_conncache_find_bundle(struct connectdata *conn,
151 struct connectbundle *bundle = NULL;
165 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 141 struct connectbundle *bundle);
    [all...]

Completed in 122 milliseconds