Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/store/
H A Dstore_lib.c36 OSSL_STORE_LOADER_CTX *loader_ctx, in loader_set_params() argument
40 if (!loader->p_set_ctx_params(loader_ctx, params)) in loader_set_params()
57 if (!loader->p_set_ctx_params(loader_ctx, propp)) in loader_set_params()
73 OSSL_STORE_LOADER_CTX *loader_ctx = NULL; in OSSL_STORE_open_ex() local
127 for (i = 0; loader_ctx == NULL && i < schemes_n; i++) { in OSSL_STORE_open_ex()
136 loader_ctx = loader->open_ex(loader, uri, libctx, propq, in OSSL_STORE_open_ex()
139 loader_ctx = loader->open(loader, uri, ui_method, ui_data); in OSSL_STORE_open_ex()
151 loader_ctx = fetched_loader->p_open_ex(provctx, uri, params, in OSSL_STORE_open_ex()
155 …er->p_open != NULL && (loader_ctx = fetched_loader->p_open(provctx, uri)) != NULL && !loader_set_p… in OSSL_STORE_open_ex()
156 (void)fetched_loader->p_close(loader_ctx); in OSSL_STORE_open_ex()
[all …]
H A Dstore_local.h136 OSSL_STORE_LOADER_CTX *loader_ctx; member
H A Dstore_result.c243 (void)export_object(ctx->loader_ctx, in try_key_ref()
/src/contrib/libyaml/src/
H A Dloader.c43 struct loader_ctx { struct
53 yaml_parser_load_nodes(yaml_parser_t *parser, struct loader_ctx *ctx); argument
60 struct loader_ctx *ctx);
64 struct loader_ctx *ctx);
68 struct loader_ctx *ctx);
72 struct loader_ctx *ctx);
76 struct loader_ctx *ctx);
80 struct loader_ctx *ctx);
187 struct loader_ctx ctx = { NULL, NULL, NULL }; in yaml_parser_load_document()
217 yaml_parser_load_nodes(yaml_parser_t *parser, struct loader_ctx *ctx) in yaml_parser_load_nodes()
[all …]