idle_expiry 2141 ext/oci8/oci8.c connection->idle_expiry = (OCI_G(persistent_timeout) > 0) ? (timestamp + OCI_G(persistent_timeout)) : 0; idle_expiry 2429 ext/oci8/oci8.c connection->idle_expiry = timestamp + OCI_G(persistent_timeout); idle_expiry 2835 ext/oci8/oci8.c DTRACE_OCI8_CONNECT_EXPIRY(connection, connection->is_stub ? 1 : 0, (long)connection->idle_expiry, (long)timestamp); idle_expiry 2838 ext/oci8/oci8.c if (connection->idle_expiry < timestamp) { idle_expiry 163 ext/oci8/php_oci8_int.h time_t idle_expiry; /* time when the connection will be considered as expired */