Home
last modified time | relevance | path

Searched refs:gettimeofday (Results 26 – 32 of 32) sorted by relevance

12

/PHP-5.5/ext/standard/
H A Dbasic_functions.c2960 PHP_FE(gettimeofday, arginfo_gettimeofday)
4538 if (gettimeofday((struct timeval *) &tm, NULL) != 0) {
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c365 gettimeofday(&tv, NULL); in php_cli_server_get_system_time()
/PHP-5.5/
H A Dconfigure.in625 gettimeofday \
H A DNEWS4701 . Fixed bug #53297 (gettimeofday implementation in php/win32/time.c can return
9092 - Added optional float parameter to gettimeofday(). (Ilia)
9280 - Fixed bug #35143 (gettimeofday() ignores current time zone). (Derick)
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c1103 gettimeofday( &tv, NULL ); in init_conn_key()
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregexec.c1160 #define GETTIME(t) gettimeofday(&(t), (struct timezone* )0)
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c31664 if( gettimeofday(&sNow, 0)==0 ){

Completed in 325 milliseconds

12