Home
last modified time | relevance | path

Searched refs:INCORE_MMAP (Results 1 – 11 of 11) sorted by relevance

/dports/news/inn-current/inn-2.7-20211226/lib/
H A Ddbz.c226 INCORE_MMAP, /* exists mmap'ed. ignored in tagged hash mode */
706 if (tab->incore == INCORE_MMAP) { in closehashtable()
1265 if (tab->incore == INCORE_MMAP) {
1333 if (tab->incore == INCORE_MMAP) {
1556 if (tab->incore == INCORE_MMAP) {
1631 if (options.pag_incore == INCORE_MMAP)
1633 if (options.exists_incore == INCORE_MMAP)
1722 incore = INCORE_MMAP;
/dports/news/inn/inn-2.6.4/lib/
H A Ddbz.c227 INCORE_MMAP, /* exists mmap'ed. ignored in tagged hash mode */
703 if (tab->incore == INCORE_MMAP) { in closehashtable()
1258 if (tab->incore == INCORE_MMAP) {
1326 if(tab->incore == INCORE_MMAP) {
1547 if (tab->incore == INCORE_MMAP) {
1622 if (options.pag_incore == INCORE_MMAP) options.pag_incore = INCORE_NO;
1623 if (options.exists_incore == INCORE_MMAP) options.exists_incore = INCORE_NO;
1709 incore = INCORE_MMAP;
/dports/sysutils/shlock/inn-2.6.4/lib/
H A Ddbz.c227 INCORE_MMAP, /* exists mmap'ed. ignored in tagged hash mode */
703 if (tab->incore == INCORE_MMAP) { in closehashtable()
1258 if (tab->incore == INCORE_MMAP) {
1326 if(tab->incore == INCORE_MMAP) {
1547 if (tab->incore == INCORE_MMAP) {
1622 if (options.pag_incore == INCORE_MMAP) options.pag_incore = INCORE_NO;
1623 if (options.exists_incore == INCORE_MMAP) options.exists_incore = INCORE_NO;
1709 incore = INCORE_MMAP;
/dports/news/inn-current/inn-2.7-20211226/include/inn/
H A Ddbz.h36 INCORE_MMAP enumerator
/dports/news/inn/inn-2.6.4/include/inn/
H A Ddbz.h27 typedef enum {INCORE_NO, INCORE_MEM, INCORE_MMAP} dbz_incore_val; enumerator
/dports/sysutils/shlock/inn-2.6.4/include/inn/
H A Ddbz.h27 typedef enum {INCORE_NO, INCORE_MEM, INCORE_MMAP} dbz_incore_val; enumerator
/dports/news/newsx/newsx-1.6/dbz/
H A Ddbz-v6.h38 typedef enum {INCORE_NO, INCORE_MEM, INCORE_MMAP} dbz_incore_val; enumerator
H A Ddbz-v6.c290 INCORE_MMAP, /* exists_incode exists mmap'ed. ignored in tagged hash mode */
791 if (tab->incore == INCORE_MMAP) { in closehashtable()
1387 if (tab->incore == INCORE_MMAP) {
1674 if (tab->incore == INCORE_MMAP)
1836 incore = INCORE_MMAP;
/dports/news/inn-current/inn-2.7-20211226/history/hisv6/
H A Dhisv6.c350 opt.pag_incore = INCORE_MMAP; in hisv6_reopen()
353 opt.pag_incore = (h->flags & HIS_MMAP) ? INCORE_MMAP : INCORE_NO; in hisv6_reopen()
355 (h->flags & HIS_MMAP) ? INCORE_MMAP : INCORE_NO; in hisv6_reopen()
363 opt.pag_incore = INCORE_MMAP; in hisv6_reopen()
364 opt.exists_incore = INCORE_MMAP; in hisv6_reopen()
/dports/news/inn/inn-2.6.4/history/hisv6/
H A Dhisv6.c354 opt.pag_incore = INCORE_MMAP; in hisv6_reopen()
357 opt.pag_incore = (h->flags & HIS_MMAP) ? INCORE_MMAP : INCORE_NO; in hisv6_reopen()
358 opt.exists_incore = (h->flags & HIS_MMAP) ? INCORE_MMAP : INCORE_NO; in hisv6_reopen()
366 opt.pag_incore = INCORE_MMAP; in hisv6_reopen()
367 opt.exists_incore = INCORE_MMAP; in hisv6_reopen()
/dports/sysutils/shlock/inn-2.6.4/history/hisv6/
H A Dhisv6.c354 opt.pag_incore = INCORE_MMAP; in hisv6_reopen()
357 opt.pag_incore = (h->flags & HIS_MMAP) ? INCORE_MMAP : INCORE_NO; in hisv6_reopen()
358 opt.exists_incore = (h->flags & HIS_MMAP) ? INCORE_MMAP : INCORE_NO; in hisv6_reopen()
366 opt.pag_incore = INCORE_MMAP; in hisv6_reopen()
367 opt.exists_incore = INCORE_MMAP; in hisv6_reopen()