Searched defs:cookie (Results 76 - 100 of 175) sorted by relevance

1234567

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dhttp_server.c41 static void http_request_cb(struct httpread *handle, void *cookie, argument
44 struct http_request *req = cookie;
H A Dhttpread.c53 void (*cb)(struct httpread *handle, void *cookie,
55 void *cookie; /* pass to callback */ member in struct:httpread
149 (*h->cb)(h, h->cookie, HTTPREAD_EVENT_TIMEOUT);
687 (*h->cb)(h, h->cookie, HTTPREAD_EVENT_ERROR);
712 (*h->cb)(h, h->cookie, HTTPREAD_EVENT_FILE_READY);
731 void (*cb)(struct httpread *handle, void *cookie,
733 void *cookie, /* pass to callback */
745 h->cookie = cookie;
729 httpread_create( int sd, void (*cb)(struct httpread *handle, void *cookie, enum httpread_event e), void *cookie, int max_bytes, int timeout_seconds ) argument
/external/wpa_supplicant_8/src/wps/
H A Dhttp_client.c44 static void http_client_got_response(struct httpread *handle, void *cookie, argument
47 struct http_client *c = cookie;
49 wpa_printf(MSG_DEBUG, "HTTP: httpread callback: handle=%p cookie=%p "
50 "e=%d", handle, cookie, e);
H A Dhttp_server.c41 static void http_request_cb(struct httpread *handle, void *cookie, argument
44 struct http_request *req = cookie;
H A Dhttpread.c53 void (*cb)(struct httpread *handle, void *cookie,
55 void *cookie; /* pass to callback */ member in struct:httpread
149 (*h->cb)(h, h->cookie, HTTPREAD_EVENT_TIMEOUT);
687 (*h->cb)(h, h->cookie, HTTPREAD_EVENT_ERROR);
712 (*h->cb)(h, h->cookie, HTTPREAD_EVENT_FILE_READY);
731 void (*cb)(struct httpread *handle, void *cookie,
733 void *cookie, /* pass to callback */
745 h->cookie = cookie;
729 httpread_create( int sd, void (*cb)(struct httpread *handle, void *cookie, enum httpread_event e), void *cookie, int max_bytes, int timeout_seconds ) argument
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface_udp.c48 u8 cookie[COOKIE_LEN]; member in struct:ctrl_iface_priv
54 u8 cookie[COOKIE_LEN]; member in struct:ctrl_iface_global_priv
210 priv->cookie, COOKIE_LEN);
236 u8 cookie[COOKIE_LEN]; local
276 * Require that the client includes a prefix with the 'cookie' value
283 wpa_printf(MSG_DEBUG, "CTLR: No cookie in the request - "
288 if (hexstr2bin(buf + 7, cookie, COOKIE_LEN) < 0) {
289 wpa_printf(MSG_DEBUG, "CTLR: Invalid cookie format in the "
294 if (os_memcmp(cookie, priv->cookie, COOKIE_LE
613 u8 cookie[COOKIE_LEN]; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dhttp_client.c44 static void http_client_got_response(struct httpread *handle, void *cookie, argument
47 struct http_client *c = cookie;
49 wpa_printf(MSG_DEBUG, "HTTP: httpread callback: handle=%p cookie=%p "
50 "e=%d", handle, cookie, e);
H A Dhttp_server.c41 static void http_request_cb(struct httpread *handle, void *cookie, argument
44 struct http_request *req = cookie;
H A Dhttpread.c53 void (*cb)(struct httpread *handle, void *cookie,
55 void *cookie; /* pass to callback */ member in struct:httpread
149 (*h->cb)(h, h->cookie, HTTPREAD_EVENT_TIMEOUT);
687 (*h->cb)(h, h->cookie, HTTPREAD_EVENT_ERROR);
712 (*h->cb)(h, h->cookie, HTTPREAD_EVENT_FILE_READY);
731 void (*cb)(struct httpread *handle, void *cookie,
733 void *cookie, /* pass to callback */
745 h->cookie = cookie;
729 httpread_create( int sd, void (*cb)(struct httpread *handle, void *cookie, enum httpread_event e), void *cookie, int max_bytes, int timeout_seconds ) argument
/external/dnsmasq/contrib/wrt/
H A Ddhcp_release.c72 u32 cookie; member in struct:dhcp_packet
298 packet.cookie = htonl(DHCP_COOKIE);
/external/jetty/src/java/org/eclipse/jetty/client/
H A DHttpDestination.java161 public void addCookie(HttpCookie cookie) argument
167 _cookies.add(cookie);
530 for (HttpCookie cookie : _cookies)
536 buf.append(cookie.getName()); // TODO quotes
538 buf.append(cookie.getValue()); // TODO quotes
/external/libmicrohttpd/doc/examples/
H A Dsessions.c85 * Name of our cookie.
172 const char *cookie; local
174 cookie = MHD_lookup_connection_value (connection,
177 if (cookie != NULL)
183 if (0 == strcmp (cookie, ret->sid))
260 * Add header to response to set a session cookie.
281 "Failed to set session cookie header!\n");
/external/libmicrohttpd/src/examples/
H A Dpost_example.c63 * Name of our cookie.
150 const char *cookie; local
152 cookie = MHD_lookup_connection_value (connection,
155 if (cookie != NULL)
161 if (0 == strcmp (cookie, ret->sid))
238 * Add header to response to set a session cookie.
259 "Failed to set session cookie header!\n");
/external/libunwind/src/ia64/
H A DGtables.c142 unw_word_t hdr_addr, info_addr, hdr, directives, pers, cookie, off; local
212 || ((ret = read_mem (as, info_addr + 0x10, &cookie, arg)) < 0)
217 || (!as->big_endian && cookie != 0x7473696c2d6e7964ULL)
218 || ( as->big_endian && cookie != 0x64796e2d6c697374ULL))
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_winsys_dri.c189 xcb_dri2_get_buffers_cookie_t cookie; local
190 cookie = xcb_dri2_get_buffers_unchecked(scrn->conn, drawable, 1, 1, attachments);
191 reply = xcb_dri2_get_buffers_reply(scrn->conn, cookie, NULL);
260 xcb_dri2_get_msc_cookie_t cookie; local
267 cookie = xcb_dri2_get_msc_unchecked(scrn->conn, drawable);
268 reply = xcb_dri2_get_msc_reply(scrn->conn, cookie, NULL);
/external/mtpd/
H A Dpptp.c93 uint32_t cookie; member in struct:packet::__anon14376::__anon14377::__anon14378
141 outgoing.header.cookie = MAGIC_COOKIE;
187 /* If incoming.header is valid, check cookie and update incoming.expect. */
189 if (incoming.header.cookie != MAGIC_COOKIE) {
/external/opencv3/modules/viz/src/
H A Dviz3d.cpp106 void cv::viz::Viz3d::registerKeyboardCallback(KeyboardCallback callback, void* cookie) argument
107 { impl_->registerKeyboardCallback(callback, cookie); }
109 void cv::viz::Viz3d::registerMouseCallback(MouseCallback callback, void* cookie) argument
110 { impl_->registerMouseCallback(callback, cookie); }
/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_ctrl.c61 char *cookie; member in struct:wpa_ctrl
433 ctrl->cookie = os_strdup(buf);
458 os_free(ctrl->cookie);
481 if (ctrl->cookie) {
483 _cmd_len = os_strlen(ctrl->cookie) + 1 + cmd_len;
489 os_strlcpy(pos, ctrl->cookie, _cmd_len);
490 pos += os_strlen(ctrl->cookie);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211_scan.c891 u64 *cookie = arg; local
904 *cookie = nla_get_u64(
927 u64 cookie = 0; local
1048 ret = send_and_recv_msgs(drv, msg, scan_cookie_handler, &cookie);
1057 drv->vendor_scan_cookie = cookie;
1061 "nl80211: Vendor scan requested (ret=%d) - scan timeout 30 seconds, scan cookie:0x%llx",
1062 ret, (long long unsigned int) cookie);
/external/wpa_supplicant_8/src/common/
H A Dwpa_ctrl.c61 char *cookie; member in struct:wpa_ctrl
433 ctrl->cookie = os_strdup(buf);
458 os_free(ctrl->cookie);
481 if (ctrl->cookie) {
483 _cmd_len = os_strlen(ctrl->cookie) + 1 + cmd_len;
489 os_strlcpy(pos, ctrl->cookie, _cmd_len);
490 pos += os_strlen(ctrl->cookie);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211_scan.c891 u64 *cookie = arg; local
904 *cookie = nla_get_u64(
927 u64 cookie = 0; local
1048 ret = send_and_recv_msgs(drv, msg, scan_cookie_handler, &cookie);
1057 drv->vendor_scan_cookie = cookie;
1061 "nl80211: Vendor scan requested (ret=%d) - scan timeout 30 seconds, scan cookie:0x%llx",
1062 ret, (long long unsigned int) cookie);
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_ctrl.c61 char *cookie; member in struct:wpa_ctrl
433 ctrl->cookie = os_strdup(buf);
458 os_free(ctrl->cookie);
481 if (ctrl->cookie) {
483 _cmd_len = os_strlen(ctrl->cookie) + 1 + cmd_len;
489 os_strlcpy(pos, ctrl->cookie, _cmd_len);
490 pos += os_strlen(ctrl->cookie);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211_scan.c891 u64 *cookie = arg; local
904 *cookie = nla_get_u64(
927 u64 cookie = 0; local
1048 ret = send_and_recv_msgs(drv, msg, scan_cookie_handler, &cookie);
1057 drv->vendor_scan_cookie = cookie;
1061 "nl80211: Vendor scan requested (ret=%d) - scan timeout 30 seconds, scan cookie:0x%llx",
1062 ret, (long long unsigned int) cookie);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jar ... httpclient/ org/apache/commons/httpclient/auth/ org/apache/commons/httpclient/cookie/ org/apache/commons/httpclient/methods/ org/apache/commons/httpclient/methods ...
/external/iproute2/ip/
H A Dipl2tp.c51 uint8_t cookie[8]; member in struct:l2tp_parm
163 p->cookie, p->cookie_len);
188 static void print_cookie(char *name, const uint8_t *cookie, int len) argument
191 cookie[0], cookie[1],
192 cookie[2], cookie[3]);
195 cookie[4], cookie[5],
196 cookie[
[all...]

Completed in 694 milliseconds

1234567