Searched defs:msg (Results 1 - 25 of 1904) 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/zlib/src/contrib/dotzlib/DotZLib/
H A DDotZLib.cs41 string msg; field in struct:DotZLib.ZStream
93 /// <param name="msg">A message that (hopefully) describes the error</param>
94 public ZLibException(int errorCode, string msg) : base(String.Format("ZLib error {0} {1}", errorCode, msg)) argument
/external/zlib/src/contrib/untgz/
H A Duntgz.c593 void error(const char *msg) argument
595 fprintf(stderr, "%s: %s\n", prog, msg);
/external/zlib/src/
H A Dgzguts.h189 char *msg; /* error message */ member in struct:__anon34354
H A Dzlib.h94 z_const char *msg; /* last error message, NULL if no error */ member in struct:z_stream_s
240 with the version assumed by the caller (ZLIB_VERSION). msg is set to null
361 prematurely (some input or output was discarded). In the error case, msg
382 invalid, such as a null pointer to the structure. msg is set to null if
515 was inconsistent. In the error case, msg may be set but then points to a
582 incompatible with the version assumed by the caller (ZLIB_VERSION). msg is
645 (such as zalloc being Z_NULL). msg is left unchanged in both source and
810 invalid, such as a null pointer to the structure. msg is set to null if
888 (such as zalloc being Z_NULL). msg is left unchanged in both source and
1089 in the deflate stream (in which case strm->msg i
[all...]
/external/zlib/src/test/
H A Dminigzip.c174 char *msg; member in struct:gzFile_s
230 gz->msg = "";
286 gz->msg = strm->msg;
331 return gz->msg;
338 void error OF((const char *msg));
351 void error(msg)
352 const char *msg;
354 fprintf(stderr, "%s: %s\n", prog, msg);
/external/zlib/
H A Dzlib.h94 z_const char *msg; /* last error message, NULL if no error */ member in struct:z_stream_s
240 with the version assumed by the caller (ZLIB_VERSION). msg is set to null
361 prematurely (some input or output was discarded). In the error case, msg
382 invalid, such as a null pointer to the structure. msg is set to null if
515 was inconsistent. In the error case, msg may be set but then points to a
582 incompatible with the version assumed by the caller (ZLIB_VERSION). msg is
645 (such as zalloc being Z_NULL). msg is left unchanged in both source and
810 invalid, such as a null pointer to the structure. msg is set to null if
888 (such as zalloc being Z_NULL). msg is left unchanged in both source and
1089 in the deflate stream (in which case strm->msg i
[all...]
/external/webrtc/src/modules/audio_processing/
H A Daudio_processing_impl.cc279 audioproc::Stream* msg = event_msg_->mutable_stream(); local
283 msg->set_input_data(frame->_payloadData, data_size);
284 msg->set_delay(stream_delay_ms_);
285 msg->set_drift(echo_cancellation_->stream_drift_samples());
286 msg->set_level(gain_control_->stream_analog_level());
371 audioproc::Stream* msg = event_msg_->mutable_stream(); local
375 msg->set_output_data(frame->_payloadData, data_size);
410 audioproc::ReverseStream* msg = event_msg_->mutable_reverse_stream(); local
414 msg->set_data(frame->_payloadData, data_size);
637 audioproc::Init* msg local
[all...]
/external/webrtc/src/modules/audio_processing/test/
H A Dprocess_test.cc47 ::google::protobuf::MessageLite* msg) {
64 msg->Clear();
65 return msg->ParseFromArray(array.get(), usize);
527 const Init msg = event_msg.init(); local
529 ASSERT_TRUE(msg.has_sample_rate());
531 apm->set_sample_rate_hz(msg.sample_rate()));
533 ASSERT_TRUE(msg.has_device_sample_rate());
536 msg.device_sample_rate()));
538 ASSERT_TRUE(msg.has_num_input_channels());
539 ASSERT_TRUE(msg
46 ReadMessageFromFile(FILE* file, ::google::protobuf::MessageLite* msg) argument
567 const ReverseStream msg = event_msg.reverse_stream(); local
596 const Stream msg = event_msg.stream(); local
[all...]
H A Dunpack.cc46 ::google::protobuf::MessageLite* msg) {
63 msg->Clear();
64 return msg->ParseFromArray(array.get(), usize);
135 const ReverseStream msg = event_msg.reverse_stream(); local
136 if (msg.has_data()) {
137 if (fwrite(msg.data().data(), msg.data().size(), 1, reverse_file) !=
150 const Stream msg = event_msg.stream(); local
151 if (msg.has_input_data()) {
152 if (fwrite(msg
45 ReadMessageFromFile(FILE* file, ::google::protobuf::MessageLite* msg) argument
198 const Init msg = event_msg.init(); local
[all...]
/external/webrtc/src/system_wrappers/source/
H A Dtrace_impl.cc389 const char msg[WEBRTC_TRACE_MAX_MESSAGE_SIZE],
402 "%s",msg);
410 WEBRTC_TRACE_MAX_MESSAGE_SIZE-writtenSoFar-2, "%s",msg);
603 const char msg[WEBRTC_TRACE_MAX_MESSAGE_SIZE])
645 len = AddMessage(meassagePtr, msg, (WebRtc_UWord16)ackLen);
799 const WebRtc_Word32 id, const char* msg, ...)
809 if(msg)
812 va_start(args, msg);
814 _vsnprintf(tempBuff,WEBRTC_TRACE_MAX_MESSAGE_SIZE-1,msg,args);
816 vsnprintf(tempBuff,WEBRTC_TRACE_MAX_MESSAGE_SIZE-1,msg,arg
387 AddMessage( char* traceMessage, const char msg[WEBRTC_TRACE_MAX_MESSAGE_SIZE], const WebRtc_UWord16 writtenSoFar) const argument
601 AddImpl(const TraceLevel level, const TraceModule module, const WebRtc_Word32 id, const char msg[WEBRTC_TRACE_MAX_MESSAGE_SIZE]) argument
798 Add(const TraceLevel level, const TraceModule module, const WebRtc_Word32 id, const char* msg, ...) argument
[all...]
/external/wpa_supplicant_8/hostapd/
H A Dctrl_iface.c2042 struct msghdr msg; local
2056 os_memset(&msg, 0, sizeof(msg));
2057 msg.msg_iov = io;
2058 msg.msg_iovlen = 2;
2067 msg.msg_name = &dst->addr;
2068 msg.msg_namelen = dst->addrlen;
2069 if (sendmsg(hapd->ctrl_sock, &msg, 0) < 0) {
H A Dhostapd_cli.c167 static void hostapd_cli_msg_cb(char *msg, size_t len) argument
169 printf("%s\n", msg);
257 static void hostapd_cli_action_process(char *msg, size_t len) argument
261 pos = msg;
267 pos = msg;
/external/wpa_supplicant_8/hostapd/src/ap/
H A Daccounting.c36 struct radius_msg *msg; local
43 msg = radius_msg_new(RADIUS_CODE_ACCOUNTING_REQUEST,
45 if (msg == NULL) {
51 radius_msg_make_authenticator(msg, (u8 *) sta, sizeof(*sta));
55 if (!radius_msg_add_attr(msg, RADIUS_ATTR_ACCT_SESSION_ID,
61 radius_msg_make_authenticator(msg, (u8 *) hapd, sizeof(*hapd));
64 if (!radius_msg_add_attr_int32(msg, RADIUS_ATTR_ACCT_STATUS_TYPE,
72 !radius_msg_add_attr_int32(msg, RADIUS_ATTR_ACCT_AUTHENTIC,
99 if (!radius_msg_add_attr(msg, RADIUS_ATTR_USER_NAME, val,
107 msg) <
203 struct radius_msg *msg; local
241 struct radius_msg *msg; local
398 accounting_receive(struct radius_msg *msg, struct radius_msg *req, const u8 *shared_secret, size_t shared_secret_len, void *data) argument
418 struct radius_msg *msg; local
[all...]
H A Dap_drv_ops.c700 const void *msg, size_t len, int noack)
704 return hapd->driver->send_mlme(hapd->drv_priv, msg, len, noack);
699 hostapd_drv_send_mlme(struct hostapd_data *hapd, const void *msg, size_t len, int noack) argument
H A Dgas_serv.c22 static void convert_to_protected_dual(struct wpabuf *msg) argument
24 u8 *categ = wpabuf_mhead_u8(msg);
H A Diapp.c213 struct iapp_layer2_update msg; local
221 os_memset(msg.da, 0xff, ETH_ALEN);
222 os_memcpy(msg.sa, addr, ETH_ALEN);
223 msg.len = host_to_be16(6);
224 msg.dsap = 0; /* NULL DSAP address */
225 msg.ssap = 0x01; /* NULL SSAP address, CR Bit: Response */
226 msg.control = 0xaf; /* XID response lsb.1111F101.
228 msg.xid_info[0] = 0x81; /* XID format identifier */
229 msg.xid_info[1] = 1; /* LLC types/classes: Type 1 LLC */
230 msg
[all...]
H A Dieee802_11_auth.c160 struct radius_msg *msg; local
164 msg = radius_msg_new(RADIUS_CODE_ACCESS_REQUEST, query->radius_id);
165 if (msg == NULL)
168 radius_msg_make_authenticator(msg, addr, ETH_ALEN);
171 if (!radius_msg_add_attr(msg, RADIUS_ATTR_USER_NAME, (u8 *) buf,
178 msg, (u8 *) buf, os_strlen(buf),
186 NULL, msg) < 0)
191 if (!radius_msg_add_attr(msg, RADIUS_ATTR_CALLING_STATION_ID,
198 if (!radius_msg_add_attr(msg, RADIUS_ATTR_CONNECT_INFO,
204 if (radius_client_send(hapd->radius, msg, RADIUS_AUT
232 hostapd_allowed_address(struct hostapd_data *hapd, const u8 *addr, const u8 *msg, size_t len, u32 *session_timeout, u32 *acct_interim_interval, int *vlan_id, struct hostapd_sta_wpa_psk_short **psk, char **identity, char **radius_cui) argument
418 decode_tunnel_passwords(struct hostapd_data *hapd, const u8 *shared_secret, size_t shared_secret_len, struct radius_msg *msg, struct radius_msg *req, struct hostapd_cached_radius_acl *cache) argument
477 hostapd_acl_recv_radius(struct radius_msg *msg, struct radius_msg *req, const u8 *shared_secret, size_t shared_secret_len, void *data) argument
[all...]
H A Dieee802_1x.c312 struct radius_msg *msg)
323 !radius_msg_add_attr_int32(msg, RADIUS_ATTR_WLAN_PAIRWISE_CIPHER,
334 !radius_msg_add_attr_int32(msg, RADIUS_ATTR_WLAN_GROUP_CIPHER,
345 !radius_msg_add_attr_int32(msg, RADIUS_ATTR_WLAN_AKM_SUITE,
358 msg, RADIUS_ATTR_WLAN_GROUP_MGMT_CIPHER, suite)) {
373 struct radius_msg *msg)
379 !radius_msg_add_attr_int32(msg, RADIUS_ATTR_NAS_PORT, sta->aid)) {
387 if (!radius_msg_add_attr(msg, RADIUS_ATTR_CALLING_STATION_ID,
405 !radius_msg_add_attr(msg, RADIUS_ATTR_CONNECT_INFO,
414 if (!radius_msg_add_attr(msg, RADIUS_ATTR_ACCT_SESSION_I
309 add_common_radius_sta_attr_rsn(struct hostapd_data *hapd, struct hostapd_radius_attr *req_attr, struct sta_info *sta, struct radius_msg *msg) argument
370 add_common_radius_sta_attr(struct hostapd_data *hapd, struct hostapd_radius_attr *req_attr, struct sta_info *sta, struct radius_msg *msg) argument
444 add_common_radius_attr(struct hostapd_data *hapd, struct hostapd_radius_attr *req_attr, struct sta_info *sta, struct radius_msg *msg) argument
540 struct radius_msg *msg; local
1112 struct radius_msg *msg; local
1186 ieee802_1x_get_keys(struct hostapd_data *hapd, struct sta_info *sta, struct radius_msg *msg, struct radius_msg *req, const u8 *shared_secret, size_t shared_secret_len) argument
1227 ieee802_1x_store_radius_class(struct hostapd_data *hapd, struct sta_info *sta, struct radius_msg *msg) argument
1283 ieee802_1x_update_sta_identity(struct hostapd_data *hapd, struct sta_info *sta, struct radius_msg *msg) argument
1315 ieee802_1x_update_sta_cui(struct hostapd_data *hapd, struct sta_info *sta, struct radius_msg *msg) argument
1431 ieee802_1x_check_hs20(struct hostapd_data *hapd, struct sta_info *sta, struct radius_msg *msg, int session_timeout) argument
1524 ieee802_1x_receive_auth(struct radius_msg *msg, struct radius_msg *req, const u8 *shared_secret, size_t shared_secret_len, void *data) argument
[all...]
H A Dwpa_auth.c740 wpa_hexdump(MSG_DEBUG, "FT: FTIE in EAPOL-Key msg 2/4",
793 SMK_M1, SMK_M3, SMK_ERROR } msg; local
826 * msg 4/4 with incorrect type value in WPA2 mode.
856 msg = SMK_ERROR;
859 msg = SMK_M1;
863 msg = SMK_M3;
866 msg = REQUEST;
869 msg = GROUP_2;
872 msg = PAIRWISE_4;
875 msg
[all...]
H A Dwps_hostapd.c776 WPS_EVENT_FAIL "msg=%d config_error=%d reason=%d (%s)",
777 fail->msg, fail->config_error, fail->error_indication,
781 WPS_EVENT_FAIL "msg=%d config_error=%d",
782 fail->msg, fail->config_error);
1386 const u8 *mac_addr, const struct wpabuf *msg,
1396 wpabuf_head(msg), wpabuf_len(msg));
1444 p->msg = wpabuf_dup(msg);
1811 struct wpabuf msg; local
1384 hostapd_rx_req_put_wlan_response( void *priv, enum upnp_wps_wlanevent_type ev_type, const u8 *mac_addr, const struct wpabuf *msg, enum wps_msg_type msg_type) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_ctrl.c454 void (*msg_cb)(char *msg, size_t len))
691 void (*msg_cb)(char *msg, size_t len))
452 wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, char *reply, size_t *reply_len, void (*msg_cb)(char *msg, size_t len)) argument
689 wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, char *reply, size_t *reply_len, void (*msg_cb)(char *msg, size_t len)) argument
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_cryptoapi.c81 static void cryptoapi_report_error(const char *msg) argument
89 wpa_printf(MSG_DEBUG, "CryptoAPI: %s: %d", msg, (int) err);
101 wpa_printf(MSG_DEBUG, "CryptoAPI: %s: %d: (%s)", msg, (int) err, s);
H A Dsha1-internal.c158 void SHAPrintContext(SHA1_CTX *context, char *msg) argument
161 msg,
H A Dtls_gnutls.c102 static void tls_log_func(int level, const char *msg) argument
106 /* These levels seem to be mostly I/O debug and msg dumps */
110 s = os_strdup(msg);

Completed in 307 milliseconds

1234567891011>>