/third_party/spirv-tools/test/opt/ |
H A D | ir_builder.cpp | 61 EXPECT_EQ(effcee::Result::Status::Ok, match_result.status()) in Match()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/ |
H A D | eapol_supp_sm.h | 263 * status_cb - Notification of a change in EAP status 265 * @status: Step in the process of EAP authentication 268 void (*status_cb)(void *ctx, const char *status, 286 * eap_proxy_notify_sim_status - Notification of SIM status change 288 * @status: One of enum value from sim_state
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ieee802_11.h | 170 u8 *owe_buf, size_t owe_buf_len, u16 *status);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_supp/ |
H A D | eapol_supp_sm.h | 269 * status_cb - Notification of a change in EAP status 271 * @status: Step in the process of EAP authentication 274 void (*status_cb)(void *ctx, const char *status, 292 * eap_proxy_notify_sim_status - Notification of SIM status change 294 * @status: One of enum value from sim_state
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | ieee802_11_common.h | 191 const char * status2str(u16 status);
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_adeclick.c | 607 int ret, status; in activate() local 641 if (!s->eof && ff_inlink_acknowledge_status(inlink, &status, &pts)) { in activate() 642 if (status == AVERROR_EOF) { in activate()
|
H A D | vf_bm3d.c | 852 int ret, status; in activate() local 866 } else if (ff_inlink_acknowledge_status(ctx->inputs[0], &status, &pts)) { in activate() 867 ff_outlink_set_status(ctx->outputs[0], status, pts); in activate()
|
H A D | af_afwtdn.c | 1209 int ret, status; in activate() local 1222 if (ff_inlink_acknowledge_status(inlink, &status, &pts)) { in activate() 1223 if (status == AVERROR_EOF) in activate()
|
H A D | af_dynaudnorm.c | 848 int ret = 0, status; in activate() local 875 if (!s->eof && ff_inlink_acknowledge_status(inlink, &status, &pts)) { in activate() 876 if (status == AVERROR_EOF) in activate()
|
/third_party/curl/lib/ |
H A D | urldata.h | 298 BIT(verifystatus); /* set TRUE if certificate status must be checked */ 455 OM_uint32 status; member 464 DWORD status; 597 int status; /* if done is TRUE, this is the status from the callback */ member 741 BIT(http_bodyless); /* HTTP response status code is between 100 and 199, 1885 BIT(http_keep_sending_on_error); /* for HTTP status codes >= 300 */ 1915 BIT(pipewait); /* wait for multiplex status before starting a new 1928 BIT(doh_verifystatus); /* DoH certificate status verification */
|
/third_party/backends/backend/genesys/ |
H A D | gl846.cpp | 293 auto status = scanner_read_status(*dev); in gl846_set_adi_fe() local 294 while (status.is_front_end_busy) { in gl846_set_adi_fe() 296 status = scanner_read_status(*dev); in gl846_set_adi_fe()
|
/third_party/cups-filters/filter/ |
H A D | rastertopdf.cpp | 1319 // Make sure status messages are not buffered... in main() 1370 ppd_status_t status; /* PPD error */ in main() local 1375 status = ppdLastError(&linenum); in main() 1377 fprintf(stderr, "DEBUG: %s on line %d.\n", ppdErrorString(status), linenum); in main() 1507 // Write a status message with the page number in main()
|
H A D | rastertopclx.c | 1793 int /* O - Exit status */ 1812 * Make sure status messages are not buffered... in main() 1843 ppd_status_t status; /* PPD error */ in main() local 1848 status = ppdLastError(&linenum); in main() 1850 fprintf(stderr, "DEBUG: %s on line %d.\n", ppdErrorString(status), linenum); in main() 1900 * Write a status message with the page number and number of copies. in main()
|
H A D | rastertoescpx.c | 365 * Disable status reporting... in StartPage() 1745 int /* O - Exit status */ 1764 * Make sure status messages are not buffered... in main() 1790 ppd_status_t status; /* PPD error */ in main() local 1795 status = ppdLastError(&linenum); in main() 1797 fprintf(stderr, "DEBUG: %s on line %d.\n", ppdErrorString(status), linenum); in main() 1850 * Write a status message with the page number and number of copies. in main()
|
/third_party/mbedtls/library/ |
H A D | ssl_ciphersuites.c | 1906 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; in mbedtls_ssl_ciphersuite_get_cipher_key_bitlen() local 1911 status = mbedtls_ssl_cipher_to_psa((mbedtls_cipher_type_t) info->cipher, in mbedtls_ssl_ciphersuite_get_cipher_key_bitlen() 1915 if (status != PSA_SUCCESS) { in mbedtls_ssl_ciphersuite_get_cipher_key_bitlen()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_debug.c | 961 uint32_t status; member 975 regs->status, ~0); in radv_dump_sq_hw_regs() 984 regs->status, ~0); in radv_dump_sq_hw_regs()
|
/third_party/libwebsockets/lib/roles/h2/ |
H A D | hpack.c | 37 | 8 | :status | 200 | 38 | 9 | :status | 204 | 39 | 10 | :status | 206 | 40 | 11 | :status | 304 | 41 | 12 | :status | 400 | 42 | 13 | :status | 404 | 43 | 14 | :status | 500 | 1466 unsigned char status[10]; in lws_add_http2_header_status() local 1471 n = sprintf((char *)status, "%u", code); in lws_add_http2_header_status() 1473 status, in lws_add_http2_header_status() [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-module-builder.cc | 785 bool is_active = segment.status == WasmElemSegment::kStatusActive; in WriteTo() 790 segment.status == WasmElemSegment::kStatusActive in WriteTo() 792 : segment.status == WasmElemSegment::kStatusDeclarative ? 0b11 in WriteTo()
|
/third_party/nghttp2/src/ |
H A D | shrpx_http_downstream_connection.cc | 330 [this](DNSResolverStatus status, const Address *result) { in initiate_connection() 333 if (status == DNSResolverStatus::OK) { in initiate_connection() 363 switch (dns_query_->status) { in initiate_connection() 957 // Server MUST NOT send Transfer-Encoding with a status code 1xx or in htp_hdrs_completecb() 958 // 204. Also server MUST NOT send Transfer-Encoding with a status in htp_hdrs_completecb() 1060 // 304 status code with nonzero Content-Length, but without response in htp_hdrs_completecb()
|
H A D | shrpx_connection_handler.cc | 716 auto status = WEXITSTATUS(rstatus); in handle_ocsp_complete() local 717 if (ocsp_.error || !WIFEXITED(rstatus) || status != 0) { in handle_ocsp_complete() 720 << rstatus << log::dec << ", status=" << status; in handle_ocsp_complete()
|
/third_party/mesa3d/src/util/ |
H A D | xmlconfig.c | 945 int status; in _parseOneConfigFile() local 967 status = XML_ParseBuffer(p, bytesRead, bytesRead == 0); in _parseOneConfigFile() 968 if (!status) { in _parseOneConfigFile()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_gfx_cs.c | 83 enum pipe_reset_status status = ctx->ws->ctx_query_reset_status(ctx->ctx, true, NULL); in si_flush_gfx_cs() local 84 if (status != PIPE_NO_RESET) in si_flush_gfx_cs() 85 ctx->device_reset_callback.reset(ctx->device_reset_callback.data, status); in si_flush_gfx_cs()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | evergreen_compute.c | 1012 buffers[i]->chunk->status |= ITEM_FOR_PROMOTING; in evergreen_set_global_binding() 1251 buffer->chunk->status |= ITEM_MAPPED_FOR_READING; in r600_compute_global_transfer_map() 1254 buffer->chunk->status |= ITEM_MAPPED_FOR_WRITING; in r600_compute_global_transfer_map()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | list.c | 1224 int status; in list_provider_info() local 1250 params[2] = OSSL_PARAM_construct_int(OSSL_PROV_PARAM_STATUS, &status); in list_provider_info() 1266 BIO_printf(bio_out, " status: %sactive\n", status ? "" : "in"); in list_provider_info()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | GeometryShaderTest.cpp | 860 GLenum status = glCheckFramebufferStatus(GL_FRAMEBUFFER); 862 EXPECT_GLENUM_EQ(GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT, status); 868 EXPECT_GLENUM_EQ(GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT, status);
|