Home
last modified time | relevance | path

Searched refs:cached_info (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/crypto/store/
Dstore_lib.c413 if (ctx->cached_info != NULL in OSSL_STORE_load()
414 && sk_OSSL_STORE_INFO_num(ctx->cached_info) == 0) { in OSSL_STORE_load()
415 sk_OSSL_STORE_INFO_free(ctx->cached_info); in OSSL_STORE_load()
416 ctx->cached_info = NULL; in OSSL_STORE_load()
419 if (ctx->cached_info != NULL) { in OSSL_STORE_load()
420 v = sk_OSSL_STORE_INFO_shift(ctx->cached_info); in OSSL_STORE_load()
520 sk_OSSL_STORE_INFO_pop_free(ctx->cached_info, OSSL_STORE_INFO_free); in ossl_store_close_it()
Dstore_local.h151 STACK_OF(OSSL_STORE_INFO) *cached_info;
Dstore_result.c638 ctx->cached_info = infos; in try_pkcs12()
644 *v = sk_OSSL_STORE_INFO_shift(ctx->cached_info); in try_pkcs12()
/third_party/flutter/skia/modules/skottie/src/layers/
DImageLayer.cpp28 if (auto* cached_info = fImageAssetCache.find(res_id)) { in loadImageAsset() local
29 return cached_info; in loadImageAsset()
/third_party/skia/modules/skottie/src/layers/
DFootageLayer.cpp88 if (auto* cached_info = fImageAssetCache.find(res_id)) { in loadFootageAsset() local
89 return cached_info; in loadFootageAsset()