Home
last modified time | relevance | path

Searched refs:cache_objects (Results 1 – 20 of 20) sorted by relevance

/dports/devel/p5-CHI/CHI-0.60/lib/
H A DCHI.pm74 my ( $cache_object_key, $cache_objects );
77 $cache_objects = $chi_root_class->memoized_cache_objects;
78 if ( my $cache_object = $cache_objects->{$cache_object_key} ) {
160 $cache_objects->{$cache_object_key} = $cache_object;
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/x509/
H A Dby_store.c16 static int cache_objects(X509_LOOKUP *lctx, const char *uri, in cache_objects() function
66 ok = cache_objects(lctx, OSSL_STORE_INFO_get0_NAME(info), in cache_objects()
131 return cache_objects(ctx, argp, NULL, 0, libctx, propq); in by_store_ctrl_ex()
152 ok = cache_objects(ctx, sk_OPENSSL_STRING_value(uris, i), criterion, in by_store()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/x509/
H A Dby_store.c16 static int cache_objects(X509_LOOKUP *lctx, const char *uri, in cache_objects() function
66 ok = cache_objects(lctx, OSSL_STORE_INFO_get0_NAME(info), in cache_objects()
131 return cache_objects(ctx, argp, NULL, 0, libctx, propq); in by_store_ctrl_ex()
152 ok = cache_objects(ctx, sk_OPENSSL_STRING_value(uris, i), criterion, in by_store()
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/x509/
H A Dby_store.c16 static int cache_objects(X509_LOOKUP *lctx, const char *uri, in cache_objects() function
66 ok = cache_objects(lctx, OSSL_STORE_INFO_get0_NAME(info), in cache_objects()
131 return cache_objects(ctx, argp, NULL, 0, libctx, propq); in by_store_ctrl_ex()
152 ok = cache_objects(ctx, sk_OPENSSL_STRING_value(uris, i), criterion, in by_store()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/x509/
H A Dby_store.c16 static int cache_objects(X509_LOOKUP *lctx, const char *uri, in cache_objects() function
66 ok = cache_objects(lctx, OSSL_STORE_INFO_get0_NAME(info), in cache_objects()
131 return cache_objects(ctx, argp, NULL, 0, libctx, propq); in by_store_ctrl_ex()
152 ok = cache_objects(ctx, sk_OPENSSL_STRING_value(uris, i), criterion, in by_store()
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/crypto/x509/
H A Dby_store.c16 static int cache_objects(X509_LOOKUP *lctx, const char *uri, in cache_objects() function
66 ok = cache_objects(lctx, OSSL_STORE_INFO_get0_NAME(info), in cache_objects()
131 return cache_objects(ctx, argp, NULL, 0, libctx, propq); in by_store_ctrl_ex()
152 ok = cache_objects(ctx, sk_OPENSSL_STRING_value(uris, i), criterion, in by_store()
/dports/security/openssl-devel/openssl-3.0.2/crypto/x509/
H A Dby_store.c16 static int cache_objects(X509_LOOKUP *lctx, const char *uri, in cache_objects() function
66 ok = cache_objects(lctx, OSSL_STORE_INFO_get0_NAME(info), in cache_objects()
131 return cache_objects(ctx, argp, NULL, 0, libctx, propq); in by_store_ctrl_ex()
152 ok = cache_objects(ctx, sk_OPENSSL_STRING_value(uris, i), criterion, in by_store()
/dports/www/thirtybees/thirtybees-1.1.0/modules/tbupdater/classes/
H A DObjectModel.php149 protected static $cache_objects = true; variable in TbUpdaterModule\\ObjectModel
212 if (!ObjectModel::$cache_objects || !Cache::isStored($cache_id))
249 if (ObjectModel::$cache_objects)
1275 if (!ObjectModel::$cache_objects || !Cache::isStored($cache_id))
1284 if (!ObjectModel::$cache_objects)
1712 ObjectModel::$cache_objects = true;
1717 ObjectModel::$cache_objects = false;
/dports/print/R-cran-knitr/knitr/R/
H A Dcache.R51 cache_objects = function(keys, globals, label, path) { function
106 list(purge = cache_purge, save = cache_save, load = cache_load, objects = cache_objects,
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/fs/
H A Dyaffs.cpp268 curr = yfs->cache_objects;
320 (*obj)->yco_next = yfs->cache_objects;
321 yfs->cache_objects = *obj;
536 for (obj = yfs->cache_objects; obj != NULL; obj = obj->yco_next) {
668 for(obj = yfs->cache_objects; obj != NULL; obj = obj->yco_next) {
688 if((yfs != NULL) && (yfs->cache_objects != NULL)){
689 YaffsCacheObject *obj = yfs->cache_objects;
1501 if (yfs->cache_objects)
1572 YaffsCacheObject * currObj = yfs->cache_objects;
3046 yaffsfs->cache_objects = NULL;
H A Dtsk_yaffs.h241 YaffsCacheObject *cache_objects; member
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/tsk/fs/
H A Dyaffs.cpp268 curr = yfs->cache_objects; in yaffscache_object_find()
320 (*obj)->yco_next = yfs->cache_objects; in yaffscache_object_find_or_add()
321 yfs->cache_objects = *obj; in yaffscache_object_find_or_add()
536 for (obj = yfs->cache_objects; obj != NULL; obj = obj->yco_next) { in yaffscache_find_children()
668 for(obj = yfs->cache_objects; obj != NULL; obj = obj->yco_next) { in yaffscache_objects_stats()
688 if((yfs != NULL) && (yfs->cache_objects != NULL)){ in yaffscache_objects_free()
689 YaffsCacheObject *obj = yfs->cache_objects; in yaffscache_objects_free()
1501 if (yfs->cache_objects) in yaffsfs_parse_image_load_cache()
1572 YaffsCacheObject * currObj = yfs->cache_objects; in yaffsfs_parse_image_load_cache()
3044 yaffsfs->cache_objects = NULL; in yaffs2_open()
H A Dtsk_yaffs.h237 YaffsCacheObject *cache_objects; member
/dports/finance/prestashop/prestashop/classes/
H A DObjectModel.php181 protected static $cache_objects = true; variable in ObjectModelCore
265 …$entity_mapper->load($id, $this->id_lang, $this, $this->def, $this->id_shop, self::$cache_objects);
1641 if (!ObjectModel::$cache_objects || !Cache::isStored($cache_id)) {
1650 if (!ObjectModel::$cache_objects) {
2188 ObjectModel::$cache_objects = true;
2196 ObjectModel::$cache_objects = false;
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/class/
H A Dhtml.formfile.class.php1608 if (!empty($this->cache_objects[$modulepart.'_'.$id.'_'.$ref]))
1627 $found = 1; $this->cache_objects[$modulepart.'_'.$id.'_'.$ref] = clone $object_instance;
1629 …if ($result == 0) { $found = 1; $this->cache_objects[$modulepart.'_'.$id.'_'.$ref] = 'notfound'; u…
1632 …if (!$found > 0 || !is_object($this->cache_objects[$modulepart.'_'.$id.'_'.$ref])) continue; // We…
1637 …if ($found > 0 && is_object($this->cache_objects[$modulepart.'_'.$id.'_'.$ref])) print $this->cach…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/class/
H A Dhtml.formfile.class.php1762 if (!empty($this->cache_objects[$modulepart.'_'.$id.'_'.$ref])) {
1781 $this->cache_objects[$modulepart.'_'.$id.'_'.$ref] = clone $object_instance;
1785 $this->cache_objects[$modulepart.'_'.$id.'_'.$ref] = 'notfound';
1790 if (!$found > 0 || !is_object($this->cache_objects[$modulepart.'_'.$id.'_'.$ref])) {
1797 if ($found > 0 && is_object($this->cache_objects[$modulepart.'_'.$id.'_'.$ref])) {
1798 $tmpobject = $this->cache_objects[$modulepart.'_'.$id.'_'.$ref];
/dports/www/thirtybees/thirtybees-1.1.0/classes/
H A DObjectModel.php177 protected static $cache_objects = true; variable in ObjectModelCore
261 … $entityMapper->load($id, $idLang, $this, $this->def, $this->id_shop, static::$cache_objects);
1632 if (!ObjectModel::$cache_objects || !Cache::isStored($cacheId)) {
1640 if (!ObjectModel::$cache_objects) {
2247 ObjectModel::$cache_objects = true;
2258 ObjectModel::$cache_objects = false;
/dports/www/drupal7/drupal-7.82/includes/
H A Dcache.inc26 static $cache_objects;
27 if (!isset($cache_objects[$bin])) {
32 $cache_objects[$bin] = new $class($bin);
34 return $cache_objects[$bin];
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/io_coat3D/
H A D__init__.py904 cache_objects = bpy.data.objects.keys()
905 cache_objects = [i for i in cache_objects if i not in cache_base]
906 for cache_object in cache_objects:
/dports/multimedia/lives/lives-3.2.0/src/
H A Dmain.h1057 uint64_t *cache_objects; ///< for future use member