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

/httpd/support/
H A Dlogresolve.pl.in128 my (@buffer, $child, $ip, $rest, $hostname, $response);
137 ($ip, $rest) = split(/ /, $_, 2); # separate IP form rest
160 ($ip, $rest) = split(/ /, $buffer[$line], 2);
161 # separate IP from rest and replace with cached hostname
162 printf STDOUT ("%s %s", $hash{$ip}, $rest);
H A Dapxs.in92 my ($first, $rest) = ($1,$2);
101 if ($rest eq '') {
106 $rest = shift(@ARGV);
108 eval "\$opt_$first = \$rest;";
112 if ($rest eq '') {
117 $rest = shift(@ARGV);
119 eval "push(\@opt_$first, \$rest);";
123 if ($rest eq '') {
127 $ARGV[0] = "-$rest";
134 if ($rest n
[all...]
H A Dhtcacheclean.c1137 const char *rest)
1143 const char *header = apr_pstrcat(pool, rest, CACHE_HEADER_SUFFIX, NULL);
1144 const char *data = apr_pstrcat(pool, rest, CACHE_DATA_SUFFIX, NULL);
1145 const char *vdir = apr_pstrcat(pool, rest, CACHE_HEADER_SUFFIX,
1161 int restlen = strlen(rest);
1162 if (dirent.filetype == APR_DIR && !strncmp(rest, dirent.name, len)) {
1164 rv = find_directory(pool, dirname, rest + (len < restlen ? len
1136 find_directory(apr_pool_t *pool, const char *base, const char *rest) argument
/httpd/server/
H A Dconfig.c1909 const char *rest; local
1918 rest = ap_strchr_c(fname, '/');
1919 if (rest) {
1920 fname = apr_pstrndup(ptemp, fname, rest - fname);
1921 rest++;
1927 if (!rest) {
1933 return process_resource_config_fnmatch(s, path, rest,
1961 if (rest && (rv == APR_SUCCESS) && (dirent.filetype != APR_DIR)) {
1982 if (!rest) {
1988 error = process_resource_config_fnmatch(s, fnew->fname, rest,
[all...]

Completed in 69 milliseconds