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

/httpd/modules/metadata/
H A Dmod_setenvif.c114 enum special special_type; /* is it a "special" header ? */ member in struct:__anon267
359 new->special_type = SPECIAL_REMOTE_ADDR;
362 new->special_type = SPECIAL_REMOTE_HOST;
365 new->special_type = SPECIAL_REQUEST_URI;
368 new->special_type = SPECIAL_REQUEST_METHOD;
371 new->special_type = SPECIAL_REQUEST_PROTOCOL;
374 new->special_type = SPECIAL_SERVER_ADDR;
377 new->special_type = SPECIAL_NOT;
526 switch (b->special_type) {

Completed in 11 milliseconds