Searched defs:msg (Results 1 - 25 of 1844) 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:__anon29822
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/webp/src/dec/
H A Dvp8.c79 VP8StatusCode error, const char* const msg) {
86 dec->error_msg_ = msg;
78 VP8SetError(VP8Decoder* const dec, VP8StatusCode error, const char* const msg) argument
/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.c1580 struct msghdr msg; local
1594 os_memset(&msg, 0, sizeof(msg));
1595 msg.msg_iov = io;
1596 msg.msg_iovlen = 2;
1605 msg.msg_name = &dst->addr;
1606 msg.msg_namelen = dst->addrlen;
1607 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);
253 static void hostapd_cli_action_process(char *msg, size_t len) argument
257 pos = msg;
263 pos = msg;
/external/wpa_supplicant_8/hostapd/src/ap/
H A Daccounting.c37 struct radius_msg *msg; local
44 msg = radius_msg_new(RADIUS_CODE_ACCOUNTING_REQUEST,
46 if (msg == NULL) {
52 radius_msg_make_authenticator(msg, (u8 *) sta, sizeof(*sta));
56 if (!radius_msg_add_attr(msg, RADIUS_ATTR_ACCT_SESSION_ID,
62 radius_msg_make_authenticator(msg, (u8 *) hapd, sizeof(*hapd));
65 if (!radius_msg_add_attr_int32(msg, RADIUS_ATTR_ACCT_STATUS_TYPE,
73 !radius_msg_add_attr_int32(msg, RADIUS_ATTR_ACCT_AUTHENTIC,
100 if (!radius_msg_add_attr(msg, RADIUS_ATTR_USER_NAME, val,
108 msg) <
204 struct radius_msg *msg; local
244 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
419 struct radius_msg *msg; local
[all...]
H A Dap_drv_ops.c654 const void *msg, size_t len, int noack)
658 return hapd->driver->send_mlme(hapd->drv_priv, msg, len, noack);
653 hostapd_drv_send_mlme(struct hostapd_data *hapd, const void *msg, size_t len, int noack) argument
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.c159 struct radius_msg *msg; local
163 msg = radius_msg_new(RADIUS_CODE_ACCESS_REQUEST, query->radius_id);
164 if (msg == NULL)
167 radius_msg_make_authenticator(msg, addr, ETH_ALEN);
170 if (!radius_msg_add_attr(msg, RADIUS_ATTR_USER_NAME, (u8 *) buf,
177 msg, (u8 *) buf, os_strlen(buf),
185 NULL, msg) < 0)
190 if (!radius_msg_add_attr(msg, RADIUS_ATTR_CALLING_STATION_ID,
197 if (!radius_msg_add_attr(msg, RADIUS_ATTR_CONNECT_INFO,
203 if (radius_client_send(hapd->radius, msg, RADIUS_AUT
231 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
416 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
475 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.c308 struct radius_msg *msg)
314 !radius_msg_add_attr_int32(msg, RADIUS_ATTR_NAS_PORT, sta->aid)) {
322 if (!radius_msg_add_attr(msg, RADIUS_ATTR_CALLING_STATION_ID,
340 !radius_msg_add_attr(msg, RADIUS_ATTR_CONNECT_INFO,
349 if (!radius_msg_add_attr(msg, RADIUS_ATTR_ACCT_SESSION_ID,
363 struct radius_msg *msg)
371 !radius_msg_add_attr(msg, RADIUS_ATTR_NAS_IP_ADDRESS,
381 !radius_msg_add_attr(msg, RADIUS_ATTR_NAS_IPV6_ADDRESS,
391 !radius_msg_add_attr(msg, RADIUS_ATTR_NAS_IDENTIFIER,
405 !radius_msg_add_attr(msg, RADIUS_ATTR_CALLED_STATION_I
305 add_common_radius_sta_attr(struct hostapd_data *hapd, struct hostapd_radius_attr *req_attr, struct sta_info *sta, struct radius_msg *msg) argument
360 add_common_radius_attr(struct hostapd_data *hapd, struct hostapd_radius_attr *req_attr, struct sta_info *sta, struct radius_msg *msg) argument
440 struct radius_msg *msg; local
977 struct radius_msg *msg; local
1051 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
1092 ieee802_1x_store_radius_class(struct hostapd_data *hapd, struct sta_info *sta, struct radius_msg *msg) argument
1148 ieee802_1x_update_sta_identity(struct hostapd_data *hapd, struct sta_info *sta, struct radius_msg *msg) argument
1180 ieee802_1x_update_sta_cui(struct hostapd_data *hapd, struct sta_info *sta, struct radius_msg *msg) argument
1248 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.c700 wpa_hexdump(MSG_DEBUG, "FT: FTIE in EAPOL-Key msg 2/4",
753 SMK_M1, SMK_M3, SMK_ERROR } msg; local
786 * msg 4/4 with incorrect type value in WPA2 mode.
816 msg = SMK_ERROR;
819 msg = SMK_M1;
823 msg = SMK_M3;
826 msg = REQUEST;
829 msg = GROUP_2;
832 msg = PAIRWISE_4;
835 msg
[all...]
H A Dwps_hostapd.c808 WPS_EVENT_FAIL "msg=%d config_error=%d reason=%d (%s)",
809 fail->msg, fail->config_error, fail->error_indication,
813 WPS_EVENT_FAIL "msg=%d config_error=%d",
814 fail->msg, fail->config_error);
1418 const u8 *mac_addr, const struct wpabuf *msg,
1428 wpabuf_head(msg), wpabuf_len(msg));
1466 p->msg = wpabuf_dup(msg);
1416 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
/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_ctrl.c391 void (*msg_cb)(char *msg, size_t len))
628 void (*msg_cb)(char *msg, size_t len))
389 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
626 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.c156 void SHAPrintContext(SHA1_CTX *context, char *msg) argument
159 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 713 milliseconds

1234567891011>>