Searched defs:cp2 (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/cache/
H A Dmod_socache_shmcb.c290 char *path, *cp, *cp2; local
305 cp2 = path + strlen(path) - 1;
308 if (*cp2 != ')') {
313 *cp2 = '\0';
317 if (endptr != cp2) {
332 else if (cp2 >= path && *cp2 == ')') {
/httpd/modules/ssl/
H A Dssl_engine_vars.c180 char *cp, *cp2; local
192 if ((cp2 = strchr(cp, ' ')) != NULL)
193 *cp2 = NUL;
198 if ((cp2 = strchr(cp, ' ')) != NULL)
199 *cp2 = NUL;
/httpd/modules/mappers/
H A Dmod_rewrite.c4818 char *cp2; local
4984 cp2 = subst_prefix_path(r, cp, (*dconf->directory == '/')
4988 if (strcmp(cp2, cp) != 0) {
4991 cp2, NULL);

Completed in 29 milliseconds