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