Searched defs:CONDPAT_INT_GE (Results 1 - 1 of 1) sorted by relevance
/httpd/modules/mappers/ | ||
H A D | mod_rewrite.c | 293 CONDPAT_INT_GE, enumerator in enum:__anon236 3375 newcond->ptype = CONDPAT_INT_GE; 3945 case CONDPAT_INT_GE: rc = (atoi(input) >= atoi(p->pattern)); break; |
Completed in 1500 milliseconds