Home
last modified time | relevance | path

Searched refs:strCookieMaxAge (Results 1 – 6 of 6) sorted by relevance

/dports/benchmarks/bombardier/bombardier-1.2.5/vendor/github.com/valyala/fasthttp/
H A Dstrings.go61 strCookieMaxAge = []byte("max-age") var
H A Dcookie.go253 dst = append(dst, strCookieMaxAge...)
344 if caseInsensitiveCompare(strCookieMaxAge, kv.key) {
/dports/www/filtron/filtron-93f8b22/vendor/github.com/valyala/fasthttp/
H A Dstrings.go61 strCookieMaxAge = []byte("max-age") var
H A Dcookie.go253 dst = append(dst, strCookieMaxAge...)
344 if caseInsensitiveCompare(strCookieMaxAge, kv.key) {
/dports/www/morty/morty-0.2.0-12-gfe94d9a/vendor/github.com/valyala/fasthttp/
H A Dstrings.go61 strCookieMaxAge = []byte("max-age") var
H A Dcookie.go253 dst = append(dst, strCookieMaxAge...)
344 if caseInsensitiveCompare(strCookieMaxAge, kv.key) {