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

/httpd/modules/filters/
H A Dmod_substitute.c565 subst_pattern_t *nscript; local
625 nscript = apr_array_push(((subst_dir_conf *) cfg)->patterns);
627 nscript->pattern = NULL;
628 nscript->regexp = NULL;
629 nscript->replacement = NULL;
630 nscript->patlen = 0;
633 nscript->patlen = strlen(from);
634 nscript->pattern = apr_strmatch_precompile(cmd->pool, from,
638 nscript->regexp = r;
641 nscript
[all...]

Completed in 1824 milliseconds