Searched refs:hmax (Results 1 - 19 of 19) sorted by relevance

/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/misc/
H A Dapr_reslist.c49 int hmax; /* hard maximum on the total number of resources */ member in struct:apr_reslist_t
188 while (reslist->nidle < reslist->min && reslist->ntotal < reslist->hmax) {
252 int min, int smax, int hmax,
264 if (min < 0 || min > smax || min > hmax || smax > hmax || hmax == 0 ||
277 hmax = 1;
284 rl->hmax = hmax;
364 while (reslist->ntotal >= reslist->hmax
[all...]
/macosx-10.9.5/apr-30/apr-util/apr-util/misc/
H A Dapr_reslist.c51 int hmax; /* hard maximum on the total number of resources */ member in struct:apr_reslist_t
182 while (reslist->nidle < reslist->min && reslist->ntotal < reslist->hmax) {
236 int min, int smax, int hmax,
248 if (min < 0 || min > smax || min > hmax || smax > hmax || hmax == 0 ||
257 rl->hmax = hmax;
329 while (reslist->ntotal >= reslist->hmax && reslist->nidle <= 0) {
/macosx-10.9.5/apr-30/apr-util/apr-util/include/
H A Dapr_reslist.h75 * @param hmax Absolute maximum limit on the number of total resources.
97 int min, int smax, int hmax,
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dpagesmgr.tcl87 set hmax 0
93 set hmax [expr {$h>$hmax ? $h : $hmax}]
95 configure $path -width $wmax -height $hmax
H A Dnotebook.tcl242 set hmax 0
248 set hmax [expr {$h>$hmax ? $h : $hmax}]
250 configure $path -width $wmax -height $hmax
531 set hmax $data(hpage)
549 if { $himg > $hmax } {
550 set hmax $himg
563 set data(hpage) $hmax
H A Dscrollview.tcl169 set hmax [lindex $hminmax 1]
173 set x1 [expr {$hmax*$_widget(width)+$_widget(bd)-1}]
179 uplevel \#0 $_widget(oldxscroll) $hmin $hmax
H A Dpanedw.tcl340 set hmax 0
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/include/
H A Dapr_reslist.h74 * @param hmax Absolute maximum limit on the number of total resources.
85 * @remark If APR has been compiled without thread support, hmax will be
90 int min, int smax, int hmax,
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/include/
H A Dedit.h174 unsigned short hmax; member in struct:edit
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dcalendar.itk691 set hmax [winfo height $itk_component(page)]
750 set y0 [expr {$wrow*($hmax-$bottom-4)/$weeks+$bottom}]
752 set y1 [expr {($wrow+1)*($hmax-$bottom-4)/$weeks+$bottom}]
/macosx-10.9.5/apache-786.1/httpd/modules/proxy/
H A Dproxy_util.c1683 if (worker->hmax && worker->cp->res) {
1895 if (worker->hmax == 0 || worker->hmax > mpm_threads) {
1896 worker->hmax = mpm_threads;
1898 if (worker->smax == -1 || worker->smax > worker->hmax) {
1899 worker->smax = worker->hmax;
1908 worker->min = worker->smax = worker->hmax = 0;
1910 if (worker->hmax) {
1913 worker->hmax, worker->ttl,
1924 worker->hmax, worke
[all...]
H A Dmod_proxy.h326 int hmax; /* Hard maximum on the total number of connections */ member in struct:proxy_worker
H A Dmod_proxy.c118 worker->hmax = ival;
/macosx-10.9.5/bash-92/bash-3.2/
H A Dvariables.c4011 int hmax; local
4019 hmax = num;
4022 stifle_history (hmax);
4023 hmax = where_history ();
4024 if (history_lines_this_session > hmax)
4025 history_lines_this_session = hmax;
4029 history_truncate_file (get_string_value ("HISTFILE"), hmax);
4030 if (hmax <= history_lines_in_file)
4031 history_lines_in_file = hmax;
/macosx-10.9.5/emacs-92/emacs/lisp/calendar/
H A Dsolar.el360 (hmax (car (cdr
366 (if (> hmax height)
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/edit/
H A Dedit.c1674 return(ep->hmax=av-argv);
1735 return(ep->hmax=ac);
H A Demacs.c657 if(ep->ed->hoff >= ep->ed->hmax)
H A Dvi.c864 if(vp->ed->hoff >= vp->ed->hmax)
/macosx-10.9.5/emacs-92/emacs/src/
H A Ddispnew.c1896 int wmax = 0, hmax = 0;
1977 hmax = max (hmax, dim.height);
1993 total.height = hmax;
1886 int wmax = 0, hmax = 0; local

Completed in 319 milliseconds