Home
last modified time | relevance | path

Searched refs:dumpcache (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/pagecache/
H A DAndroid.bp4 name: "dumpcache",
6 srcs: ["dumpcache.c"],
H A DREADME3 dumpcache.c: dumps complete pagecache of device.
/dports/textproc/py-isbntools/isbntools-4.3.28/isbntools/bin/
H A Dconfc.py28 def dumpcache(): function
65 'dumpcache': dumpcache,
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/libdap2/
H A Ddapdump.h52 extern char* dumpcache(NCcache* cache);
H A Ddapdump.c533 dumpcache(NCcache* cache) in dumpcache() function
/dports/science/netcdf/netcdf-c-4.7.4/libdap2/
H A Ddapdump.h52 extern char* dumpcache(NCcache* cache);
H A Ddapdump.c526 dumpcache(NCcache* cache) in dumpcache() function
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/
H A DCleanSpec.mk61 $(call add-clean-step, rm -f $(TARGET_OUT_OPTIONAL_EXECUTABLES)/dumpcache)
/dports/mail/postfix-postfwd/postfwd-2.03/doc/old/
H A Dpostfwd2.CHANGELOG20 - bugfix: --dumpstats and --dumpcache broke, when --cache_* arguments where given
37 --dumpcache output (thanks to Alexandre Simon)
100 or --delrate <item> options. use --dumpcache to identify
142 - code: --dumpcache command does not require debug mode anymore
H A Dpostfwd1.CHANGELOG34 --dumpcache output (thanks to Alexandre Simon)
95 or --delrate <item> options. use --dumpcache to identify
120 - feature: ported --dumpstats and --dumpcache option from postfwd2
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/glulxe/
H A Dstring.cpp700 void Glulxe::dumpcache(cacheblock_t *cablist, int count, int indent) {
711 dumpcache(cab->u.branches, CACHESIZE, indent + 1);
H A Dglulxe.h389 void dumpcache(cacheblock_t *cablist, int count, int indent);
/dports/games/scummvm/scummvm-2.5.1/engines/glk/glulx/
H A Dstring.cpp700 void Glulx::dumpcache(cacheblock_t *cablist, int count, int indent) {
711 dumpcache(cab->u.branches, CACHESIZE, indent + 1);
H A Dglulx.h393 void dumpcache(cacheblock_t *cablist, int count, int indent);
/dports/archivers/szip/szip-1.12b_2/
H A Dsz_mod4.c64 #define dumpcache(m) M_dumpcache() macro
77 static void dumpcache(sz_model *m)
/dports/mail/alpine/alpine-465e23b/pith/
H A Dimap.c1109 imap_flush_passwd_cache(int dumpcache) in imap_flush_passwd_cache() argument
1120 if(dumpcache){ in imap_flush_passwd_cache()
/dports/editors/pico-alpine/alpine-465e23b/pith/
H A Dimap.c1109 imap_flush_passwd_cache(int dumpcache) in imap_flush_passwd_cache() argument
1120 if(dumpcache){ in imap_flush_passwd_cache()
/dports/dns/bind911/bind-9.11.37/bin/named/
H A Dserver.c234 bool dumpcache; member
10156 if (dctx->dumpcache && dns_view_iscacheshared(dctx->view->view)) { in dumpdone()
10162 dctx->dumpcache) in dumpdone()
10301 dctx->dumpcache = true; in ns_server_dumpdb()
10338 dctx->dumpcache = false; in ns_server_dumpdb()
10345 dctx->dumpcache = false; in ns_server_dumpdb()
10351 dctx->dumpcache = false; in ns_server_dumpdb()
10358 dctx->dumpcache = false; in ns_server_dumpdb()
/dports/dns/bind916/bind-9.16.27/bin/named/
H A Dserver.c261 bool dumpcache; member
11081 if (dctx->dumpcache && dns_view_iscacheshared(dctx->view->view)) { in dumpdone()
11085 } else if (dctx->zone == NULL && dctx->cache == NULL && dctx->dumpcache) in dumpdone()
11224 dctx->dumpcache = true; in named_server_dumpdb()
11266 dctx->dumpcache = false; in named_server_dumpdb()
11273 dctx->dumpcache = false; in named_server_dumpdb()
11279 dctx->dumpcache = false; in named_server_dumpdb()
11286 dctx->dumpcache = false; in named_server_dumpdb()
/dports/dns/samba-nsupdate/bind-9.16.5/bin/named/
H A Dserver.c240 bool dumpcache; member
10974 if (dctx->dumpcache && dns_view_iscacheshared(dctx->view->view)) { in dumpdone()
10978 } else if (dctx->zone == NULL && dctx->cache == NULL && dctx->dumpcache) in dumpdone()
11111 dctx->dumpcache = true; in named_server_dumpdb()
11148 dctx->dumpcache = false; in named_server_dumpdb()
11155 dctx->dumpcache = false; in named_server_dumpdb()
11161 dctx->dumpcache = false; in named_server_dumpdb()
11168 dctx->dumpcache = false; in named_server_dumpdb()
/dports/dns/bind-tools/bind-9.16.27/bin/named/
H A Dserver.c261 bool dumpcache; member
11081 if (dctx->dumpcache && dns_view_iscacheshared(dctx->view->view)) { in dumpdone()
11085 } else if (dctx->zone == NULL && dctx->cache == NULL && dctx->dumpcache) in dumpdone()
11224 dctx->dumpcache = true; in named_server_dumpdb()
11266 dctx->dumpcache = false; in named_server_dumpdb()
11273 dctx->dumpcache = false; in named_server_dumpdb()
11279 dctx->dumpcache = false; in named_server_dumpdb()
11286 dctx->dumpcache = false; in named_server_dumpdb()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/named/
H A Dserver.c256 bool dumpcache; member
11440 if (dctx->dumpcache && dns_view_iscacheshared(dctx->view->view)) { in dumpdone()
11444 } else if (dctx->zone == NULL && dctx->cache == NULL && dctx->dumpcache) in dumpdone()
11583 dctx->dumpcache = true; in named_server_dumpdb()
11625 dctx->dumpcache = false; in named_server_dumpdb()
11632 dctx->dumpcache = false; in named_server_dumpdb()
11638 dctx->dumpcache = false; in named_server_dumpdb()
11645 dctx->dumpcache = false; in named_server_dumpdb()
/dports/mail/postfix-postfwd/postfwd-2.03/sbin/
H A Dpostfwd226 dumpcache => 'DC',
248 dumpcache => qr/^CMD\s*=\s*$postfwd_commands{dumpcache}\s*;\s*$/i,
H A Dpostfwd1226 dumpcache => 'DC',
248 dumpcache => qr/^CMD\s*=\s*$postfwd_commands{dumpcache}\s*;\s*$/i,
H A Dpostfwd2226 dumpcache => 'DC',
248 dumpcache => qr/^CMD\s*=\s*$postfwd_commands{dumpcache}\s*;\s*$/i,

12