Home
last modified time | relevance | path

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

/PHP-5.5/ext/oci8/
H A Dphp_oci8_int.h143 time_t idle_expiry; /* time when the connection will be considered as expired */ member
H A Doci8.c2090 …connection->idle_expiry = (OCI_G(persistent_timeout) > 0) ? (timestamp + OCI_G(persistent_timeout)… in php_oci_do_connect_ex()
2369 connection->idle_expiry = timestamp + OCI_G(persistent_timeout); in php_oci_connection_release()
2694 if (connection->idle_expiry < timestamp) { in php_oci_persistent_helper()

Completed in 21 milliseconds