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

/httpd/modules/filters/
H A Dmod_include.c119 xbithack_t xbithack; member in struct:__anon158
3792 /* When our xbithack value isn't set to full or our platform isn't
3797 if ((conf->xbithack != XBITHACK_FULL)
3928 else if (((conf->xbithack == XBITHACK_FULL ||
3929 (conf->xbithack == XBITHACK_UNSET &&
3964 /* These OS's don't support xbithack. This is being worked on. */
3973 if (conf->xbithack == XBITHACK_OFF ||
3975 conf->xbithack == XBITHACK_UNSET))
4010 result->xbithack = XBITHACK_UNSET;
4027 MERGE(base, over, new, xbithack, XBITHACK_UNSE
[all...]

Completed in 681 milliseconds