Home
last modified time | relevance | path

Searched refs:set_cache (Results 1 – 25 of 218) sorted by relevance

123456789

/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/misc/
H A Dromfs.c50 set_cache(romfs_inode_t inode, size_t len) in set_cache() function
73 set_cache((romfs_inode_t)s, RFS_STRING_MAX); in plus_padding()
93 set_cache((romfs_inode_t)romfs, sizeof(*romfs)); in romfs_mount_check()
118 set_cache(i, sizeof(*i)); in dir_link()
139 set_cache(i, sizeof(*i)); in romfs_lookup()
143 set_cache((romfs_inode_t)n, RFS_STRING_MAX); in romfs_lookup()
157 set_cache(i, sizeof(*i)); in romfs_lookup()
164 set_cache(i, sizeof(*i)); in romfs_lookup()
179 set_cache(i, sizeof(*i)); in romfs_lookup()
205 set_cache(i, sizeof(*i)); in romfs_lookup()
[all …]
/dports/net-mgmt/irrtoolset/irrtoolset-release-5.1.3/src/dataset/
H A Dunsigned.XPlex.cc120 set_cache(hd); in make_initial_chunks()
182 set_cache(t); in cache()
195 set_cache(t); in cache()
208 set_cache(t); in owns()
227 set_cache(t); in dosucc()
244 set_cache(t); in dopred()
264 set_cache(t); in add_high()
279 set_cache(t); in del_high()
299 set_cache(t); in add_low()
315 set_cache(t); in del_low()
[all …]
H A DPrefixRange.XPlex.cc119 set_cache(hd); in make_initial_chunks()
181 set_cache(t); in cache()
194 set_cache(t); in cache()
207 set_cache(t); in owns()
226 set_cache(t); in dosucc()
243 set_cache(t); in dopred()
263 set_cache(t); in add_high()
278 set_cache(t); in del_high()
298 set_cache(t); in add_low()
314 set_cache(t); in del_low()
[all …]
/dports/graphics/R-cran-DiagrammeR/DiagrammeR/tests/testthat/
H A Dtest-cache_attrs.R24 set_cache(
38 set_cache(
46 set_cache(
59 set_cache(
75 set_cache(
92 set_cache(
122 set_cache(
/dports/graphics/R-cran-DiagrammeR/DiagrammeR/man/
H A Dset_cache.Rd2 % Please edit documentation in R/set_cache.R
3 \name{set_cache}
4 \alias{set_cache}
7 set_cache(graph, to_cache, name = NULL, col = NULL)
43 set_cache(
59 set_cache(
H A Ddelete_cache.Rd30 set_cache(
33 set_cache(
36 set_cache(
/dports/mail/dovecot/dovecot-2.3.17/src/login-common/
H A Dlogin-settings.c98 static struct master_service_settings_cache *set_cache; variable
184 if (set_cache == NULL) { in login_settings_read()
185 set_cache = master_service_settings_cache_init(master_service, in login_settings_read()
195 master_service_settings_cache_init_filter(set_cache); in login_settings_read()
198 if (master_service_settings_cache_read(set_cache, &input, NULL, in login_settings_read()
225 if (set_cache != NULL) in login_settings_deinit()
226 master_service_settings_cache_deinit(&set_cache); in login_settings_deinit()
/dports/x11-toolkits/gtksourceview4/gtksourceview-4.8.1/gtksourceview/
H A Dgtksourcepixbufhelper.c74 set_cache (GtkSourcePixbufHelper *helper, in set_cache() function
92 set_cache (helper, NULL); in clear_cache()
183 set_cache (helper, gdk_pixbuf_copy (helper->pixbuf)); in from_pixbuf()
190 set_cache (helper, gdk_pixbuf_scale_simple (helper->pixbuf, in from_pixbuf()
218 set_cache (helper, gtk_icon_info_load_icon (info, NULL)); in from_gicon()
261 set_cache (helper, pixbuf); in from_name()
/dports/x11-toolkits/gtksourceview3/gtksourceview-3.24.11/gtksourceview/
H A Dgtksourcepixbufhelper.c74 set_cache (GtkSourcePixbufHelper *helper, in set_cache() function
92 set_cache (helper, NULL); in clear_cache()
205 set_cache (helper, gdk_pixbuf_copy (helper->pixbuf)); in from_pixbuf()
212 set_cache (helper, gdk_pixbuf_scale_simple (helper->pixbuf, in from_pixbuf()
239 set_cache (helper, gtk_widget_render_icon_pixbuf (widget, in from_stock()
268 set_cache (helper, gtk_icon_info_load_icon (info, NULL)); in from_gicon()
311 set_cache (helper, pixbuf); in from_name()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/System/Files/
H A Dweb_files.cpp51 set_cache (url name, url tmp) { in set_cache() function
104 else return set_cache (name, tmp); in get_from_web()
120 else return set_cache (name, tmp); in get_from_web()
171 return set_cache (u, tmp); in get_from_ramdisc()
/dports/www/e107/e107/e107_handlers/
H A Djslib_handler.php206 $this->set_cache($gzdata, $encoding, $lmodified);
217 $this->set_cache($contents, '', $lmodified);
234 function set_cache($contents, $encoding = '', $lmodified = 0) function in e_jslib
/dports/devel/boost-docs/boost_1_72_0/libs/python/doc/reference/
H A Dlvalue_from_pytype.qbk92 void set_cache(noddy_NoddyObject* x)
100 def("set_cache", set_cache);
113 >>> noddy_cache.set_cache(n)
/dports/devel/boost-libs/boost_1_72_0/libs/python/doc/reference/
H A Dlvalue_from_pytype.qbk92 void set_cache(noddy_NoddyObject* x)
100 def("set_cache", set_cache);
113 >>> noddy_cache.set_cache(n)
/dports/devel/boost-python-libs/boost_1_72_0/libs/python/doc/reference/
H A Dlvalue_from_pytype.qbk92 void set_cache(noddy_NoddyObject* x)
100 def("set_cache", set_cache);
113 >>> noddy_cache.set_cache(n)
/dports/devel/hyperscan/boost_1_75_0/libs/python/doc/reference/
H A Dlvalue_from_pytype.qbk92 void set_cache(noddy_NoddyObject* x)
100 def("set_cache", set_cache);
113 >>> noddy_cache.set_cache(n)
/dports/www/p5-LWP-UserAgent-WithCache/LWP-UserAgent-WithCache-0.13/t/
H A D10_request.t35 $ua->set_cache($uri, $res);
61 $ua->set_cache($uri, $res);
94 $ua->set_cache($uri, $res);
/dports/www/phpbb3/phpBB3/phpbb/
H A Dclass_loader.php62 $this->set_cache($cache);
72 public function set_cache(\phpbb\cache\driver\driver_interface $cache = null) function in phpbb\\class_loader
/dports/security/R-cran-gitcreds/gitcreds/R/
H A Dgit-auth.R19 set_cache = TRUE) {
24 is_flag(set_cache)
37 if (set_cache) {
55 gitcreds_get(url, use_cache = FALSE, set_cache = FALSE),
104 gitcreds_get(url, use_cache = FALSE, set_cache = FALSE),
163 gitcreds_get(url, use_cache = FALSE, set_cache = FALSE),
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/test/
H A Dtest_stat_cache.cpp68 sc.set_cache(file_index_t(3), 101); in TORRENT_TEST()
83 sc.set_cache(file_index_t(15), 1000); in TORRENT_TEST()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/test/
H A Dtest_stat_cache.cpp68 sc.set_cache(file_index_t(3), 101); in TORRENT_TEST()
83 sc.set_cache(file_index_t(15), 1000); in TORRENT_TEST()
/dports/www/p5-LWP-UserAgent-WithCache/LWP-UserAgent-WithCache-0.13/lib/LWP/UserAgent/
H A DWithCache.pm76 $self->set_cache($uri, $res);
82 sub set_cache { subroutine
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dgimple-range-path.cc98 path_range_query::set_cache (const irange &r, tree name) in set_cache() function in path_range_query
201 set_cache (r, name); in internal_range_of_expr()
211 set_cache (r, name); in internal_range_of_expr()
393 set_cache (r, name); in compute_ranges_in_phis()
434 set_cache (r, name); in compute_ranges_in_block()
456 set_cache (r, name); in compute_ranges_in_block()
500 set_cache (r, name); in adjust_for_non_null_uses()
/dports/www/phpbb3/phpBB3/
H A Dcommon.php132 $phpbb_class_loader->set_cache($phpbb_container->get('cache.driver'));
133 $phpbb_class_loader_ext->set_cache($phpbb_container->get('cache.driver'));
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/ubuntu/
H A Dubuntu-mirrors48 function set_cache( $MIRRORS, $BW_RATE, $BW_UNIT )
111 set_cache( $MIRRORS, $BW_RATE, $BW_UNIT );
/dports/textproc/p5-PPI/PPI-1.270/t/
H A D18_cache.t94 ok( PPI::Document->set_cache( $Cache ), 'PPI::Document->set_cache returned true' );
121 is( PPI::Document->set_cache(undef), 1, '->set_cache(undef) returns true' );

123456789