Searched refs:l_result (Results 1 – 4 of 4) sorted by relevance
/external/grpc-grpc/test/core/tsi/alts/handshaker/ |
D | alts_handshaker_service_api_test_lib.cc | 584 grpc_gcp_handshaker_result* l_result, in grpc_gcp_handshaker_resp_result_equals() argument 589 static_cast<grpc_slice*>(l_result->application_protocol.arg), in grpc_gcp_handshaker_resp_result_equals() 592 slice_equals(static_cast<grpc_slice*>(l_result->record_protocol.arg), in grpc_gcp_handshaker_resp_result_equals() 594 result &= slice_equals(static_cast<grpc_slice*>(l_result->key_data.arg), in grpc_gcp_handshaker_resp_result_equals() 597 if ((l_result->has_local_identity ^ r_result->has_local_identity) | in grpc_gcp_handshaker_resp_result_equals() 598 (l_result->has_peer_identity ^ r_result->has_peer_identity) | in grpc_gcp_handshaker_resp_result_equals() 599 (l_result->has_peer_rpc_versions ^ r_result->has_peer_rpc_versions)) { in grpc_gcp_handshaker_resp_result_equals() 602 if (l_result->has_local_identity) { in grpc_gcp_handshaker_resp_result_equals() 603 result &= handshaker_identity_equals(&l_result->local_identity, in grpc_gcp_handshaker_resp_result_equals() 606 if (l_result->has_peer_identity) { in grpc_gcp_handshaker_resp_result_equals() [all …]
|
D | alts_handshaker_service_api_test_lib.h | 137 grpc_gcp_handshaker_result* l_result, grpc_gcp_handshaker_result* r_result);
|
/external/pdfium/third_party/libopenjpeg20/ |
D | jp2.c | 1687 OPJ_BOOL l_result = OPJ_TRUE; in opj_jp2_write_jp2h() local 1726 l_result = OPJ_FALSE; in opj_jp2_write_jp2h() 1734 if (! l_result) { in opj_jp2_write_jp2h() 1753 l_result = OPJ_FALSE; in opj_jp2_write_jp2h() 1756 if (l_result) { in opj_jp2_write_jp2h() 1763 l_result = OPJ_FALSE; in opj_jp2_write_jp2h() 1780 return l_result; in opj_jp2_write_jp2h() 1790 OPJ_BOOL l_result; in opj_jp2_write_ftyp() local 1823 l_result = (opj_stream_write_data(cio, l_ftyp_data, l_ftyp_size, in opj_jp2_write_ftyp() 1825 if (! l_result) { in opj_jp2_write_ftyp() [all …]
|
D | j2k.c | 8076 OPJ_BOOL l_result = OPJ_TRUE; in opj_j2k_exec() local 8090 l_result = l_result && ((*l_procedure)(p_j2k, p_stream, p_manager)); in opj_j2k_exec() 8096 return l_result; in opj_j2k_exec()
|