Home
last modified time | relevance | path

Searched refs:profile_cache (Results 1 – 15 of 15) sorted by relevance

/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgsicc_profilecache.c79 profile_cache->num_entries--; in rc_gsicc_profile_cache_free()
83 if (profile_cache->num_entries != 0) in rc_gsicc_profile_cache_free()
85 profile_cache->num_entries); in rc_gsicc_profile_cache_free()
108 result->next = profile_cache->head; in gsicc_add_cs()
109 profile_cache->head = result; /* MRU */ in gsicc_add_cs()
113 profile_cache->num_entries++; in gsicc_add_cs()
130 profile_cache->head = curr; in gsicc_find_cs()
159 profile_cache->num_entries--; in gsicc_remove_cs_entry()
162 profile_cache->head = NULL; in gsicc_remove_cs_entry()
164 if (profile_cache->num_entries != 0) { in gsicc_remove_cs_entry()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgsicc_profilecache.c79 profile_cache->num_entries--; in rc_gsicc_profile_cache_free()
83 if (profile_cache->num_entries != 0) in rc_gsicc_profile_cache_free()
85 profile_cache->num_entries); in rc_gsicc_profile_cache_free()
108 result->next = profile_cache->head; in gsicc_add_cs()
109 profile_cache->head = result; /* MRU */ in gsicc_add_cs()
113 profile_cache->num_entries++; in gsicc_add_cs()
130 profile_cache->head = curr; in gsicc_find_cs()
159 profile_cache->num_entries--; in gsicc_remove_cs_entry()
162 profile_cache->head = NULL; in gsicc_remove_cs_entry()
164 if (profile_cache->num_entries != 0) { in gsicc_remove_cs_entry()
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgsicc_profilecache.c79 profile_cache->num_entries--; in rc_gsicc_profile_cache_free()
83 if (profile_cache->num_entries != 0) in rc_gsicc_profile_cache_free()
107 gsicc_remove_cs_entry(profile_cache); in gsicc_add_cs()
111 result->next = profile_cache->head; in gsicc_add_cs()
112 profile_cache->head = result; /* MRU */ in gsicc_add_cs()
119 profile_cache->num_entries++; in gsicc_add_cs()
139 profile_cache->head = curr; in gsicc_find_cs()
168 profile_cache->num_entries--; in gsicc_remove_cs_entry()
171 profile_cache->head = NULL; in gsicc_remove_cs_entry()
173 if (profile_cache->num_entries != 0) { in gsicc_remove_cs_entry()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgsicc_profilecache.c79 profile_cache->num_entries--; in rc_gsicc_profile_cache_free()
83 if (profile_cache->num_entries != 0) in rc_gsicc_profile_cache_free()
107 gsicc_remove_cs_entry(profile_cache); in gsicc_add_cs()
111 result->next = profile_cache->head; in gsicc_add_cs()
112 profile_cache->head = result; /* MRU */ in gsicc_add_cs()
119 profile_cache->num_entries++; in gsicc_add_cs()
139 profile_cache->head = curr; in gsicc_find_cs()
168 profile_cache->num_entries--; in gsicc_remove_cs_entry()
171 profile_cache->head = NULL; in gsicc_remove_cs_entry()
173 if (profile_cache->num_entries != 0) { in gsicc_remove_cs_entry()
[all …]
/dports/www/phpbb3/phpBB3/phpbb/profilefields/
H A Dmanager.php67 protected $profile_cache = []; variable in phpbb\\profilefields\\manager
189 $this->profile_cache = [];
206 $this->profile_cache[$row['field_ident']] = $row;
315 if (empty($this->profile_cache))
323 foreach ($this->profile_cache as $field_ident => $field_data)
341 $profile_cache = $this->profile_cache;
354 unset($profile_cache);
367 if (empty($this->profile_cache))
402 foreach (array_keys($this->profile_cache) as $used_ident)
407 $user_fields[$user_id][$used_ident]['data'] = $this->profile_cache[$used_ident];
[all …]
/dports/chinese/phpbb3-tw/phpBB3/includes/
H A Dfunctions_profile_fields.php26 var $profile_cache = array(); variable in custom_profile
212 $this->profile_cache = array();
227 $this->profile_cache[$row['field_ident']] = $row;
435 if (!sizeof($this->profile_cache))
462 foreach (array_keys($this->profile_cache) as $used_ident)
467 $user_fields[$user_id][$used_ident]['data'] = $this->profile_cache[$used_ident];
472 …if (!isset($user_fields[$user_id][$used_ident]) && $this->profile_cache[$used_ident]['field_show_n…
475 $user_fields[$user_id][$used_ident]['data'] = $this->profile_cache[$used_ident];
/dports/graphics/gthumb/gthumb-3.10.1/gthumb/
H A Dgth-color-manager.c74 GHashTable *profile_cache; member
100 g_hash_table_unref (self->priv->profile_cache); in G_DEFINE_TYPE_WITH_CODE()
134 …self->priv->profile_cache = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, g_object_unref… in gth_color_manager_init()
160 g_hash_table_insert (self->priv->profile_cache, g_strdup (id), g_object_ref (profile)); in _gth_color_manager_add_profile()
394 profile = g_hash_table_lookup (self->priv->profile_cache, id); in _gth_color_manager_get_profile()
/dports/databases/p5-Class-DBI-Sweet/Class-DBI-Sweet-0.11/lib/Class/DBI/
H A DSweet.pm276 if $attributes->{profile_cache};
286 if $attributes->{profile_cache};
550 if ( $class->default_search_attributes->{profile_cache} );
561 if ( $class->default_search_attributes->{profile_cache} );
614 if ( $class->default_search_attributes->{profile_cache} );
620 if ( $class->default_search_attributes->{profile_cache} );
/dports/databases/p5-Class-DBI-Sweet/Class-DBI-Sweet-0.11/t/
H A D07prefetch.t27 profile_cache => 1 });
H A D06object_cache.t23 profile_cache => 1 });
/dports/graphics/art/ART-1.9.3/rtengine/
H A Ddcp.h176 mutable std::map<Glib::ustring, DCPProfile*> profile_cache; variable
H A Ddcp.cc2114 for (auto &p : profile_cache) { in ~DCPStore()
2204 const std::map<Glib::ustring, DCPProfile*>::iterator r = profile_cache.find(filename); in getProfile()
2206 if (r != profile_cache.end()) { in getProfile()
2214 profile_cache[filename] = res; in getProfile()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Ddcp.h177 mutable std::map<std::string, DCPProfile*> profile_cache; variable
H A Ddcp.cc1770 for (auto &p : profile_cache) { in ~DCPStore()
1858 const std::map<std::string, DCPProfile*>::const_iterator iter = profile_cache.find(key); in getProfile()
1860 if (iter != profile_cache.end()) { in getProfile()
1868 profile_cache[key] = res; in getProfile()
/dports/databases/p5-Class-DBI-Sweet/Class-DBI-Sweet-0.11/
H A DREADME174 profile_cache