Home
last modified time | relevance | path

Searched refs:idle_expiry (Results 1 – 3 of 3) sorted by relevance

/PHP-7.2/ext/oci8/
H A Doci8_dtrace.d31 probe oci8__connect__expiry(void *connection, int is_stub, long idle_expiry, long timestamp);
H A Dphp_oci8_int.h161 time_t idle_expiry; /* time when the connection will be considered as expired */ member
H A Doci8.c2016 …connection->idle_expiry = (OCI_G(persistent_timeout) > 0) ? (timestamp + OCI_G(persistent_timeout)… in php_oci_do_connect_ex()
2319 connection->idle_expiry = timestamp + OCI_G(persistent_timeout); in php_oci_connection_release()
2738 …NECT_EXPIRY(connection, connection->is_stub ? 1 : 0, (long)connection->idle_expiry, (long)timestam… in php_oci_persistent_helper()
2741 if (connection->idle_expiry < timestamp) { in php_oci_persistent_helper()

Completed in 23 milliseconds