Searched defs:body (Results 1 - 25 of 298) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_ft.c1152 * FT Request action frame body[variable]
1190 wpa_hexdump(MSG_MSGDUMP, "FT: Action frame body", ies, ies_len);
1224 const u8 *body, size_t len)
1239 wpa_hexdump(MSG_MSGDUMP, "FT: RRB Request Frame body", body, len);
1244 res = wpa_ft_process_auth_req(sm, body, len, &resp_ies,
1278 * Status_Code[2] FT Request action frame body[variable]
1633 "room for Action Frame body); alen=%lu",
1222 wpa_ft_rrb_rx_request(struct wpa_authenticator *wpa_auth, const u8 *current_ap, const u8 *sta_addr, const u8 *body, size_t len) argument
/external/wpa_supplicant_8/hostapd/src/pae/
H A Dieee802_1x_kay.c86 static void set_mka_param_body_len(void *body, unsigned int len) argument
88 struct ieee802_1x_mka_hdr *hdr = body;
94 static unsigned int get_mka_param_body_len(const void *body) argument
96 const struct ieee802_1x_mka_hdr *hdr = body;
101 static int get_mka_param_body_type(const void *body) argument
103 const struct ieee802_1x_mka_hdr *hdr = body;
112 ieee802_1x_mka_dump_basic_body(struct ieee802_1x_mka_basic_body *body) argument
116 if (!body)
119 body_len = get_mka_param_body_len(body);
121 wpa_printf(MSG_DEBUG, "\tVersion.......: %d", body
146 ieee802_1x_mka_dump_peer_body(struct ieee802_1x_mka_peer_body *body) argument
178 ieee802_1x_mka_dump_dist_sak_body(struct ieee802_1x_mka_dist_sak_body *body) argument
210 ieee802_1x_mka_dump_sak_use_body(struct ieee802_1x_mka_sak_use_body *body) argument
666 struct ieee802_1x_mka_basic_body *body; local
709 const struct ieee802_1x_mka_basic_body *body; local
821 struct ieee802_1x_mka_peer_body *body; local
882 struct ieee802_1x_mka_peer_body *body; local
1143 struct ieee802_1x_mka_sak_use_body *body; local
1236 struct ieee802_1x_mka_sak_use_body *body; local
1428 struct ieee802_1x_mka_dist_sak_body *body; local
1515 struct ieee802_1x_mka_dist_sak_body *body; local
1714 struct ieee802_1x_mka_icv_body *body; local
1749 struct ieee802_1x_mka_icv_body *body; local
2871 struct ieee802_1x_mka_basic_body *body; local
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dxml-utils.c445 xml_node_t *envelope, *body; local
453 body = xml_node_create(ctx, envelope, ns, "Body");
454 xml_node_add_child(ctx, body, node);
461 xml_node_t *body, *child; local
463 body = get_node_uri(ctx, soap, "Envelope/Body");
464 if (body == NULL)
466 xml_node_for_each_child(ctx, child, body) {
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dhttp_client.c32 struct wpabuf body; member in struct:http_client
309 wpabuf_set(&c->body, httpread_data_get(c->hread),
311 return &c->body;
H A Dhttpread.c79 int content_length; /* body length, iff got_content_length */
83 int got_body; /* nonzero when body is finalized */
84 char *body; member in struct:httpread
92 int chunk_start; /* offset in body of chunk hdr or data */
146 os_free(h->body);
325 /* For some types, we should not try to read a body
327 * that we should not read a body.
331 /* Some codes can have a body and some not.
341 * that GETs have a body length of 0... ?
380 char *bbp; /* pointer into body buffe
[all...]
/external/wpa_supplicant_8/hs20/client/
H A Doma_dm_client.c969 xml_node_t *syncml, *syncbody, *hdr, *body, *child; local
989 body = get_node(ctx->xml, resp, "SyncBody");
990 if (hdr == NULL || body == NULL) {
1027 xml_node_for_each_child(ctx->xml, child, body) {
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_ft.c1152 * FT Request action frame body[variable]
1190 wpa_hexdump(MSG_MSGDUMP, "FT: Action frame body", ies, ies_len);
1224 const u8 *body, size_t len)
1239 wpa_hexdump(MSG_MSGDUMP, "FT: RRB Request Frame body", body, len);
1244 res = wpa_ft_process_auth_req(sm, body, len, &resp_ies,
1278 * Status_Code[2] FT Request action frame body[variable]
1633 "room for Action Frame body); alen=%lu",
1222 wpa_ft_rrb_rx_request(struct wpa_authenticator *wpa_auth, const u8 *current_ap, const u8 *sta_addr, const u8 *body, size_t len) argument
/external/wpa_supplicant_8/src/pae/
H A Dieee802_1x_kay.c86 static void set_mka_param_body_len(void *body, unsigned int len) argument
88 struct ieee802_1x_mka_hdr *hdr = body;
94 static unsigned int get_mka_param_body_len(const void *body) argument
96 const struct ieee802_1x_mka_hdr *hdr = body;
101 static int get_mka_param_body_type(const void *body) argument
103 const struct ieee802_1x_mka_hdr *hdr = body;
112 ieee802_1x_mka_dump_basic_body(struct ieee802_1x_mka_basic_body *body) argument
116 if (!body)
119 body_len = get_mka_param_body_len(body);
121 wpa_printf(MSG_DEBUG, "\tVersion.......: %d", body
146 ieee802_1x_mka_dump_peer_body(struct ieee802_1x_mka_peer_body *body) argument
178 ieee802_1x_mka_dump_dist_sak_body(struct ieee802_1x_mka_dist_sak_body *body) argument
210 ieee802_1x_mka_dump_sak_use_body(struct ieee802_1x_mka_sak_use_body *body) argument
666 struct ieee802_1x_mka_basic_body *body; local
709 const struct ieee802_1x_mka_basic_body *body; local
821 struct ieee802_1x_mka_peer_body *body; local
882 struct ieee802_1x_mka_peer_body *body; local
1143 struct ieee802_1x_mka_sak_use_body *body; local
1236 struct ieee802_1x_mka_sak_use_body *body; local
1428 struct ieee802_1x_mka_dist_sak_body *body; local
1515 struct ieee802_1x_mka_dist_sak_body *body; local
1714 struct ieee802_1x_mka_icv_body *body; local
1749 struct ieee802_1x_mka_icv_body *body; local
2871 struct ieee802_1x_mka_basic_body *body; local
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dxml-utils.c445 xml_node_t *envelope, *body; local
453 body = xml_node_create(ctx, envelope, ns, "Body");
454 xml_node_add_child(ctx, body, node);
461 xml_node_t *body, *child; local
463 body = get_node_uri(ctx, soap, "Envelope/Body");
464 if (body == NULL)
466 xml_node_for_each_child(ctx, child, body) {
/external/wpa_supplicant_8/src/wps/
H A Dhttp_client.c32 struct wpabuf body; member in struct:http_client
309 wpabuf_set(&c->body, httpread_data_get(c->hread),
311 return &c->body;
H A Dhttpread.c79 int content_length; /* body length, iff got_content_length */
83 int got_body; /* nonzero when body is finalized */
84 char *body; member in struct:httpread
92 int chunk_start; /* offset in body of chunk hdr or data */
146 os_free(h->body);
325 /* For some types, we should not try to read a body
327 * that we should not read a body.
331 /* Some codes can have a body and some not.
341 * that GETs have a body length of 0... ?
380 char *bbp; /* pointer into body buffe
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_ft.c1152 * FT Request action frame body[variable]
1190 wpa_hexdump(MSG_MSGDUMP, "FT: Action frame body", ies, ies_len);
1224 const u8 *body, size_t len)
1239 wpa_hexdump(MSG_MSGDUMP, "FT: RRB Request Frame body", body, len);
1244 res = wpa_ft_process_auth_req(sm, body, len, &resp_ies,
1278 * Status_Code[2] FT Request action frame body[variable]
1633 "room for Action Frame body); alen=%lu",
1222 wpa_ft_rrb_rx_request(struct wpa_authenticator *wpa_auth, const u8 *current_ap, const u8 *sta_addr, const u8 *body, size_t len) argument
/external/wpa_supplicant_8/wpa_supplicant/src/pae/
H A Dieee802_1x_kay.c86 static void set_mka_param_body_len(void *body, unsigned int len) argument
88 struct ieee802_1x_mka_hdr *hdr = body;
94 static unsigned int get_mka_param_body_len(const void *body) argument
96 const struct ieee802_1x_mka_hdr *hdr = body;
101 static int get_mka_param_body_type(const void *body) argument
103 const struct ieee802_1x_mka_hdr *hdr = body;
112 ieee802_1x_mka_dump_basic_body(struct ieee802_1x_mka_basic_body *body) argument
116 if (!body)
119 body_len = get_mka_param_body_len(body);
121 wpa_printf(MSG_DEBUG, "\tVersion.......: %d", body
146 ieee802_1x_mka_dump_peer_body(struct ieee802_1x_mka_peer_body *body) argument
178 ieee802_1x_mka_dump_dist_sak_body(struct ieee802_1x_mka_dist_sak_body *body) argument
210 ieee802_1x_mka_dump_sak_use_body(struct ieee802_1x_mka_sak_use_body *body) argument
666 struct ieee802_1x_mka_basic_body *body; local
709 const struct ieee802_1x_mka_basic_body *body; local
821 struct ieee802_1x_mka_peer_body *body; local
882 struct ieee802_1x_mka_peer_body *body; local
1143 struct ieee802_1x_mka_sak_use_body *body; local
1236 struct ieee802_1x_mka_sak_use_body *body; local
1428 struct ieee802_1x_mka_dist_sak_body *body; local
1515 struct ieee802_1x_mka_dist_sak_body *body; local
1714 struct ieee802_1x_mka_icv_body *body; local
1749 struct ieee802_1x_mka_icv_body *body; local
2871 struct ieee802_1x_mka_basic_body *body; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dxml-utils.c445 xml_node_t *envelope, *body; local
453 body = xml_node_create(ctx, envelope, ns, "Body");
454 xml_node_add_child(ctx, body, node);
461 xml_node_t *body, *child; local
463 body = get_node_uri(ctx, soap, "Envelope/Body");
464 if (body == NULL)
466 xml_node_for_each_child(ctx, child, body) {
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dhttp_client.c32 struct wpabuf body; member in struct:http_client
309 wpabuf_set(&c->body, httpread_data_get(c->hread),
311 return &c->body;
H A Dhttpread.c79 int content_length; /* body length, iff got_content_length */
83 int got_body; /* nonzero when body is finalized */
84 char *body; member in struct:httpread
92 int chunk_start; /* offset in body of chunk hdr or data */
146 os_free(h->body);
325 /* For some types, we should not try to read a body
327 * that we should not read a body.
331 /* Some codes can have a body and some not.
341 * that GETs have a body length of 0... ?
380 char *bbp; /* pointer into body buffe
[all...]
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c3967 mach_msg_body_t *body; local
3974 body = (mach_msg_body_t *)(mh+1);
3975 count = body->msgh_descriptor_count;
3976 p = (uint8_t *)(body+1);
4118 mach_msg_body_t *body; local
4125 body = (mach_msg_body_t *)(mh+1);
4126 PRE_MEM_READ("msg->msgh_descriptor_count)", (Addr)body, sizeof(*body));
4128 count = body->msgh_descriptor_count;
4129 p = (uint8_t *)(body
[all...]
/external/tremolo/Tremolo/
H A Dogg.h166 ogg_reference *body; member in struct:__anon31583
/external/srtp/include/
H A Drtp_priv.h56 char body[RTP_MAX_BUF_LEN]; member in struct:__anon31211
/external/stlport/test/unit/
H A Dunordered_test.cpp285 UnorderedMap1 &body = it->second; local
286 UnorderedMap1::iterator cur = body.find(3);
287 CPPUNIT_ASSERT( cur != body.end() );
289 body.erase(body.begin(), body.end());
290 CPPUNIT_ASSERT( body.empty() );
/external/skia/src/gpu/gl/
H A DGrGLShaderBuilder.cpp539 const char* body,
552 fFSFunctions.append(body);
535 fsEmitFunction(GrSLType returnType, const char* name, int argCnt, const GrGLShaderVar* args, const char* body, SkString* outName) argument
/external/smack/src/com/kenai/jbosh/
H A DApacheHTTPResponse.java50 * Name of the character set to encode the body to/from.
55 * Content type to use when transmitting the body data.
94 * The response body which was received from the server or {@code null}
97 private AbstractBody body; field in class:ApacheHTTPResponse
115 * @param request body of the client request
174 * Wait for and then return the response body.
176 * @return body of the response
192 return body;
241 body = StaticBody.fromString(new String(data, CHARSET));
H A DApacheHTTPSender.java107 final AbstractBody body) {
120 return new ApacheHTTPResponse(mClient, mCfg, params, body);
105 send( final CMSessionParams params, final AbstractBody body) argument
H A DBOSHClient.java60 * possible to send an empty body to cause an immediate connection attempt
66 * For more information on creating body messages with content, see the
462 * provided message body does not need to have any BOSH-specific attribute
473 * @param body message data to send to remote server
476 public void send(final ComposableBody body) throws BOSHException { argument
478 if (body == null) {
480 "Message body may not be null"));
487 blockUntilSendable(body);
488 if (!isWorking() && !isTermination(body)) {
494 ComposableBody request = body;
1230 checkForTerminalBindingConditions( final AbstractBody body, final int code) argument
[all...]

Completed in 295 milliseconds

1234567891011>>