apr_time_sec      114 sapi/apache2handler/php_functions.c 		add_property_long(return_value, #name, apr_time_sec(rr->name));
apr_time_sec      428 sapi/apache2handler/php_functions.c 				 apr_time_sec(serv->timeout), apr_time_sec(serv->keep_alive_timeout));
apr_time_sec      227 sapi/apache2handler/sapi_apache2.c 	ctx->finfo.st_atime.tv_sec = apr_time_sec(ctx->r->finfo.atime);
apr_time_sec      228 sapi/apache2handler/sapi_apache2.c 	ctx->finfo.st_mtime.tv_sec = apr_time_sec(ctx->r->finfo.mtime);
apr_time_sec      229 sapi/apache2handler/sapi_apache2.c 	ctx->finfo.st_ctime.tv_sec = apr_time_sec(ctx->r->finfo.ctime);
apr_time_sec      231 sapi/apache2handler/sapi_apache2.c 	ctx->finfo.st_atime = apr_time_sec(ctx->r->finfo.atime);
apr_time_sec      232 sapi/apache2handler/sapi_apache2.c 	ctx->finfo.st_mtime = apr_time_sec(ctx->r->finfo.mtime);
apr_time_sec      233 sapi/apache2handler/sapi_apache2.c 	ctx->finfo.st_ctime = apr_time_sec(ctx->r->finfo.ctime);