Home
last modified time | relevance | path

Searched refs:cookie2 (Results 1 – 5 of 5) sorted by relevance

/external/apache-http/src/org/apache/http/impl/cookie/
DRFC2965DiscardAttributeHandler.java58 SetCookie2 cookie2 = (SetCookie2) cookie; in parse() local
59 cookie2.setDiscard(true); in parse()
DRFC2965CommentUrlAttributeHandler.java58 SetCookie2 cookie2 = (SetCookie2) cookie; in parse() local
59 cookie2.setCommentURL(commenturl); in parse()
DRFC2965PortAttributeHandler.java116 SetCookie2 cookie2 = (SetCookie2) cookie; in parse() local
119 cookie2.setPorts(ports); in parse()
/external/libkmsxx/kmscube/
Dcube-x11.cpp139 …xcb_intern_atom_cookie_t cookie2 = xcb_intern_atom(c, 0, strlen(net_wm_state_fullscreen), net_wm_s… in main_x11() local
140 xcb_intern_atom_reply_t* reply2 = xcb_intern_atom_reply(c, cookie2, 0); in main_x11()
/external/nos/host/generic/citadel/updater/
Dupdater.cpp530 uint32_t cookie2; member
549 v->cookie2 == CROS_EC_VERSION_COOKIE2 && in show_rw_string()