Home
last modified time | relevance | path

Searched defs:name_id (Results 1 - 25 of 41) sorted by relevance

12

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-deprecated.h103 hb_ot_name_id_t name_id; member
H A Dhb-ot-var.h128 hb_ot_name_id_t name_id; member
H A Dhb-ot-name.cc115 hb_ot_name_get_utf(hb_face_t *face, hb_ot_name_id_t name_id, hb_language_t language, unsigned int *text_size , typename utf_t::codepoint_t *text ) hb_ot_name_get_utf() argument
166 hb_ot_name_get_utf8(hb_face_t *face, hb_ot_name_id_t name_id, hb_language_t language, unsigned int *text_size , char *text ) hb_ot_name_get_utf8() argument
194 hb_ot_name_get_utf16(hb_face_t *face, hb_ot_name_id_t name_id, hb_language_t language, unsigned int *text_size , uint16_t *text ) hb_ot_name_get_utf16() argument
221 hb_ot_name_get_utf32(hb_face_t *face, hb_ot_name_id_t name_id, hb_language_t language, unsigned int *text_size , uint32_t *text ) hb_ot_name_get_utf32() argument
[all...]
H A Dhb-ot-name.h122 hb_ot_name_id_t name_id; member
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftsnames.h112 FT_UShort name_id; member
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dkdf_meth.c59 static void *evp_kdf_from_algorithm(int name_id, in evp_kdf_from_algorithm() argument
H A Dmac_meth.c60 static void *evp_mac_from_algorithm(int name_id, in evp_mac_from_algorithm() argument
H A Dexchange.c43 static void *evp_keyexch_from_algorithm(int name_id, in evp_keyexch_from_algorithm() argument
H A Dkem.c259 static void *evp_kem_from_algorithm(int name_id, const OSSL_ALGORITHM *algodef, in evp_kem_from_algorithm() argument
H A Dsignature.c43 static void *evp_signature_from_algorithm(int name_id, in evp_signature_from_algorithm() argument
H A Dasymcipher.c324 static void *evp_asym_cipher_from_algorithm(int name_id, in evp_asym_cipher_from_algorithm() argument
H A Dkeymgmt_meth.c36 static void *keymgmt_from_algorithm(int name_id, in keymgmt_from_algorithm() argument
206 EVP_KEYMGMT *evp_keymgmt_fetch_by_number(OSSL_LIB_CTX *ctx, int name_id, in evp_keymgmt_fetch_by_number() argument
H A Devp_enc.c1521 static void *evp_cipher_from_algorithm(const int name_id, in evp_cipher_from_algorithm() argument
H A Devp_fetch.c48 int name_id; /* For get_evp_method_from_store() */ member
130 static uint32_t evp_method_id(int name_id, unsigned int operation_id) in evp_method_id() argument
145 int name_id = 0; in get_evp_method_from_store() local
185 int name_id; put_evp_method_in_store() local
233 int name_id = ossl_namemap_add_names(namemap, 0, names, NAME_SEPARATOR); construct_evp_method() local
260 inner_evp_generic_fetch(struct evp_method_data_st *methdata, OSSL_PROVIDER *prov, int operation_id, int name_id, const char *name, const char *properties, void *(*new_method)(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov), int (*up_ref_method)(void *), void (*free_method)(void *)) inner_evp_generic_fetch() argument
396 evp_generic_fetch(OSSL_LIB_CTX *libctx, int operation_id, const char *name, const char *properties, void *(*new_method)(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov), int (*up_ref_method)(void *), void (*free_method)(void *)) evp_generic_fetch() argument
423 evp_generic_fetch_by_number(OSSL_LIB_CTX *libctx, int operation_id, int name_id, const char *properties, void *(*new_method)(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov), int (*up_ref_method)(void *), void (*free_method)(void *)) evp_generic_fetch_by_number() argument
449 evp_generic_fetch_from_prov(OSSL_PROVIDER *prov, int operation_id, const char *name, const char *properties, void *(*new_method)(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov), int (*up_ref_method)(void *), void (*free_method)(void *)) evp_generic_fetch_from_prov() argument
653 evp_generic_do_all(OSSL_LIB_CTX *libctx, int operation_id, void (*user_fn)(void *method, void *arg), void *user_arg, void *(*new_method)(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov), int (*up_ref_method)(void *), void (*free_method)(void *)) evp_generic_do_all() argument
[all...]
H A Devp_rand.c26 int name_id; member
115 static void *evp_rand_from_algorithm(int name_id, in evp_rand_from_algorithm() argument
/third_party/openssl/crypto/evp/
H A Dkdf_meth.c59 static void *evp_kdf_from_algorithm(int name_id, in evp_kdf_from_algorithm() argument
H A Dmac_meth.c60 static void *evp_mac_from_algorithm(int name_id, in evp_mac_from_algorithm() argument
H A Dasymcipher.c324 static void *evp_asym_cipher_from_algorithm(int name_id, in evp_asym_cipher_from_algorithm() argument
H A Dsignature.c43 static void *evp_signature_from_algorithm(int name_id, in evp_signature_from_algorithm() argument
H A Dexchange.c43 static void *evp_keyexch_from_algorithm(int name_id, in evp_keyexch_from_algorithm() argument
H A Dkem.c259 static void *evp_kem_from_algorithm(int name_id, const OSSL_ALGORITHM *algodef, in evp_kem_from_algorithm() argument
H A Dkeymgmt_meth.c36 static void *keymgmt_from_algorithm(int name_id, in keymgmt_from_algorithm() argument
206 EVP_KEYMGMT *evp_keymgmt_fetch_by_number(OSSL_LIB_CTX *ctx, int name_id, in evp_keymgmt_fetch_by_number() argument
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-ot-name.c87 hb_ot_name_id_t name_id; in test_ot_name() local
/third_party/ffmpeg/libavformat/
H A Dhlsplaylist.c39 ff_hls_write_audio_rendition(AVIOContext *out, const char *agroup, const char *filename, const char *language, int name_id, int is_default) ff_hls_write_audio_rendition() argument
54 ff_hls_write_subtitle_rendition(AVIOContext *out, const char *sgroup, const char *filename, const char *language, int name_id, int is_default) ff_hls_write_subtitle_rendition() argument
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtins.c570 ecma_builtin_make_function_object_for_routine(ecma_builtin_id_t builtin_id, uint16_t routine_id, uint16_t name_id, uint8_t length_prop_value) ecma_builtin_make_function_object_for_routine() argument
607 ecma_builtin_make_function_object_for_getter_accessor(ecma_builtin_id_t builtin_id, uint16_t routine_id, uint16_t name_id) ecma_builtin_make_function_object_for_getter_accessor() argument
621 ecma_builtin_make_function_object_for_setter_accessor(ecma_builtin_id_t builtin_id, uint16_t routine_id, uint16_t name_id) ecma_builtin_make_function_object_for_setter_accessor() argument

Completed in 23 milliseconds

12