Home
last modified time | relevance | path

Searched refs:pragma_header (Results 1 – 12 of 12) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/network/
H A Dhttp_parsers.h108 const AtomicString& pragma_header);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/network/
H A Dhttp_parsers.h110 const AtomicString& pragma_header);
/dports/www/htdigest/httpd-2.4.6/modules/cache/
H A Dcache_util.c961 const char *cc_header, const char *pragma_header, apr_table_t *headers) in ap_cache_control() argument
975 if (pragma_header) { in ap_cache_control()
976 char *header = apr_pstrdup(r->pool, pragma_header); in ap_cache_control()
1113 return (cc_header != NULL || pragma_header != NULL); in ap_cache_control()
H A Dmod_cache.h165 const char *pragma_header, apr_table_t *headers);
/dports/www/apache24/httpd-2.4.53/modules/cache/
H A Dcache_util.c1003 const char *cc_header, const char *pragma_header, apr_table_t *headers) in ap_cache_control() argument
1017 if (pragma_header) { in ap_cache_control()
1018 char *header = apr_pstrdup(r->pool, pragma_header); in ap_cache_control()
1132 return (cc_header != NULL || pragma_header != NULL); in ap_cache_control()
H A Dmod_cache.h165 const char *pragma_header, apr_table_t *headers);
/dports/devel/git-svn/git-2.34.1/
H A Dhttp.c127 static struct curl_slist *pragma_header; variable
1046 pragma_header = curl_slist_append(http_copy_default_headers(), in http_init()
1128 curl_slist_free_all(pragma_header); in http_cleanup()
1129 pragma_header = NULL; in http_cleanup()
1213 curl_easy_setopt(slot->curl, CURLOPT_HTTPHEADER, pragma_header); in get_active_slot()
/dports/devel/git-gui/git-2.34.1/
H A Dhttp.c127 static struct curl_slist *pragma_header; variable
1046 pragma_header = curl_slist_append(http_copy_default_headers(), in http_init()
1128 curl_slist_free_all(pragma_header); in http_cleanup()
1129 pragma_header = NULL; in http_cleanup()
1213 curl_easy_setopt(slot->curl, CURLOPT_HTTPHEADER, pragma_header); in get_active_slot()
/dports/devel/git-p4/git-2.34.1/
H A Dhttp.c127 static struct curl_slist *pragma_header; variable
1046 pragma_header = curl_slist_append(http_copy_default_headers(), in http_init()
1128 curl_slist_free_all(pragma_header); in http_cleanup()
1129 pragma_header = NULL; in http_cleanup()
1213 curl_easy_setopt(slot->curl, CURLOPT_HTTPHEADER, pragma_header); in get_active_slot()
/dports/devel/git/git-2.34.1/
H A Dhttp.c127 static struct curl_slist *pragma_header; variable
1046 pragma_header = curl_slist_append(http_copy_default_headers(), in http_init()
1128 curl_slist_free_all(pragma_header); in http_cleanup()
1129 pragma_header = NULL; in http_cleanup()
1213 curl_easy_setopt(slot->curl, CURLOPT_HTTPHEADER, pragma_header); in get_active_slot()
/dports/devel/git-cvs/git-2.34.1/
H A Dhttp.c127 static struct curl_slist *pragma_header; variable
1046 pragma_header = curl_slist_append(http_copy_default_headers(), in http_init()
1128 curl_slist_free_all(pragma_header); in http_cleanup()
1129 pragma_header = NULL; in http_cleanup()
1213 curl_easy_setopt(slot->curl, CURLOPT_HTTPHEADER, pragma_header); in get_active_slot()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dhttp.c151 static struct curl_slist *pragma_header; variable
1116 pragma_header = curl_slist_append(http_copy_default_headers(), in http_init()
1205 curl_slist_free_all(pragma_header); in http_cleanup()
1206 pragma_header = NULL; in http_cleanup()
1290 curl_easy_setopt(slot->curl, CURLOPT_HTTPHEADER, pragma_header); in get_active_slot()