Home
last modified time | relevance | path

Searched refs:g_searchmax (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/hyperestraier/hyperestraier-1.4.13/
H A Destfraud.c36 int g_searchmax = 0; /* maximum number of documents to send */ variable
145 g_searchmax = atoi(skiplabel(rp)); in realmain()
173 if(g_searchmax < 0) die("searchmax is undefined."); in realmain()
452 if(max > g_searchmax) max = g_searchmax; in sendnodecmdsearch()
H A Destmaster.c165 int g_searchmax = 0; /* maximum number of documents to send */ variable
636 g_searchmax = atoi(skiplabel(rp)); in startup()
718 if(g_searchmax < 1) die("searchmax is undefined"); in startup()
3090 max = max > g_searchmax ? g_searchmax : max; in sendnodecmdsearch()
3344 g_rateuri, g_mergemethod, g_scoreexpr, g_searchmax, g_wildmax); in sendnodecmdsearchhelper()
3390 max = max > g_searchmax ? g_searchmax : max; in sendnodecmdlist()
4169 max = max > g_searchmax ? g_searchmax : max; in sendnodecmdsearchui()
4751 max = max > g_searchmax ? g_searchmax : max; in sendnodecmdsearchatom()
5109 max = max > g_searchmax ? g_searchmax : max; in sendnodecmdsearchrss()