Home
last modified time | relevance | path

Searched refs:ovmethod (Results 1 – 25 of 95) sorted by relevance

1234

/dports/news/inn-current/inn-2.7-20211226/storage/
H A DMake.methods20 ## Included from buffindexed/ovmethod.mk
32 ## Included from ovsqlite/ovmethod.mk
59 ## Included from tradindexed/ovmethod.mk
H A Dov.c51 if (innconf->ovmethod == NULL) { in OVopen()
56 if (!strcmp(innconf->ovmethod, ov_methods[i].name)) in OVopen()
60 warn("%s is not found for ovmethod", innconf->ovmethod); in OVopen()
H A Doverview.c62 if (innconf->ovmethod == NULL) { in overview_open()
70 if (strcmp(innconf->ovmethod, ov_methods[i].name) == 0) in overview_open()
73 warn("%s is not a known overview method", innconf->ovmethod); in overview_open()
/dports/news/inn/inn-2.6.4/storage/
H A DMake.methods13 ## Included from buffindexed/ovmethod.mk
25 ## Included from tradindexed/ovmethod.mk
H A Doverview.c63 if (innconf->ovmethod == NULL) { in overview_open()
71 if (strcmp(innconf->ovmethod, ov_methods[i].name) == 0) in overview_open()
74 warn("%s is not a known overview method", innconf->ovmethod); in overview_open()
H A Dov.c52 if (innconf->ovmethod == NULL) { in OVopen()
57 if (!strcmp(innconf->ovmethod, ov_methods[i].name)) in OVopen()
61 warn("%s is not found for ovmethod", innconf->ovmethod); in OVopen()
/dports/sysutils/shlock/inn-2.6.4/storage/
H A DMake.methods13 ## Included from buffindexed/ovmethod.mk
25 ## Included from tradindexed/ovmethod.mk
H A Doverview.c63 if (innconf->ovmethod == NULL) { in overview_open()
71 if (strcmp(innconf->ovmethod, ov_methods[i].name) == 0) in overview_open()
74 warn("%s is not a known overview method", innconf->ovmethod); in overview_open()
H A Dov.c52 if (innconf->ovmethod == NULL) { in OVopen()
57 if (!strcmp(innconf->ovmethod, ov_methods[i].name)) in OVopen()
61 warn("%s is not found for ovmethod", innconf->ovmethod); in OVopen()
/dports/news/inn-current/inn-2.7-20211226/tests/overview/
H A Dapi-t.c68 free(innconf->ovmethod); in fake_innconf()
115 if (strcmp(innconf->ovmethod, "buffindexed") == 0) in overview_init()
559 if (strcmp(innconf->ovmethod, "buffindexed") == 0) { in overview_tests()
712 innconf->ovmethod = xstrdup("tradindexed"); in main()
720 free(innconf->ovmethod); in main()
721 innconf->ovmethod = xstrdup("buffindexed"); in main()
/dports/news/inn/inn-2.6.4/tests/overview/
H A Dapi-t.c69 free(innconf->ovmethod); in fake_innconf()
116 if (strcmp(innconf->ovmethod, "buffindexed") == 0) in overview_init()
560 if (strcmp(innconf->ovmethod, "buffindexed") == 0) { in overview_tests()
713 innconf->ovmethod = xstrdup("tradindexed"); in main()
721 free(innconf->ovmethod); in main()
722 innconf->ovmethod = xstrdup("buffindexed"); in main()
/dports/sysutils/shlock/inn-2.6.4/tests/overview/
H A Dapi-t.c69 free(innconf->ovmethod); in fake_innconf()
116 if (strcmp(innconf->ovmethod, "buffindexed") == 0) in overview_init()
560 if (strcmp(innconf->ovmethod, "buffindexed") == 0) { in overview_tests()
713 innconf->ovmethod = xstrdup("tradindexed"); in main()
721 free(innconf->ovmethod); in main()
722 innconf->ovmethod = xstrdup("buffindexed"); in main()
/dports/news/inn/inn-2.6.4/tests/data/etc/
H A Dinn-bfx.conf8 ovmethod: buffindexed
H A Dinn-tdx.conf8 ovmethod: tradindexed
/dports/news/inn-current/inn-2.7-20211226/tests/data/etc/
H A Dinn-bfx.conf7 ovmethod: buffindexed
H A Dinn-tdx.conf7 ovmethod: tradindexed
/dports/sysutils/shlock/inn-2.6.4/tests/data/etc/
H A Dinn-bfx.conf8 ovmethod: buffindexed
H A Dinn-tdx.conf8 ovmethod: tradindexed
/dports/news/inn-current/inn-2.7-20211226/scripts/
H A Dinnshellvars.pl.in107 if ($ovmethod && $ovmethod eq "ovdb") {
/dports/news/inn/inn-2.6.4/scripts/
H A Dinnshellvars.pl.in108 if ($ovmethod && $ovmethod eq "ovdb") {
/dports/sysutils/shlock/inn-2.6.4/scripts/
H A Dinnshellvars.pl.in108 if ($ovmethod && $ovmethod eq "ovdb") {
/dports/news/inn-current/inn-2.7-20211226/samples/
H A Dbuffindexed.conf.in5 ## configured by the ovmethod: parameter in inn.conf).
/dports/news/inn/inn-2.6.4/samples/
H A Dbuffindexed.conf.in7 ## configured by the ovmethod: parameter in inn.conf).
/dports/sysutils/shlock/inn-2.6.4/samples/
H A Dbuffindexed.conf.in7 ## configured by the ovmethod: parameter in inn.conf).
/dports/news/inn-current/inn-2.7-20211226/doc/pod/
H A Drc.news.pod39 If I<ovmethod> is set to C<ovdb> in F<inn.conf>: B<ovdb_init> is run;
44 If I<ovmethod> is set to C<ovsqlite> in F<inn.conf>: B<ovsqlite-server>

1234