Home
last modified time | relevance | path

Searched refs:timeval (Results 1 – 25 of 64) sorted by path

123

/php-src/docs-old/
H A Dstreams.md97 struct timeval *timeout);
/php-src/ext/date/
H A Dphp_date.c61 struct timeval tm; in php_time()
2388 struct timeval tp = {0}; /* For setting microsecond */ in php_date_get_current_time_with_fraction()
/php-src/ext/fileinfo/
H A Dlibmagic.patch1163 + struct timeval ts;
1181 + struct timeval ts;
1210 -#define timespec timeval
1214 #define timespec timeval
2527 - struct timeval utsbuf[2];
/php-src/ext/fileinfo/libmagic/
H A Dcdf.c1403 struct timeval ts; in cdf_dump_dir()
1458 struct timeval ts; in cdf_dump_property_info()
H A Dcdf.h42 #define timespec timeval
H A Dcompress.c428 struct timeval tout = {0, 100 * 1000}; in sread()
/php-src/ext/ftp/
H A Dftp.c121 struct timeval tv; in ftp_open()
1666 struct timeval tv; in ftp_getdata()
/php-src/ext/ldap/
H A Dldap.c3013 struct timeval *timeout = NULL; in PHP_FUNCTION()
3041 struct timeval *timeout = NULL; in PHP_FUNCTION()
3189 struct timeval timeout; in PHP_FUNCTION()
3213 struct timeval timeout; in PHP_FUNCTION()
/php-src/ext/mysqlnd/
H A Dmysqlnd_connection.c2208 struct timeval tv;
2209 struct timeval *tv_p = NULL;
H A Dmysqlnd_debug.c91 struct timeval tv; in MYSQLND_METHOD()
188 struct timeval tv; in MYSQLND_METHOD()
H A Dmysqlnd_debug.h120 struct timeval __dbg_prof_tp = {0}; \
H A Dmysqlnd_vio.c193 struct timeval tv; in MYSQLND_METHOD()
273 struct timeval tv; in MYSQLND_METHOD()
607 struct timeval tv; in MYSQLND_METHOD()
/php-src/ext/opcache/
H A Dzend_accelerator_module.c595 struct timeval exec_time;
596 struct timeval fetch_time;
/php-src/ext/openssl/
H A Dopenssl.c1073 struct timeval tv; in php_openssl_rand_add_timeval()
H A Dxp_ssl.c158 static struct timeval php_openssl_subtract_timeval(struct timeval a, struct timeval b);
159 static int php_openssl_compare_timeval(struct timeval a, struct timeval b);
195 struct timeval connect_timeout;
1119 struct timeval now; in php_openssl_limit_handshake_reneg()
1969 struct timeval left_time; in php_openssl_enable_crypto()
2050 struct timeval start_time; in php_openssl_sockop_io()
2207 static struct timeval php_openssl_subtract_timeval(struct timeval a, struct timeval b) /* {{{ */ in php_openssl_subtract_timeval()
2209 struct timeval difference; in php_openssl_subtract_timeval()
2223 static int php_openssl_compare_timeval( struct timeval a, struct timeval b ) in php_openssl_compare_timeval()
2449 struct timeval tv; in php_openssl_sockop_set_option()
[all …]
/php-src/ext/random/
H A Drandom.c634 struct timeval tv;
/php-src/ext/session/
H A Dsession.c1176 struct timeval tv; in CACHE_LIMITER_FUNC()
1343 struct timeval tv; in php_session_send_cookie()
3057 struct timeval tv = {0}; in php_session_rfc1867_update()
/php-src/ext/soap/
H A Dphp_http.c164 struct timeval tv; in http_connect()
165 struct timeval *timeout = NULL; in http_connect()
/php-src/ext/sockets/
H A Dsockets.c566 struct timeval tv;
567 struct timeval *tv_p = NULL;
1558 struct timeval tv;
1767 struct timeval tv;
/php-src/ext/standard/
H A Dbasic_functions.c1194 struct timeval tm;
1203 if (gettimeofday((struct timeval *) &tm, NULL) != 0) {
H A Dfsock.c41 struct timeval tv; in php_fsockopen_stream()
H A Dhttp_fopen_wrapper.c140 struct timeval timeout; in php_stream_url_wrap_http_ex()
H A Dmicrotime.c49 struct timeval tp = {0}; in _php_gettimeofday()
H A Dstreamsfuncs.c108 struct timeval tv; in PHP_FUNCTION()
139 struct timeval *tv_pointer; in PHP_FUNCTION()
268 struct timeval tv; in PHP_FUNCTION()
287 struct timeval *tv_pointer; in PHP_FUNCTION()
765 struct timeval tv, *tv_p = NULL; in PHP_FUNCTION()
1419 struct timeval t; in PHP_FUNCTION()
H A Duniqid.c38 ZEND_TLS struct timeval prev_tv = { 0, 0 };
48 struct timeval tv; in PHP_FUNCTION()
62 (void)gettimeofday((struct timeval *) &tv, (struct timezone *) NULL); in PHP_FUNCTION()

Completed in 186 milliseconds

123