Searched refs:vm_max (Results 1 - 4 of 4) sorted by relevance

/httpd/modules/lua/
H A Dlua_vmprep.h70 unsigned int vm_max; member in struct:__anon213
H A Dmod_lua.h128 unsigned int vm_max; member in struct:__anon222
H A Dlua_vmprep.c456 apr_reslist_create(&reslist, spec->vm_min, spec->vm_max, spec->vm_max, 0,
H A Dmod_lua.c194 spec->vm_max = cfg->vm_max ? cfg->vm_max : 1;
1654 cfg->vm_max = vmax;
1956 cfg->vm_max = 0;
2063 a->vm_max = (overrides->vm_max == 0) ? base->vm_max : overrides->vm_max;

Completed in 198 milliseconds