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

  /external/curl/lib/
cookie.h 45 bool httponly; /* true if the httponly directive is present */ member in struct:Cookie
cookie.c 468 'secure' and 'httponly' specified this weirdly */
472 else if(strcasecompare("httponly", name))
473 co->httponly = TRUE;
665 marked with httpOnly after the domain name are not accessible
673 co->httponly = TRUE;
1079 dup->httponly = src->httponly;
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/cookiejar/
jar_test.go 594 "c=3; httponly",
595 "d=4; secure; httponly"},
608 "c=y; httponly",
609 "d=z; secure; httponly"},
621 "d=zz; httponly"},
  /prebuilts/go/linux-x86/src/net/http/cookiejar/
jar_test.go 594 "c=3; httponly",
595 "d=4; secure; httponly"},
608 "c=y; httponly",
609 "d=z; secure; httponly"},
621 "d=zz; httponly"},
  /prebuilts/go/darwin-x86/src/net/http/
cookie.go 34 HttpOnly bool
90 case "httponly":
91 c.HttpOnly = true
185 if c.HttpOnly {
186 b.WriteString("; HttpOnly")
  /prebuilts/go/linux-x86/src/net/http/
cookie.go 34 HttpOnly bool
90 case "httponly":
91 c.HttpOnly = true
185 if c.HttpOnly {
186 b.WriteString("; HttpOnly")

Completed in 242 milliseconds