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

/httpd/modules/filters/
H A Dmod_include.h58 #define SSI_FLAG_SIZE_IN_BYTES (1<<2) /* Sizes displayed in bytes. */ macro
61 #define SSI_FLAG_SIZE_ABBREV (~(SSI_FLAG_SIZE_IN_BYTES))
H A Dmod_include.c2116 ctx->flags |= SSI_FLAG_SIZE_IN_BYTES;
2184 if (!(ctx->flags & SSI_FLAG_SIZE_IN_BYTES)) {

Completed in 2245 milliseconds