Searched refs:rx (Results 1 - 4 of 4) sorted by relevance
/httpd/server/ |
H A D | util_regex.c | 36 * substitute: s/rx/subs/ 37 * match: m/rx/ or just /rx/ 69 if (ap_regcomp(&ret->rx, pattern, 0) == 0) { 70 apr_pool_cleanup_register(pool, &ret->rx, rxplus_cleanup, 108 if (ap_regcomp(&ret->rx, rxstr, ret->flags) == 0) { 109 apr_pool_cleanup_register(pool, &ret->rx, rxplus_cleanup, 139 AP_DECLARE(int) ap_rxplus_exec(apr_pool_t *pool, ap_rxplus_t *rx, argument 147 if (ap_regexec(&rx->rx, patter 181 ap_rxplus_nmatch(ap_rxplus_t *rx) argument 191 ap_rxplus_match(ap_rxplus_t *rx, int n, int *len, const char **match) argument 203 ap_rxplus_pmatch(apr_pool_t *pool, ap_rxplus_t *rx, int n) argument [all...] |
/httpd/include/ |
H A D | ap_regex.h | 189 ap_regex_t rx; member in struct:__anon10 216 * @param rx The regex match to apply 225 AP_DECLARE(int) ap_rxplus_exec(apr_pool_t *pool, ap_rxplus_t *rx, 231 * @param rx The regexp 234 AP_DECLARE(int) ap_rxplus_nmatch(ap_rxplus_t *rx); variable 236 #define ap_rxplus_nmatch(rx) (((rx)->match != NULL) ? (rx)->nmatch : 0) 242 * @param rx The regexp 247 AP_DECLARE(void) ap_rxplus_match(ap_rxplus_t *rx, in [all...] |
/httpd/build/aix/ |
H A D | aixproto.ksh | 30 find ${files} -type d -exec chmod og+rx {} \;
|
H A D | mkinstallp.ksh | 89 find ${files} -type d -exec chmod og+rx {} \;
|
Completed in 24 milliseconds