Home
last modified time | relevance | path

Searched refs:tv (Results 26 – 37 of 37) sorted by relevance

12

/PHP-7.4/ext/mbstring/libmbfl/
H A DREADME.md74 Maksym Veremeyenko <verem@m1stereo.tv>
/PHP-7.4/ext/session/
H A Dsession.c1164 struct timeval tv; in CACHE_LIMITER_FUNC() local
1167 gettimeofday(&tv, NULL); in CACHE_LIMITER_FUNC()
1168 now = tv.tv_sec + PS(cache_expire) * 60; in CACHE_LIMITER_FUNC()
1331 struct timeval tv; in php_session_send_cookie() local
1334 gettimeofday(&tv, NULL); in php_session_send_cookie()
1335 t = tv.tv_sec + PS(cookie_lifetime); in php_session_send_cookie()
3131 struct timeval tv = {0}; in php_session_rfc1867_update() local
3133 gettimeofday(&tv, NULL); in php_session_rfc1867_update()
3134 dtv = (double) tv.tv_sec + tv.tv_usec / 1000000.0; in php_session_rfc1867_update()
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c2442 struct timeval tv; in php_openssl_sockop_set_option() local
2449 tv.tv_sec = (long)FG(default_socket_timeout); in php_openssl_sockop_set_option()
2451 tv.tv_sec = (time_t)FG(default_socket_timeout); in php_openssl_sockop_set_option()
2453 tv.tv_usec = 0; in php_openssl_sockop_set_option()
2455 tv = sslsock->connect_timeout; in php_openssl_sockop_set_option()
2458 tv.tv_sec = value; in php_openssl_sockop_set_option()
2459 tv.tv_usec = 0; in php_openssl_sockop_set_option()
2464 } else if (php_pollfd_for(sslsock->s.socket, PHP_POLLREADABLE|POLLPRI, &tv) > 0) { in php_openssl_sockop_set_option()
H A Dopenssl.c1288 struct timeval tv; in php_openssl_rand_add_timeval() local
1290 gettimeofday(&tv, NULL); in php_openssl_rand_add_timeval()
1291 RAND_add(&tv, sizeof(tv), 0.0); in php_openssl_rand_add_timeval()
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c250 struct timeval tv; in LSAPI_Log() local
252 gettimeofday(&tv, NULL); in LSAPI_Log()
253 localtime_r(&tv.tv_sec, &tm); in LSAPI_Log()
258 tm.tm_hour, tm.tm_min, tm.tm_sec, (int)tv.tv_usec); in LSAPI_Log()
1364 struct timeval tv; in init_conn_key() local
1366 gettimeofday( &tv, NULL ); in init_conn_key()
1367 srand( (tv.tv_sec % 0x1000 + tv.tv_usec) ^ rand() ); in init_conn_key()
/PHP-7.4/ext/soap/
H A Dphp_http.c171 struct timeval tv; in http_connect() local
187 tv.tv_sec = Z_LVAL_P(tmp); in http_connect()
188 tv.tv_usec = 0; in http_connect()
189 timeout = &tv; in http_connect()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_connection.c2591 struct timeval tv; local
2635 tv.tv_sec = sec + (usec / 1000000);
2636 tv.tv_usec = usec % 1000000;
2638 tv.tv_sec = sec;
2639 tv.tv_usec = usec;
2642 tv_p = &tv;
/PHP-7.4/main/streams/
H A Duserspace.c1068 struct timeval tv = *(struct timeval*)ptrparam; in php_userstreamop_set_option() local
1069 ZVAL_LONG(&args[1], tv.tv_sec); in php_userstreamop_set_option()
1070 ZVAL_LONG(&args[2], tv.tv_usec); in php_userstreamop_set_option()
/PHP-7.4/win32/build/
H A Dconfutils.js1548 var tv;
1567 tv = configure_subst.Item(sym);
1572 tv = "";
1632 tv += " " + obj;
1757 DEFINE(sym, tv);
/PHP-7.4/main/
H A Dfastcgi.c1450 struct timeval tv = {5,0};
1458 ret = select(req->fd + 1, &set, NULL, NULL, &tv) >= 0;
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます3901 # Reference: https://mirrors.kodi.tv/releases/source/17.3-Krypton.tar.gz
H A Dmagic3901 # Reference: https://mirrors.kodi.tv/releases/source/17.3-Krypton.tar.gz

Completed in 188 milliseconds

12