git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84598
13f79535-47bb-0310-9956-
ffa450edef68
autoindex_config_rec *d, request_rec *r,
int autoindex_opts, char keyid, char direction)
{
- int x, rv;
+ int x;
+ ap_size_t rv;
char *name = r->uri;
char *tp;
int static_columns = (autoindex_opts & SUPPRESS_COLSORT);
static const char *log_request_time(request_rec *r, char *a)
{
ap_exploded_time_t xt;
- ap_status_t retcode;
+ ap_size_t retcode;
char tstr[MAX_STRING_LEN];
/*
API_EXPORT(char *) ap_ht_time(ap_context_t *p, ap_time_t t, const char *fmt, int gmt)
{
- ap_int32_t retcode;
+ ap_size_t retcode;
char ts[MAX_STRING_LEN];
char tf[MAX_STRING_LEN];
ap_exploded_time_t xt;