Searched defs:vmax (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/lua/
H A Dmod_lua.c1636 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 88 milliseconds