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

/httpd/modules/dav/main/
H A Dmod_dav.c85 int allow_depthinfinity; member in struct:__anon114
198 newconf->allow_depthinfinity = DAV_INHERIT_VALUE(parent, child,
199 allow_depthinfinity);
285 conf->allow_depthinfinity = DAV_ENABLED_ON;
287 conf->allow_depthinfinity = DAV_ENABLED_OFF;
2048 if (conf->allow_depthinfinity != DAV_ENABLED_ON) {

Completed in 32 milliseconds