apr_time_sec       94 sapi/apache2filter/php_functions.c 		add_property_long(return_value, #name, apr_time_sec(rr->name));
apr_time_sec      189 sapi/apache2filter/sapi_apache2.c 	ctx->finfo.st_atime.tv_sec = apr_time_sec(ctx->r->finfo.atime);
apr_time_sec      190 sapi/apache2filter/sapi_apache2.c 	ctx->finfo.st_mtime.tv_sec = apr_time_sec(ctx->r->finfo.mtime);
apr_time_sec      191 sapi/apache2filter/sapi_apache2.c 	ctx->finfo.st_ctime.tv_sec = apr_time_sec(ctx->r->finfo.ctime);
apr_time_sec      193 sapi/apache2filter/sapi_apache2.c 	ctx->finfo.st_atime = apr_time_sec(ctx->r->finfo.atime);
apr_time_sec      194 sapi/apache2filter/sapi_apache2.c 	ctx->finfo.st_mtime = apr_time_sec(ctx->r->finfo.mtime);
apr_time_sec      195 sapi/apache2filter/sapi_apache2.c 	ctx->finfo.st_ctime = apr_time_sec(ctx->r->finfo.ctime);
apr_time_sec      114 sapi/apache2handler/php_functions.c 		add_property_long(return_value, #name, apr_time_sec(rr->name));
apr_time_sec      424 sapi/apache2handler/php_functions.c 				 apr_time_sec(serv->timeout), apr_time_sec(serv->keep_alive_timeout));
apr_time_sec      225 sapi/apache2handler/sapi_apache2.c 	ctx->finfo.st_atime.tv_sec = apr_time_sec(ctx->r->finfo.atime);
apr_time_sec      226 sapi/apache2handler/sapi_apache2.c 	ctx->finfo.st_mtime.tv_sec = apr_time_sec(ctx->r->finfo.mtime);
apr_time_sec      227 sapi/apache2handler/sapi_apache2.c 	ctx->finfo.st_ctime.tv_sec = apr_time_sec(ctx->r->finfo.ctime);
apr_time_sec      229 sapi/apache2handler/sapi_apache2.c 	ctx->finfo.st_atime = apr_time_sec(ctx->r->finfo.atime);
apr_time_sec      230 sapi/apache2handler/sapi_apache2.c 	ctx->finfo.st_mtime = apr_time_sec(ctx->r->finfo.mtime);
apr_time_sec      231 sapi/apache2handler/sapi_apache2.c 	ctx->finfo.st_ctime = apr_time_sec(ctx->r->finfo.ctime);