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

/httpd/modules/filters/
H A Dmod_deflate.c94 static const char deflate_magic[2] = { '\037', '\213' }; variable
1214 if (ctx->header[0] != deflate_magic[0] ||
1215 ctx->header[1] != deflate_magic[1]) {
1740 if (ctx->header[0] != deflate_magic[0] ||
1741 ctx->header[1] != deflate_magic[1]) {

Completed in 23 milliseconds