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

/httpd/modules/mappers/
H A Dmod_negotiation.c56 #define FLP_NONE 1 /* Return 406, HTTP_NOT_ACCEPTABLE */ macro
115 if (n->forcelangpriority & ~FLP_NONE) {
118 n->forcelangpriority = FLP_NONE;
121 if (n->forcelangpriority & FLP_NONE) {
128 if (n->forcelangpriority & FLP_NONE) {

Completed in 220 milliseconds