Home
last modified time | relevance | path

Searched refs:cacheitem (Results 1 – 19 of 19) sorted by relevance

/dports/www/mybb/mybb-mybb_1829/admin/modules/tools/
H A Dcache.php40 $cacheitem = array( variable
48 $cacheitem = $db->fetch_array($query); variable
51 if(!$cacheitem)
57 $cachecontents = unserialize($cacheitem['cache']);
74 $table->output($lang->cache." {$cacheitem['title']}");
174 while($cacheitem = $db->fetch_array($query)) variable
178 $func = "update_{$cacheitem['title']}";
183 $func = "reload_{$cacheitem['title']}";
188 $func = "update_{$cacheitem['title']}";
193 $func = "reload_{$cacheitem['title']}";
[all …]
/dports/net-mgmt/xymon-server/xymon-4.3.30/xymond/
H A Ddo_rrd.c223 cacheitem->key, (newdata ? 1 : 0) + cacheitem->valcount, cacheitem->tpl->template); in flush_cached_updates()
229 for (i=0; (i < cacheitem->valcount); i++) updparams[4+i] = cacheitem->vals[i]; in flush_cached_updates()
257 if (cacheitem->vals[i]) xfree(cacheitem->vals[i]); in flush_cached_updates()
324 xtreeAdd(updcache, cacheitem->key, cacheitem); in create_and_update_rrd()
397 if (cacheitem->updseq[cacheitem->valcount-1] == seq) { in create_and_update_rrd()
410 else if (cacheitem->updtime[cacheitem->valcount-1] > updtime) { in create_and_update_rrd()
416 else if (cacheitem->updtime[cacheitem->valcount-1] == updtime) { in create_and_update_rrd()
477 if (cacheitem && (cacheitem->valcount < CACHESZ)) { in create_and_update_rrd()
478 cacheitem->updseq[cacheitem->valcount] = seq; in create_and_update_rrd()
479 cacheitem->updtime[cacheitem->valcount] = updtime; in create_and_update_rrd()
[all …]
/dports/net-mgmt/xymon-client/xymon-4.3.30/xymond/
H A Ddo_rrd.c223 cacheitem->key, (newdata ? 1 : 0) + cacheitem->valcount, cacheitem->tpl->template); in flush_cached_updates()
229 for (i=0; (i < cacheitem->valcount); i++) updparams[4+i] = cacheitem->vals[i]; in flush_cached_updates()
257 if (cacheitem->vals[i]) xfree(cacheitem->vals[i]); in flush_cached_updates()
324 xtreeAdd(updcache, cacheitem->key, cacheitem); in create_and_update_rrd()
397 if (cacheitem->updseq[cacheitem->valcount-1] == seq) { in create_and_update_rrd()
410 else if (cacheitem->updtime[cacheitem->valcount-1] > updtime) { in create_and_update_rrd()
416 else if (cacheitem->updtime[cacheitem->valcount-1] == updtime) { in create_and_update_rrd()
477 if (cacheitem && (cacheitem->valcount < CACHESZ)) { in create_and_update_rrd()
478 cacheitem->updseq[cacheitem->valcount] = seq; in create_and_update_rrd()
479 cacheitem->updtime[cacheitem->valcount] = updtime; in create_and_update_rrd()
[all …]
/dports/mail/fdm/fdm-2.0/
H A Ddb-tdb.c59 struct cacheitem v; in db_add()
108 struct cacheitem v; in db_print_item()
133 struct cacheitem v; in db_expire_item()
162 if (value.dsize != sizeof (struct cacheitem)) in db_clear_item()
H A Dfdm.h329 struct cacheitem { struct
/dports/print/latex-biber/biber-2.1/lib/Biber/
H A DSection.pm667 my $cacheitem = shift;
668 push @{$self->{sortcache}}, $cacheitem;
/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/
H A DLibrary_filterconfig.mk50 filter/source/config/cache/cacheitem \
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/
H A DLibrary_filterconfig.mk50 filter/source/config/cache/cacheitem \
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dmailbox.h113 struct cacheitem { struct
122 struct cacheitem item[NUM_CACHE_FIELDS]; argument
H A Dmailbox.c494 const char *cacheitem, *next; in cache_parserecord() local
501 cacheitem = buf->s + offset; in cache_parserecord()
511 if (offset + CACHE_ITEM_SIZE_SKIP + CACHE_ITEM_LEN(cacheitem) > buf_size) { in cache_parserecord()
514 offset, CACHE_ITEM_LEN(cacheitem), in cache_parserecord()
520 crec->item[cache_ent].len = CACHE_ITEM_LEN(cacheitem); in cache_parserecord()
524 next = CACHE_ITEM_NEXT(cacheitem); in cache_parserecord()
525 if (next < cacheitem) { in cache_parserecord()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dmailbox.h123 struct cacheitem { struct
132 struct cacheitem item[NUM_CACHE_FIELDS]; argument
H A Dmailbox.c465 const char *cacheitem, *next; in cache_parserecord() local
472 cacheitem = buf->s + offset; in cache_parserecord()
484 if (offset + CACHE_ITEM_SIZE_SKIP + CACHE_ITEM_LEN(cacheitem) > buf_size) { in cache_parserecord()
490 offset, CACHE_ITEM_LEN(cacheitem), in cache_parserecord()
496 crec->item[cache_ent].len = CACHE_ITEM_LEN(cacheitem); in cache_parserecord()
500 next = CACHE_ITEM_NEXT(cacheitem); in cache_parserecord()
501 if (next < cacheitem) { in cache_parserecord()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dmailbox.h118 struct cacheitem { struct
127 struct cacheitem item[NUM_CACHE_FIELDS]; argument
H A Dmailbox.c464 const char *cacheitem, *next; in cache_parserecord() local
471 cacheitem = buf->s + offset; in cache_parserecord()
481 if (offset + CACHE_ITEM_SIZE_SKIP + CACHE_ITEM_LEN(cacheitem) > buf_size) { in cache_parserecord()
484 offset, CACHE_ITEM_LEN(cacheitem), in cache_parserecord()
490 crec->item[cache_ent].len = CACHE_ITEM_LEN(cacheitem); in cache_parserecord()
494 next = CACHE_ITEM_NEXT(cacheitem); in cache_parserecord()
495 if (next < cacheitem) { in cache_parserecord()
/dports/print/latex-biber/biber-2.1/lib/
H A DBiber.pm1944 foreach my $cacheitem (@{$section->get_sort_cache}) {
1945 if (Compare($list->get_sortscheme, $cacheitem->[0])) {
1948 $list->set_keys($cacheitem->[1]);
1949 $list->set_sortinitdata($cacheitem->[2]);
1950 $list->set_extrayeardata($cacheitem->[3]);
1951 $list->set_extraalphadata($cacheitem->[4]);
/dports/editors/libreoffice/libreoffice-7.2.6.2/solenv/clang-format/
H A Dexcludelist3905 filter/source/config/cache/cacheitem.cxx
3906 filter/source/config/cache/cacheitem.hxx
/dports/editors/libreoffice6/libreoffice-6.4.7.2/solenv/clang-format/
H A Dblacklist4550 filter/source/config/cache/cacheitem.cxx
4551 filter/source/config/cache/cacheitem.hxx
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog901012 filter/source/config/cache/cacheitem.hxx
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog1163061 filter/source/config/cache/cacheitem.hxx