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

/httpd/modules/filters/
H A Dmod_substitute.c52 apr_size_t patlen; member in struct:subst_pattern_t
98 #define SEDRMPATBCKT(b, offset, tmp_b, patlen) do { \
101 apr_bucket_split(tmp_b, patlen); \
193 SEDRMPATBCKT(b, len, tmp_b, script->patlen);
205 len += script->patlen;
630 nscript->patlen = 0;
633 nscript->patlen = strlen(from);

Completed in 1675 milliseconds