/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-deprecated.h | 103 hb_ot_name_id_t name_id; member
|
H A D | hb-ot-var.h | 128 hb_ot_name_id_t name_id; member
|
H A D | hb-ot-name.cc | 115 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 D | hb-ot-name.h | 122 hb_ot_name_id_t name_id; member
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | ftsnames.h | 112 FT_UShort name_id; member
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | kdf_meth.c | 59 static void *evp_kdf_from_algorithm(int name_id, in evp_kdf_from_algorithm() argument
|
H A D | mac_meth.c | 60 static void *evp_mac_from_algorithm(int name_id, in evp_mac_from_algorithm() argument
|
H A D | exchange.c | 43 static void *evp_keyexch_from_algorithm(int name_id, in evp_keyexch_from_algorithm() argument
|
H A D | kem.c | 259 static void *evp_kem_from_algorithm(int name_id, const OSSL_ALGORITHM *algodef, in evp_kem_from_algorithm() argument
|
H A D | signature.c | 43 static void *evp_signature_from_algorithm(int name_id, in evp_signature_from_algorithm() argument
|
H A D | asymcipher.c | 324 static void *evp_asym_cipher_from_algorithm(int name_id, in evp_asym_cipher_from_algorithm() argument
|
H A D | keymgmt_meth.c | 36 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 D | evp_enc.c | 1521 static void *evp_cipher_from_algorithm(const int name_id, in evp_cipher_from_algorithm() argument
|
H A D | evp_fetch.c | 48 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 D | evp_rand.c | 26 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 D | kdf_meth.c | 59 static void *evp_kdf_from_algorithm(int name_id, in evp_kdf_from_algorithm() argument
|
H A D | mac_meth.c | 60 static void *evp_mac_from_algorithm(int name_id, in evp_mac_from_algorithm() argument
|
H A D | asymcipher.c | 324 static void *evp_asym_cipher_from_algorithm(int name_id, in evp_asym_cipher_from_algorithm() argument
|
H A D | signature.c | 43 static void *evp_signature_from_algorithm(int name_id, in evp_signature_from_algorithm() argument
|
H A D | exchange.c | 43 static void *evp_keyexch_from_algorithm(int name_id, in evp_keyexch_from_algorithm() argument
|
H A D | kem.c | 259 static void *evp_kem_from_algorithm(int name_id, const OSSL_ALGORITHM *algodef, in evp_kem_from_algorithm() argument
|
H A D | keymgmt_meth.c | 36 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 D | test-ot-name.c | 87 hb_ot_name_id_t name_id; in test_ot_name() local
|
/third_party/ffmpeg/libavformat/ |
H A D | hlsplaylist.c | 39 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 D | ecma-builtins.c | 570 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
|