Home
last modified time | relevance | path

Searched defs:loader (Results 76 - 100 of 173) sorted by relevance

1234567

/third_party/node/deps/openssl/openssl/crypto/store/
H A Dstore_register.c56 const ENGINE *OSSL_STORE_LOADER_get0_engine(const OSSL_STORE_LOADER *loader) in OSSL_STORE_LOADER_get0_engine() argument
61 const char *OSSL_STORE_LOADER_get0_scheme(const OSSL_STORE_LOADER *loader) in OSSL_STORE_LOADER_get0_scheme() argument
66 int OSSL_STORE_LOADER_set_open(OSSL_STORE_LOADER *loader, in OSSL_STORE_LOADER_set_open() argument
81 int OSSL_STORE_LOADER_set_attach(OSSL_STORE_LOADER *loader, in OSSL_STORE_LOADER_set_attach() argument
73 OSSL_STORE_LOADER_set_open_ex(OSSL_STORE_LOADER *loader, OSSL_STORE_open_ex_fn open_ex_function) OSSL_STORE_LOADER_set_open_ex() argument
88 OSSL_STORE_LOADER_set_ctrl(OSSL_STORE_LOADER *loader, OSSL_STORE_ctrl_fn ctrl_function) OSSL_STORE_LOADER_set_ctrl() argument
95 OSSL_STORE_LOADER_set_expect(OSSL_STORE_LOADER *loader, OSSL_STORE_expect_fn expect_function) OSSL_STORE_LOADER_set_expect() argument
102 OSSL_STORE_LOADER_set_find(OSSL_STORE_LOADER *loader, OSSL_STORE_find_fn find_function) OSSL_STORE_LOADER_set_find() argument
109 OSSL_STORE_LOADER_set_load(OSSL_STORE_LOADER *loader, OSSL_STORE_load_fn load_function) OSSL_STORE_LOADER_set_load() argument
116 OSSL_STORE_LOADER_set_eof(OSSL_STORE_LOADER *loader, OSSL_STORE_eof_fn eof_function) OSSL_STORE_LOADER_set_eof() argument
123 OSSL_STORE_LOADER_set_error(OSSL_STORE_LOADER *loader, OSSL_STORE_error_fn error_function) OSSL_STORE_LOADER_set_error() argument
130 OSSL_STORE_LOADER_set_close(OSSL_STORE_LOADER *loader, OSSL_STORE_close_fn close_function) OSSL_STORE_LOADER_set_close() argument
163 ossl_store_register_loader_int(OSSL_STORE_LOADER *loader) ossl_store_register_loader_int() argument
209 OSSL_STORE_register_loader(OSSL_STORE_LOADER *loader) OSSL_STORE_register_loader() argument
217 OSSL_STORE_LOADER *loader = NULL; ossl_store_get0_loader_int() local
248 OSSL_STORE_LOADER *loader = NULL; ossl_store_unregister_loader_int() local
292 OSSL_STORE_do_all_loaders(void (*do_function) (const OSSL_STORE_LOADER *loader, void *do_arg), void *do_arg) OSSL_STORE_do_all_loaders() argument
[all...]
H A Dstore_local.h133 const OSSL_STORE_LOADER *loader; /* legacy */ member
/third_party/node/deps/openssl/openssl/apps/
H A Dengine.c284 static void util_store_cap(const OSSL_STORE_LOADER *loader, void *arg) in util_store_cap() argument
/third_party/openssl/crypto/store/
H A Dstore_meth.c18 int OSSL_STORE_LOADER_up_ref(OSSL_STORE_LOADER *loader) in OSSL_STORE_LOADER_up_ref() argument
27 void OSSL_STORE_LOADER_free(OSSL_STORE_LOADER *loader) in OSSL_STORE_LOADER_free() argument
47 OSSL_STORE_LOADER *loader; new_loader() local
198 OSSL_STORE_LOADER *loader = NULL; loader_from_algorithm() local
445 OSSL_STORE_LOADER_get0_provider(const OSSL_STORE_LOADER *loader) OSSL_STORE_LOADER_get0_provider() argument
455 OSSL_STORE_LOADER_get0_properties(const OSSL_STORE_LOADER *loader) OSSL_STORE_LOADER_get0_properties() argument
465 ossl_store_loader_get_number(const OSSL_STORE_LOADER *loader) ossl_store_loader_get_number() argument
475 OSSL_STORE_LOADER_get0_description(const OSSL_STORE_LOADER *loader) OSSL_STORE_LOADER_get0_description() argument
480 OSSL_STORE_LOADER_is_a(const OSSL_STORE_LOADER *loader, const char *name) OSSL_STORE_LOADER_is_a() argument
503 OSSL_STORE_LOADER_do_all_provided(OSSL_LIB_CTX *libctx, void (*user_fn)(OSSL_STORE_LOADER *loader, void *arg), void *user_arg) OSSL_STORE_LOADER_do_all_provided() argument
523 OSSL_STORE_LOADER_names_do_all(const OSSL_STORE_LOADER *loader, void (*fn)(const char *name, void *data), void *data) OSSL_STORE_LOADER_names_do_all() argument
[all...]
H A Dstore_register.c56 const ENGINE *OSSL_STORE_LOADER_get0_engine(const OSSL_STORE_LOADER *loader) in OSSL_STORE_LOADER_get0_engine() argument
61 const char *OSSL_STORE_LOADER_get0_scheme(const OSSL_STORE_LOADER *loader) in OSSL_STORE_LOADER_get0_scheme() argument
66 int OSSL_STORE_LOADER_set_open(OSSL_STORE_LOADER *loader, in OSSL_STORE_LOADER_set_open() argument
81 int OSSL_STORE_LOADER_set_attach(OSSL_STORE_LOADER *loader, in OSSL_STORE_LOADER_set_attach() argument
73 OSSL_STORE_LOADER_set_open_ex(OSSL_STORE_LOADER *loader, OSSL_STORE_open_ex_fn open_ex_function) OSSL_STORE_LOADER_set_open_ex() argument
88 OSSL_STORE_LOADER_set_ctrl(OSSL_STORE_LOADER *loader, OSSL_STORE_ctrl_fn ctrl_function) OSSL_STORE_LOADER_set_ctrl() argument
95 OSSL_STORE_LOADER_set_expect(OSSL_STORE_LOADER *loader, OSSL_STORE_expect_fn expect_function) OSSL_STORE_LOADER_set_expect() argument
102 OSSL_STORE_LOADER_set_find(OSSL_STORE_LOADER *loader, OSSL_STORE_find_fn find_function) OSSL_STORE_LOADER_set_find() argument
109 OSSL_STORE_LOADER_set_load(OSSL_STORE_LOADER *loader, OSSL_STORE_load_fn load_function) OSSL_STORE_LOADER_set_load() argument
116 OSSL_STORE_LOADER_set_eof(OSSL_STORE_LOADER *loader, OSSL_STORE_eof_fn eof_function) OSSL_STORE_LOADER_set_eof() argument
123 OSSL_STORE_LOADER_set_error(OSSL_STORE_LOADER *loader, OSSL_STORE_error_fn error_function) OSSL_STORE_LOADER_set_error() argument
130 OSSL_STORE_LOADER_set_close(OSSL_STORE_LOADER *loader, OSSL_STORE_close_fn close_function) OSSL_STORE_LOADER_set_close() argument
163 ossl_store_register_loader_int(OSSL_STORE_LOADER *loader) ossl_store_register_loader_int() argument
209 OSSL_STORE_register_loader(OSSL_STORE_LOADER *loader) OSSL_STORE_register_loader() argument
217 OSSL_STORE_LOADER *loader = NULL; ossl_store_get0_loader_int() local
248 OSSL_STORE_LOADER *loader = NULL; ossl_store_unregister_loader_int() local
292 OSSL_STORE_do_all_loaders(void (*do_function) (const OSSL_STORE_LOADER *loader, void *do_arg), void *do_arg) OSSL_STORE_do_all_loaders() argument
[all...]
H A Dstore_local.h133 const OSSL_STORE_LOADER *loader; /* legacy */ member
/third_party/openssl/apps/
H A Dengine.c284 static void util_store_cap(const OSSL_STORE_LOADER *loader, void *arg) in util_store_cap() argument
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafloader.c31 af_loader_init( AF_Loader loader, in af_loader_init() argument
89 af_loader_embolden_glyph_in_slot( AF_Loader loader, FT_Face face, AF_StyleMetrics style_metrics ) af_loader_embolden_glyph_in_slot() argument
[all...]
H A Dafmodule.c449 AF_LoaderRec loader[1]; in FT_CALLBACK_DEF() local
/third_party/skia/third_party/externals/freetype/src/cid/
H A Dcidload.c647 cid_init_loader( CID_Loader* loader, in cid_init_loader() argument
71 cid_load_keyword( CID_Face face, CID_Loader* loader, const T1_Field keyword ) cid_load_keyword() argument
387 cid_parse_dict( CID_Face face, CID_Loader* loader, FT_Byte* base, FT_ULong size ) cid_parse_dict() argument
770 CID_Loader loader; FT_LOCAL_DEF() local
[all...]
/third_party/skia/third_party/externals/freetype/src/pfr/
H A Dpfrgload.c81 FT_GlyphLoader loader = glyph->loader; in pfr_glyph_close_contour() local
130 FT_GlyphLoader loader = glyph->loader; pfr_glyph_line_to() local
166 FT_GlyphLoader loader = glyph->loader; pfr_glyph_curve_to() local
205 FT_GlyphLoader loader = glyph->loader; pfr_glyph_move_to() local
564 FT_GlyphLoader loader = glyph->loader; pfr_glyph_load_compound() local
743 FT_GlyphLoader loader = glyph->loader; pfr_glyph_load_rec() local
[all...]
H A Dpfrobjs.c295 FT_GlyphLoader loader = pfrslot->internal->loader; in FT_LOCAL_DEF() local
/third_party/skia/third_party/externals/freetype/src/type42/
H A Dt42objs.c34 T42_LoaderRec loader; in T42_Open_Face() local
[all...]
/third_party/python/Lib/test/test_importlib/import_/
H A Dtest_path.py141 loader = None variable in FinderTests.test_finder_with_find_loader.TestFinder
/third_party/vk-gl-cts/framework/opengl/
H A DgluRenderContext.cpp242 void initCoreFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType) in initCoreFunctions() argument
289 void initExtensionFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType) in initExtensionFunctions() argument
304 void initExtensionFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType, int numExtensions, const char* const* extensions) in initExtensionFunctions() argument
312 void initFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType) in initFunctions() argument
[all...]
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dpa_container.cpp64 auto& loader = JsBackendEngineLoader::Get(GetPaEngineSharedLibrary()); in InitializeBackend() local
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/test/systemtest/
H A Dvulkan_loader_system_test.cpp37 namespace vulkan::loader { namespace in vulkan
/foundation/multimedia/media_foundation/engine/plugin/core/
H A Dplugin_register.cpp380 std::shared_ptr<PluginLoader> loader = nullptr; in RegisterPluginsFromPath() local
432 EraseRegisteredPluginsByLoader(const std::shared_ptr<PluginLoader>& loader) EraseRegisteredPluginsByLoader() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_delegate_impl.cpp297 DBStatus RelationalStoreDelegateImpl::SetIAssetLoader(const std::shared_ptr<IAssetLoader> &loader) in SetIAssetLoader() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dicloud_sync_storage_interface.h179 virtual int SetIAssetLoader([[gnu::unused]] const std::shared_ptr<IAssetLoader> &loader) in SetIAssetLoader() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_general_store_test.cpp302 std::shared_ptr<AssetLoader> loader; in HWTEST_F() local
344 std::shared_ptr<AssetLoader> loader = std::make_shared<AssetLoader>(); in HWTEST_F() local
373 std::shared_ptr<AssetLoader> loader = std::make_shared<AssetLoader>(); in HWTEST_F() local
H A Dkvdb_general_store_test.cpp352 std::shared_ptr<AssetLoader> loader; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store_connection.cpp329 int SQLiteRelationalStoreConnection::SetIAssetLoader(const std::shared_ptr<IAssetLoader> &loader) in SetIAssetLoader() argument
/third_party/astc-encoder/Source/
H A Dastcenc_image.cpp189 pixel_loader loader = load_texel_u8; in load_image_block() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUBinary.java437 public static ByteBuffer getData(ClassLoader loader, String resourceName, String itemPath) { in getData() argument
481 getData(ClassLoader loader, String resourceName, String itemPath, boolean required) getData() argument
[all...]

Completed in 19 milliseconds

1234567