Searched refs:cookie2 (Results 1 – 6 of 6) sorted by relevance
58 SetCookie2 cookie2 = (SetCookie2) cookie; in parse() local59 cookie2.setCommentURL(commenturl); in parse()
58 SetCookie2 cookie2 = (SetCookie2) cookie; in parse() local59 cookie2.setDiscard(true); in parse()
116 SetCookie2 cookie2 = (SetCookie2) cookie; in parse() local119 cookie2.setPorts(ports); in parse()
2537 xcb_intern_atom_cookie_t cookie2 = in create_xcb_window() local2539 atom_wm_delete_window = xcb_intern_atom_reply(connection, cookie2, 0); in create_xcb_window()
2453 xcb_intern_atom_cookie_t cookie2 = in demo_create_xcb_window() local2456 xcb_intern_atom_reply(demo->connection, cookie2, 0); in demo_create_xcb_window()
14941 xcb_intern_atom_cookie_t cookie2 = xcb_intern_atom(connection, 0, 16, "WM_DELETE_WINDOW"); in TEST_F() local14942 atom_wm_delete_window = xcb_intern_atom_reply(connection, cookie2, 0); in TEST_F()