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

/httpd/modules/proxy/
H A Dproxy_util.c59 unsigned int bit; member in struct:wstat
887 /* The balancer comparison is a bit trickier. Given the context
947 * Cookies are a bit trickier to match: we've got two substrings to worry
3117 while (pwt->bit) {
3120 *status |= pwt->bit;
3122 *status &= ~(pwt->bit);
3135 while (pwt->bit) {
3136 if (status & pwt->bit)
/httpd/server/
H A Dcore.c1400 /* cast with 64-bit warning avoidance */
1938 etag_components_t bit; local
1953 bit = ETAG_UNSET;
1979 cfg->etag_bits = bit = ETAG_NONE;
1989 cfg->etag_bits = bit = ETAG_ALL;
1993 bit = ETAG_SIZE;
1998 bit = ETAG_MTIME;
2001 bit = ETAG_INODE;
2020 cfg->etag_add |= bit;
2021 cfg->etag_remove &= (~ bit);
[all...]

Completed in 811 milliseconds