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

/httpd/modules/mappers/
H A Dmod_rewrite.c291 CONDPAT_INT_EQ, enumerator in enum:__anon236
3382 newcond->ptype = CONDPAT_INT_EQ;
3390 newcond->ptype = CONDPAT_INT_EQ;
3951 case CONDPAT_INT_EQ: rc = (atoi(input) == atoi(p->pattern)); break;

Completed in 34 milliseconds