/dports/net/freeradius3/freeradius-server-3.0.25/src/modules/rlm_couchbase/ |
H A D | couchbase.c | 84 cookie_t *c = (cookie_t *) cu.data; /* set our cookie struct using non-const member */ in couchbase_get_callback() 142 cookie_t *c = (cookie_t *) cu.data; /* set our cookie struct using non-const member */ in couchbase_http_data_callback() 320 cookie_t *c = (cookie_t *) cu.data; /* set our cookie struct using non-const member */ in couchbase_get_key() 334 memset(c, 0, sizeof(cookie_t)); in couchbase_get_key() 372 cookie_t *c = (cookie_t *) cu.data; /* set our cookie struct using non-const member */ in couchbase_query_view() 390 memset(c, 0, sizeof(cookie_t)); in couchbase_query_view()
|
H A D | couchbase.h | 47 typedef struct cookie_t { struct 51 } cookie_t; argument
|
H A D | mod.c | 67 cookie_t *cookie = NULL; /* couchbase cookie */ in mod_conn_create() 89 cookie = talloc_zero(chandle, cookie_t); in mod_conn_create() 565 cookie_t *cookie = handle->cookie; in mod_load_client_documents()
|
H A D | rlm_couchbase.c | 213 cookie_t *cookie = handle->cookie; in mod_authorize() 313 cookie_t *cookie = handle->cookie; in mod_accounting() 509 cookie_t *cookie = handle->cookie; in mod_checksimul()
|
/dports/converters/wkhtmltopdf/qt-5db36ec/src/plugins/platforms/xcb/ |
H A D | qxcbconnection.h | 303 template <typename cookie_t> 304 …friend cookie_t q_xcb_call_template(const cookie_t &cookie, QXcbConnection *connection, const char… 311 template <typename cookie_t> 312 cookie_t q_xcb_call_template(const cookie_t &cookie, QXcbConnection *connection, const char *file, … in q_xcb_call_template()
|
/dports/net-mgmt/argus3-clients/argus-clients-3.0.8.3/examples/radump/ |
H A D | isakmp.h | 38 typedef u_char cookie_t[8]; typedef 42 cookie_t i_ck; 43 cookie_t r_ck; 101 cookie_t i_ck; /* Initiator Cookie */ 102 cookie_t r_ck; /* Responder Cookie */
|
H A D | print-isakmp.c | 97 cookie_t initiator; 163 cookie_find(cookie_t *in) in cookie_find()
|
/dports/games/devilutionX/devilutionX-1.2.1/SourceX/dvlnet/ |
H A D | packet.h | 30 typedef uint32_t cookie_t; typedef 68 cookie_t m_cookie; 90 cookie_t cookie(); 205 cookie_t c, buffer_t i) 218 inline void packet_out::create<PT_JOIN_ACCEPT>(plr_t s, plr_t d, cookie_t c,
|
H A D | base.h | 69 cookie_t cookie_self = 0;
|
H A D | tcp_client.cpp | 48 sizeof(cookie_t)); in join()
|
H A D | packet.cpp | 107 cookie_t packet::cookie() in cookie()
|
H A D | udp_p2p.cpp | 51 sizeof(cookie_t)); in join()
|
/dports/graphics/drawpile/Drawpile-2.1.20/src/desktop/bundled/kis_tablet/ |
H A D | qxcbconnection_xi2.h | 443 template <typename cookie_t> 444 cookie_t q_xcb_call_template(const cookie_t &cookie, QXcbConnection *connection, const char *file, … in q_xcb_call_template()
|
/dports/security/dirmngr/dirmngr-1.1.0/src/ |
H A D | http.c | 170 typedef struct cookie_s *cookie_t; typedef 389 cookie_t cookie; in http_wait_response() 808 cookie_t cookie; in send_request() 1197 cookie_t cookie = hd->read_cookie; in parse_response() 1571 cookie_t c = cookie; in cookie_read() 1632 cookie_t c = cookie; in cookie_write() 1681 cookie_t c = cookie; in cookie_close()
|
/dports/net-im/centerim/centerim-4.22.10/libyahoo2/ |
H A D | yahoo2_types.h | 279 char *cookie_t; member
|
H A D | libyahoo2.c | 486 FREE(yd->cookie_t); in yahoo_free_data() 1559 FREE(yd->cookie_t); in yahoo_process_list() 1560 yd->cookie_t = getcookie(pair->value); in yahoo_process_list() 1578 if (yd->cookie_y && yd->cookie_t) /* We don't get cookie_c anymore */ in yahoo_process_list() 1846 yahoo_packet_hash(packet, 278, yd->cookie_t); in yahoo_send_auth() 3489 yid->yd->cookie_t = strdup(cookie); in yahoo_process_auth_connection() 3890 snprintf(buff, sizeof(buff), "Y=%s; T=%s", yd->cookie_y, yd->cookie_t); in yahoo_get_yab() 3963 snprintf(buff, sizeof(buff), "Y=%s; T=%s", yd->cookie_y, yd->cookie_t); in yahoo_set_yab() 4424 snprintf(buff, sizeof(buff), "Y=%s; T=%s", yd->cookie_y, yd->cookie_t); in yahoo_get_chatrooms() 5405 yd->cookie_t); in yahoo_process_ft_connection() [all …]
|
/dports/security/gnupg/gnupg-2.3.3/dirmngr/ |
H A D | http.c | 212 typedef struct cookie_s *cookie_t; typedef 996 cookie_t cookie; in http_raw_connect() 1122 cookie_t cookie; in http_wait_response() 1927 cookie_t cookie; in send_request() 2273 cookie_t cookie; in send_request() 2529 cookie_t cookie = hd->read_cookie; in parse_response() 3190 cookie_t c = cookie; in cookie_read() 3266 cookie_t c = cookie; in cookie_write() 3385 cookie_t c = cookie; in cookie_close()
|
/dports/net/tcpdump/tcpdump-4.99.1/ |
H A D | print-isakmp.c | 60 typedef nd_byte cookie_t[8]; typedef 82 cookie_t i_ck; /* Initiator Cookie */ 83 cookie_t r_ck; /* Responder Cookie */ 644 cookie_t initiator; 757 cookie_find(const cookie_t *in) in cookie_find() 771 cookie_record(netdissect_options *ndo, const cookie_t *in, const u_char *bp2) in cookie_record()
|