Home
last modified time | relevance | path

Searched defs:reason (Results 251 - 275 of 622) sorted by relevance

1...<<11121314151617181920>>...25

/third_party/rust/crates/rust-openssl/openssl/src/
H A Docsp.rs181 let mut reason = ffi::OCSP_REVOKED_STATUS_NOSTATUS; in find_status() variables
H A Derror.rs254 pub fn reason(&self) -> Option<&'static str> { in function() functions
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
H A Dfst_ctrl_aux.h71 enum fst_reason reason; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dpmksa_cache.c42 pmksa_cache_free_entry(struct rsn_pmksa_cache *pmksa, struct rsn_pmksa_cache_entry *entry, enum pmksa_free_reason reason) pmksa_cache_free_entry() argument
610 pmksa_cache_init(void (*free_cb)(struct rsn_pmksa_cache_entry *entry, void *ctx, enum pmksa_free_reason reason), void *ctx, struct wpa_sm *sm) pmksa_cache_init() argument
H A Dpmksa_cache.h91 pmksa_cache_init(void (*free_cb)(struct rsn_pmksa_cache_entry *entry, void *ctx, enum pmksa_free_reason reason), void *ctx, struct wpa_sm *sm) pmksa_cache_init() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dtlsv1_server_read.c403 int reason; in tls_process_certificate() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dctrl_iface_ap.c523 u16 reason = WLAN_REASON_PREV_AUTH_NOT_VALID; in hostapd_ctrl_iface_deauthenticate() local
585 u16 reason = WLAN_REASON_PREV_AUTH_NOT_VALID; in hostapd_ctrl_iface_disassociate() local
[all...]
/third_party/vk-gl-cts/framework/platform/android/
H A DtcuTestLogParserJNI.cpp141 void TestLogListener::terminateTestCase (const char* reason) in terminateTestCase() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/
H A Dfst_ctrl_aux.h71 enum fst_reason reason; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dpmksa_cache.c44 pmksa_cache_free_entry(struct rsn_pmksa_cache *pmksa, struct rsn_pmksa_cache_entry *entry, enum pmksa_free_reason reason) pmksa_cache_free_entry() argument
696 pmksa_cache_init(void (*free_cb)(struct rsn_pmksa_cache_entry *entry, void *ctx, enum pmksa_free_reason reason), bool (*is_current_cb)(struct rsn_pmksa_cache_entry *entry, void *ctx), void *ctx, struct wpa_sm *sm) pmksa_cache_init() argument
H A Dpmksa_cache.h96 pmksa_cache_init(void (*free_cb)(struct rsn_pmksa_cache_entry *entry, void *ctx, enum pmksa_free_reason reason), bool (*is_current_cb)(struct rsn_pmksa_cache_entry *entry, void *ctx), void *ctx, struct wpa_sm *sm) pmksa_cache_init() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dtlsv1_server_read.c403 int reason; in tls_process_certificate() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dctrl_iface_ap.c486 u16 reason = WLAN_REASON_PREV_AUTH_NOT_VALID; in hostapd_ctrl_iface_deauthenticate() local
549 u16 reason = WLAN_REASON_PREV_AUTH_NOT_VALID; in hostapd_ctrl_iface_disassociate() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_gc.cpp174 GCTaskCause reason = GCCauseFromInt(cause); in StdGCStartGC() local
433 GCTaskCause reason = GCCauseFromInt(cause); in StdGCScheduleGCAfterNthAlloc() local
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_promise_handler.cpp124 JSHandle<JSTaggedValue> reason = GetCallArg(argv, 0); in Reject() local
231 JSHandle<JSTaggedValue> reason = GetCallArg(argv, 0); in AsyncAwaitRejected() local
325 JSHandle<JSTaggedValue> reason = BuiltinsBase::GetCallArg(argv, 0); in CatchFinally() local
/third_party/icu/icu4c/source/i18n/
H A Dcollationruleparser.cpp822 CollationRuleParser::setParseError(const char *reason, UErrorCode &errorCode) { in setParseError() argument
/third_party/libwebsockets/lib/cose/
H A Dcose_key.c305 cb_cose_key(struct lecp_ctx *ctx, char reason) in cb_cose_key() argument
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-promise.c64 ecma_value_t reason = jcontext_take_exception (); in ecma_builtin_promise_reject_abrupt() local
96 ecma_builtin_promise_reject(ecma_value_t this_arg, ecma_value_t reason) ecma_builtin_promise_reject() argument
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-multi/
H A Dminimal-http-client-multi.c166 callback_http(struct lws *wsi, enum lws_callback_reasons reason, in callback_http() argument
/third_party/libwebsockets/plugins/ssh-base/
H A Dsshd.c2007 lws_callback_raw_sshd(struct lws *wsi, enum lws_callback_reasons reason, in lws_callback_raw_sshd() argument
/third_party/libwebsockets/plugins/
H A Dprotocol_lws_openmetrics_export.c468 callback_lws_openmetrics_export(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_lws_openmetrics_export() argument
570 callback_lws_openmetrics_prox_agg(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_lws_openmetrics_prox_agg() argument
745 callback_lws_openmetrics_prox_server(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_lws_openmetrics_prox_server() argument
939 callback_lws_openmetrics_prox_client(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_lws_openmetrics_prox_client() argument
[all...]
/third_party/libwebsockets/plugins/deaddrop/
H A Dprotocol_lws_deaddrop.c377 callback_deaddrop(struct lws *wsi, enum lws_callback_reasons reason, in callback_deaddrop() argument
/third_party/libwebsockets/test-apps/
H A Dtest-client.c118 callback_dumb_increment(struct lws *wsi, enum lws_callback_reasons reason, in callback_dumb_increment() argument
340 callback_lws_mirror(struct lws *wsi, enum lws_callback_reasons reason, in callback_lws_mirror() argument
484 callback_test_raw_client(struct lws *wsi, enum lws_callback_reasons reason, in callback_test_raw_client() argument
H A Dtest-server.c84 lws_callback_http(struct lws *wsi, enum lws_callback_reasons reason, void *user, in lws_callback_http() argument
/third_party/node/deps/v8/src/wasm/
H A Dwasm-opcodes-inl.h689 const char* WasmOpcodes::TrapReasonMessage(TrapReason reason) { in TrapReasonMessage() argument
676 TrapReasonToMessageId( TrapReason reason) TrapReasonToMessageId() argument

Completed in 25 milliseconds

1...<<11121314151617181920>>...25