APR_RFC822_DATE_LEN 1895 modules/aaa/mod_auth_digest.c         char date[APR_RFC822_DATE_LEN];
APR_RFC822_DATE_LEN  110 modules/cache/mod_file_cache.c     char mtimestr[APR_RFC822_DATE_LEN];
APR_RFC822_DATE_LEN  358 modules/cache/mod_file_cache.c             datestr = apr_palloc(r->pool, APR_RFC822_DATE_LEN);
APR_RFC822_DATE_LEN  907 modules/http/http_filters.c             date = apr_palloc(r->pool, APR_RFC822_DATE_LEN);
APR_RFC822_DATE_LEN  918 modules/http/http_filters.c         date = apr_palloc(r->pool, APR_RFC822_DATE_LEN);
APR_RFC822_DATE_LEN 1227 modules/http/http_filters.c         char *date = apr_palloc(r->pool, APR_RFC822_DATE_LEN);
APR_RFC822_DATE_LEN  436 modules/metadata/mod_expires.c     timestr = apr_palloc(r->pool, APR_RFC822_DATE_LEN);
APR_RFC822_DATE_LEN  798 modules/proxy/mod_proxy_ftp.c     char dates[APR_RFC822_DATE_LEN];
APR_RFC822_DATE_LEN 1725 modules/proxy/mod_proxy_ftp.c         char datestr[APR_RFC822_DATE_LEN];
APR_RFC822_DATE_LEN  324 modules/proxy/proxy_util.c     ndate = apr_palloc(p, APR_RFC822_DATE_LEN);
APR_RFC822_DATE_LEN 1624 server/protocol.c         char *datestr = apr_palloc(r->pool, APR_RFC822_DATE_LEN);
APR_RFC822_DATE_LEN  182 srclib/apr-util/test/testdate.c         char str_date[APR_RFC822_DATE_LEN] = { 0 };