Home
last modified time | relevance | path

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

/PHP-8.0/ext/oci8/
H A Doci8.c1112 connection->used_this_request = 1; in php_oci_do_connect_ex()
1156 connection->used_this_request = 1; in php_oci_do_connect_ex()
1287 connection->used_this_request = 1; in php_oci_do_connect_ex()
1590 …_attached = connection->is_open = connection->rb_on_disconnect = connection->used_this_request = 0; in php_oci_connection_release()
1960 …if (connection->used_this_request && !Z_ISUNDEF(connection->taf_callback) && !Z_ISNULL(connection-… in php_oci_persistent_helper()
1964 if (!connection->used_this_request && OCI_G(persistent_timeout) != -1) { in php_oci_persistent_helper()
H A Dphp_oci8_int.h154 …unsigned used_this_request:1; /* helps to determine if we should reset connection's next ping ti… member

Completed in 23 milliseconds