Searched defs:now (Results 1 – 14 of 14) sorted by relevance
/php-src/sapi/fpm/fpm/ |
H A D | fpm_request.c | 40 struct timeval now; in fpm_request_accepting() local 64 struct timeval now; in fpm_request_reading_headers() local 113 struct timeval now; in fpm_request_info() local 156 struct timeval now; in fpm_request_executing() local 174 struct timeval now; in fpm_request_end() local 210 struct timeval now; in fpm_request_finished() local 225 void fpm_request_check_timed_out(struct fpm_child_s *child, struct timeval *now, int terminate_time… in fpm_request_check_timed_out()
|
H A D | fpm_process_ctl.c | 297 static void fpm_pctl_check_request_timeout(struct timeval *now) /* {{{ */ in fpm_pctl_check_request_timeout() 327 static void fpm_pctl_perform_idle_server_maintenance(struct timeval *now) /* {{{ */ in fpm_pctl_perform_idle_server_maintenance() 380 struct timeval last, now; in fpm_pctl_perform_idle_server_maintenance() local 462 struct timeval now; in fpm_pctl_heartbeat() local 487 struct timeval now; in fpm_pctl_perform_idle_server_maintenance_heartbeat() local
|
H A D | fpm_events.c | 33 #define fpm_event_set_timeout(ev, now) timeradd(&(now), &(ev)->frequency, &(ev)->timeout); argument 385 struct timeval now; in fpm_event_loop() local 498 struct timeval now; in fpm_event_add() local
|
H A D | fpm_status.c | 53 struct timeval duration, now; in fpm_status_export_to_zval() local 544 struct timeval duration, now; in fpm_status_handle_request() local
|
H A D | fpm_children.c | 310 time_t now = tv1.tv_sec; in fpm_children_bury() local
|
/php-src/win32/build/ |
H A D | mkdist.php | 276 $now = date("r"); variable
|
/php-src/ext/intl/timezone/ |
H A D | timezone_class.cpp | 314 UDate now = Calendar::getNow(); in TimeZone_get_debug_info() local
|
/php-src/ext/session/ |
H A D | mod_files.c | 286 time_t now; in ps_files_cleanup_dir() local
|
H A D | session.c | 1298 time_t now; in CACHE_LIMITER_FUNC() local
|
/php-src/ext/phar/ |
H A D | zip.c | 159 time_t now; in phar_zip_d2u_time() local
|
/php-src/ext/date/ |
H A D | php_date.c | 1059 PHPAPI zend_long php_parse_date(const char *string, zend_long *now) in php_parse_date() 1091 timelib_time *t, *now; in PHP_FUNCTION() local 1147 timelib_time *now; in php_mktime() local 2368 timelib_time *now; in php_date_initialize() local
|
/php-src/ext/date/lib/ |
H A D | parse_date.c | 25529 void timelib_fill_holes(timelib_time *parsed, timelib_time *now, int options) in timelib_fill_holes()
|
/php-src/ext/openssl/ |
H A D | xp_ssl.c | 1119 struct timeval now; in php_openssl_limit_handshake_reneg() local
|
/php-src/ext/opcache/ |
H A D | ZendAccelerator.c | 186 FILETIME now; in zend_accel_get_time() local
|
Completed in 106 milliseconds