Home
last modified time | relevance | path

Searched refs:altsvc (Results 1 – 20 of 20) sorted by relevance

/external/curl/lib/
Daltsvc.c88 static void altsvc_free(struct altsvc *as) in altsvc_free()
95 static struct altsvc *altsvc_createid(const char *srchost, in altsvc_createid()
102 struct altsvc *as = calloc(sizeof(struct altsvc), 1); in altsvc_createid()
124 static struct altsvc *altsvc_create(char *srchost, in altsvc_create()
164 struct altsvc *as; in altsvc_add()
231 static CURLcode altsvc_out(struct altsvc *as, FILE *fp) in altsvc_out()
310 struct altsvcinfo *altsvc = *altsvcp; in Curl_altsvc_cleanup() local
311 for(e = altsvc->list.head; e; e = n) { in Curl_altsvc_cleanup()
312 struct altsvc *as = e->ptr; in Curl_altsvc_cleanup()
316 free(altsvc->filename); in Curl_altsvc_cleanup()
[all …]
Daltsvc.h43 struct altsvc { struct
64 void Curl_altsvc_cleanup(struct altsvcinfo **altsvc); argument
66 struct altsvcinfo *altsvc, const char *value,
72 struct altsvc **dstentry,
DMakefile.inc47 LIB_CFILES = altsvc.c amigaos.c asyn-ares.c asyn-thread.c base64.c \
66 LIB_HFILES = altsvc.h amigaos.h arpa_telnet.h asyn.h conncache.h connect.h \
Durl.c3111 struct altsvc *as;
/external/curl/tests/data/
Dtest35946 --http2 --alt-svc "log/altsvc-359" "http://%HOSTIP:%HTTPSPORT/359" "http://%HOSTIP:%HTTPSPORT/359"
48 <file name="log/altsvc-359">
88 <file name="log/altsvc-359" mode="text">
Dtest35846 --http2 --alt-svc "log/altsvc-358" "http://%HOSTIP:%HTTPPORT/358" "http://%HOSTIP:%HTTPPORT/358"
48 <file name="log/altsvc-358">
88 <file name="log/altsvc-358" mode="text">
Dtest35643 http://%HOSTIP:%HTTPPORT/356 --alt-svc "log/altsvc-356"
62 <file name="log/altsvc-356" mode="text">
Dtest35539 <file name="log/altsvc-355">
Dtest16546 altsvc
Dtest190875 <file name="log/altsvc-1908" mode="text">
/external/curl/docs/examples/
DMakefile.inc38 urlapi imap-authzid pop3-authzid smtp-authzid http3 altsvc \
/external/curl/src/
Dtool_cfgable.h60 char *altsvc; /* alt-svc cache file name */ member
Dtool_cfgable.c56 Curl_safefree(config->altsvc); in free_config_fields()
Dtool_operate.c2068 if(config->altsvc) in single_transfer()
2069 my_setopt_str(curl, CURLOPT_ALTSVC, config->altsvc); in single_transfer()
Dtool_getparam.c1290 GetStr(&config->altsvc, nextarg); in getparameter()
/external/curl/docs/
DHTTP3.md140 curl --alt-svc altsvc.cache https://quic.aiortc.org/
/external/tensorflow/third_party/
Dcurl.BUILD250 "lib/altsvc.h",
251 "lib/altsvc.c",
/external/curl/
DRELEASE-NOTES23 o altsvc: clone setting in curl_easy_duphandle [60]
DCHANGES940 - altsvc: clone setting in curl_easy_duphandle
3203 - altsvc: bump to h3-29
3310 - altsvc: remove the num field from the altsvc struct
3594 - altsvc: fix 'dsthost' may be used uninitialized in this function
3984 - altsvc: fix parser for lines ending with CRLF
5762 - url: allow non-HTTPS altsvc-matching for debug builds
7366 - altsvc: both h3 backends now speak h3-27
/external/curl/projects/Windows/VC6/lib/
Dlibcurl.dsp733 SOURCE=..\..\..\..\lib\altsvc.c
1329 SOURCE=..\..\..\..\lib\altsvc.h