Searched refs:conncache (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dconncache.h25 struct conncache { struct
30 struct conncache *Curl_conncache_init(int size);
32 void Curl_conncache_destroy(struct conncache *connc);
34 struct connectbundle *Curl_conncache_find_bundle(struct conncache *connc,
37 CURLcode Curl_conncache_add_conn(struct conncache *connc,
40 void Curl_conncache_remove_conn(struct conncache *connc,
43 void Curl_conncache_foreach(struct conncache *connc,
49 Curl_conncache_find_first_connection(struct conncache *connc);
51 void Curl_conncache_print(struct conncache *connc);
H A Dconncache.c35 #include "conncache.h"
48 struct conncache *Curl_conncache_init(int size)
50 struct conncache *connc;
52 connc = calloc(1, sizeof(struct conncache));
67 void Curl_conncache_destroy(struct conncache *connc)
76 struct connectbundle *Curl_conncache_find_bundle(struct conncache *connc,
87 static bool conncache_add_bundle(struct conncache *connc,
98 static void conncache_remove_bundle(struct conncache *connc,
122 CURLcode Curl_conncache_add_conn(struct conncache *connc,
157 void Curl_conncache_remove_conn(struct conncache *conn
[all...]
H A Dmultihandle.h98 struct conncache *conn_cache;
H A DMakefile.inc46 hostcheck.c bundles.c conncache.c pipeline.c dotdot.c x509asn1.c \
64 conncache.h curl_setup_once.h multihandle.h setup-vms.h pipeline.h \
H A DMakefile.in223 libcurl_la-bundles.lo libcurl_la-conncache.lo \
290 libcurlu_la-conncache.lo libcurlu_la-pipeline.lo \
665 hostcheck.c bundles.c conncache.c pipeline.c dotdot.c x509asn1.c \
683 conncache.h curl_setup_once.h multihandle.h setup-vms.h pipeline.h \
863 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-conncache.Plo@am__quote@
963 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-conncache.Plo@am__quote@
1772 libcurl_la-conncache.lo: conncache.c
1773 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-conncache.lo -MD -MP -MF $(DEPDIR)/libcurl_la-conncache
[all...]
H A DMakefile.vc10528 $(DIROBJ)\conncache.obj \
H A DMakefile.vc6528 $(DIROBJ)\conncache.obj \
H A DMakefile.vc8528 $(DIROBJ)\conncache.obj \
H A DMakefile.vc9528 $(DIROBJ)\conncache.obj \
H A Durldata.h1191 struct conncache *conn_cache;
H A Durl.c124 #include "conncache.h"
2802 struct conncache *bc = data->state.conn_cache;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/
H A DMakefile.in536 hostcheck.c bundles.c conncache.c pipeline.c dotdot.c x509asn1.c \
554 conncache.h curl_setup_once.h multihandle.h setup-vms.h pipeline.h \

Completed in 202 milliseconds