Searched refs:CONDPAT_STR_EQ (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/apache-786.1/httpd/modules/mappers/
H A Dmod_rewrite.c249 CONDPAT_STR_EQ enumerator in enum:__anon6005
3246 case '=': newcond->ptype = CONDPAT_STR_EQ;
3256 if (newcond->ptype && newcond->ptype != CONDPAT_STR_EQ &&
3718 case CONDPAT_STR_EQ:
3746 (p->ptype == CONDPAT_STR_EQ) ? "=" : "", p->pattern,

Completed in 123 milliseconds