Searched refs:vmax (Results 1 - 1 of 1) sorted by relevance
/httpd/modules/lua/ | ||
H A D | mod_lua.c | 1636 unsigned int vmin, vmax; local 1646 vmax = max ? atoi(max) : 1; 1650 if (vmax < vmin) { 1651 vmax = vmin; 1654 cfg->vm_max = vmax; |
Completed in 636 milliseconds