Home
last modified time | relevance | path

Searched refs:reason (Results 176 - 200 of 1237) sorted by relevance

12345678910>>...50

/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/include/openssl/
H A Derr.h188 * |0| library | reason |
191 * A few of the reason bits are reserved as flags with special meaning:
195 * | rflags| | reason |
201 * The reason flags are part of the overall reason code for practical
203 * reason codes in different numeric ranges.
205 * The currently known reason flags are:
207 * ERR_RFLAG_FATAL Flags that the reason code is considered fatal.
209 * is also the code for ERR_R_FATAL (that reason
210 * code served the dual purpose of flag and reason
[all...]
/third_party/node/deps/openssl/config/archs/linux64-mips64/no-asm/include/openssl/
H A Derr.h188 * |0| library | reason |
191 * A few of the reason bits are reserved as flags with special meaning:
195 * | rflags| | reason |
201 * The reason flags are part of the overall reason code for practical
203 * reason codes in different numeric ranges.
205 * The currently known reason flags are:
207 * ERR_RFLAG_FATAL Flags that the reason code is considered fatal.
209 * is also the code for ERR_R_FATAL (that reason
210 * code served the dual purpose of flag and reason
[all...]
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/include/openssl/
H A Derr.h188 * |0| library | reason |
191 * A few of the reason bits are reserved as flags with special meaning:
195 * | rflags| | reason |
201 * The reason flags are part of the overall reason code for practical
203 * reason codes in different numeric ranges.
205 * The currently known reason flags are:
207 * ERR_RFLAG_FATAL Flags that the reason code is considered fatal.
209 * is also the code for ERR_R_FATAL (that reason
210 * code served the dual purpose of flag and reason
[all...]
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/no-asm/include/openssl/
H A Derr.h188 * |0| library | reason |
191 * A few of the reason bits are reserved as flags with special meaning:
195 * | rflags| | reason |
201 * The reason flags are part of the overall reason code for practical
203 * reason codes in different numeric ranges.
205 * The currently known reason flags are:
207 * ERR_RFLAG_FATAL Flags that the reason code is considered fatal.
209 * is also the code for ERR_R_FATAL (that reason
210 * code served the dual purpose of flag and reason
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Derr.h188 * |0| library | reason |
191 * A few of the reason bits are reserved as flags with special meaning:
195 * | rflags| | reason |
201 * The reason flags are part of the overall reason code for practical
203 * reason codes in different numeric ranges.
205 * The currently known reason flags are:
207 * ERR_RFLAG_FATAL Flags that the reason code is considered fatal.
209 * is also the code for ERR_R_FATAL (that reason
210 * code served the dual purpose of flag and reason
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Derr.h188 * |0| library | reason |
191 * A few of the reason bits are reserved as flags with special meaning:
195 * | rflags| | reason |
201 * The reason flags are part of the overall reason code for practical
203 * reason codes in different numeric ranges.
205 * The currently known reason flags are:
207 * ERR_RFLAG_FATAL Flags that the reason code is considered fatal.
209 * is also the code for ERR_R_FATAL (that reason
210 * code served the dual purpose of flag and reason
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Derr.h188 * |0| library | reason |
191 * A few of the reason bits are reserved as flags with special meaning:
195 * | rflags| | reason |
201 * The reason flags are part of the overall reason code for practical
203 * reason codes in different numeric ranges.
205 * The currently known reason flags are:
207 * ERR_RFLAG_FATAL Flags that the reason code is considered fatal.
209 * is also the code for ERR_R_FATAL (that reason
210 * code served the dual purpose of flag and reason
[all...]
/third_party/node/deps/undici/src/lib/fetch/
H A Dresponse.js345 function makeNetworkError (reason) {
346 const isError = isErrorLike(reason)
351 ? reason
352 : new Error(reason ? String(reason) : reason),
353 aborted: reason && reason.name === 'AbortError'
449 // 2. If init["statusText"] does not match the reason-phrase token production,
453 // reason
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dfunction.cpp372 std::string* reason) const {
379 if (!reason) return false;
387 if (!return_value && reason) {
388 *reason = ss_reason.str();
396 std::string* reason) const {
403 if (!reason) return false;
411 if (!return_value && reason) {
412 *reason = ss_reason.str();
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dfunction.cpp372 std::string* reason) const {
379 if (!reason) return false;
387 if (!return_value && reason) {
388 *reason = ss_reason.str();
396 std::string* reason) const {
403 if (!reason) return false;
411 if (!return_value && reason) {
412 *reason = ss_reason.str();
/third_party/spirv-tools/source/val/
H A Dfunction.cpp388 std::string* reason) const {
395 if (!reason) return false;
403 if (!return_value && reason) {
404 *reason = ss_reason.str();
412 std::string* reason) const {
419 if (!reason) return false;
427 if (!return_value && reason) {
428 *reason = ss_reason.str();
/third_party/node/deps/cares/src/lib/
H A Dwindows_port.c20 BOOL WINAPI DllMain(HINSTANCE hnd, DWORD reason, LPVOID reserved) in DllMain() argument
23 (void)reason; in DllMain()
/third_party/nghttp2/src/
H A Dshrpx_io_control.h45 void pause_read(IOCtrlReason reason);
47 bool resume_read(IOCtrlReason reason);
H A Dshrpx_health_monitor_downstream_connection.h45 virtual void pause_read(IOCtrlReason reason);
46 virtual int resume_read(IOCtrlReason reason, size_t consumed);
/third_party/node/deps/v8/src/profiler/
H A Dprofiler-stats.h35 void AddReason(Reason reason);
41 static const char* ReasonToString(Reason reason);
/third_party/python/Tools/unicode/
H A Dlistcodecs.py25 except Exception as reason:
30 (name, reason))
/third_party/libwebsockets/plugins/
H A Dprotocol_lws_openmetrics_export.c469 enum lws_callback_reasons reason, in callback_lws_openmetrics_export()
478 switch (reason) { in callback_lws_openmetrics_export()
545 return lws_callback_http_dummy(wsi, reason, user, in, len); in callback_lws_openmetrics_export()
571 enum lws_callback_reasons reason, in callback_lws_openmetrics_prox_agg()
582 switch (reason) { in callback_lws_openmetrics_prox_agg()
738 return lws_callback_http_dummy(wsi, reason, user, in, len); in callback_lws_openmetrics_prox_agg()
746 enum lws_callback_reasons reason, in callback_lws_openmetrics_prox_server()
756 switch (reason) { in callback_lws_openmetrics_prox_server()
930 return lws_callback_http_dummy(wsi, reason, user, in, len); in callback_lws_openmetrics_prox_server()
940 enum lws_callback_reasons reason, in callback_lws_openmetrics_prox_client()
468 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/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Ddrv_callbacks.c156 u16 reason = WLAN_REASON_UNSPECIFIED; in hostapd_notif_assoc() local
247 reason = WLAN_REASON_UNSPECIFIED; in hostapd_notif_assoc()
324 reason = WLAN_REASON_INVALID_IE; in hostapd_notif_assoc()
375 reason = WLAN_REASON_INVALID_IE; in hostapd_notif_assoc()
379 reason = WLAN_REASON_UNSPECIFIED; in hostapd_notif_assoc()
383 reason = WLAN_REASON_INVALID_IE; in hostapd_notif_assoc()
387 reason = WLAN_REASON_GROUP_CIPHER_NOT_VALID; in hostapd_notif_assoc()
391 reason = WLAN_REASON_PAIRWISE_CIPHER_NOT_VALID; in hostapd_notif_assoc()
395 reason = WLAN_REASON_AKMP_NOT_VALID; in hostapd_notif_assoc()
399 reason in hostapd_notif_assoc()
[all...]
/third_party/icu/icu4c/source/samples/ucnv/
H A Dflagcb.h40 UConverterCallbackReason reason,
58 UConverterCallbackReason reason,
/third_party/node/deps/openssl/openssl/engines/
H A De_loader_attic_err.c67 static void ERR_ATTIC_error(int function, int reason, const char *file, int line) in ERR_ATTIC_error() argument
71 ERR_raise(lib_code, reason); in ERR_ATTIC_error()
H A De_dasync_err.c50 static void ERR_DASYNC_error(int function, int reason, const char *file, int line) in ERR_DASYNC_error() argument
54 ERR_raise(lib_code, reason); in ERR_DASYNC_error()
H A De_ossltest_err.c50 static void ERR_OSSLTEST_error(int function, int reason, const char *file, int line) in ERR_OSSLTEST_error() argument
54 ERR_raise(lib_code, reason); in ERR_OSSLTEST_error()
/third_party/openssl/engines/
H A De_ossltest_err.c50 static void ERR_OSSLTEST_error(int function, int reason, const char *file, int line) in ERR_OSSLTEST_error() argument
54 ERR_raise(lib_code, reason); in ERR_OSSLTEST_error()
H A De_loader_attic_err.c67 static void ERR_ATTIC_error(int function, int reason, const char *file, int line) in ERR_ATTIC_error() argument
71 ERR_raise(lib_code, reason); in ERR_ATTIC_error()
H A De_dasync_err.c50 static void ERR_DASYNC_error(int function, int reason, const char *file, int line) in ERR_DASYNC_error() argument
54 ERR_raise(lib_code, reason); in ERR_DASYNC_error()

Completed in 16 milliseconds

12345678910>>...50