Home
last modified time | relevance | path

Searched refs:sig_type (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/dbghelp/
H A Dtype.c395 struct symt_function_signature* sig_type, in symt_add_function_signature_parameter() argument
401 assert(sig_type->symt.tag == SymTagFunctionType); in symt_add_function_signature_parameter()
406 arg->container = &sig_type->symt; in symt_add_function_signature_parameter()
407 p = vector_add(&sig_type->vchildren, &module->pool); in symt_add_function_signature_parameter()
H A Ddwarf.c1898 struct symt_function_signature* sig_type; in dwarf2_parse_subprogram() local
1949 sig_type = symt_new_function_signature(ctx->module, ret_type, CV_CALL_FAR_C); in dwarf2_parse_subprogram()
1953 &sig_type->symt); in dwarf2_parse_subprogram()
2032 struct symt_function_signature* sig_type; in dwarf2_parse_subroutine_type() local
2048 sig_type = symt_new_function_signature(ctx->module, ret_type, CV_CALL_FAR_C); in dwarf2_parse_subroutine_type()
2058 symt_add_function_signature_parameter(ctx->module, sig_type, in dwarf2_parse_subroutine_type()
2067 return di->symt = &sig_type->symt; in dwarf2_parse_subroutine_type()
H A Dsymbol.c297 struct symt* sig_type) in symt_new_function() argument
305 assert(!sig_type || sig_type->tag == SymTagFunctionType); in symt_new_function()
312 sym->type = sig_type; in symt_new_function()
/reactos/dll/3rdparty/mbedtls/
H A Dssl_srv.c835 mbedtls_pk_type_t sig_type; in ssl_ciphersuite_match() local
910 sig_type = mbedtls_ssl_get_ciphersuite_sig_alg( suite_info ); in ssl_ciphersuite_match()
911 if( sig_type != MBEDTLS_PK_NONE && in ssl_ciphersuite_match()
912 … mbedtls_ssl_sig_hash_set_find( &ssl->handshake->hash_algs, sig_type ) == MBEDTLS_MD_NONE ) in ssl_ciphersuite_match()
915 "for signature algorithm %d", sig_type ) ); in ssl_ciphersuite_match()