Home
last modified time | relevance | path

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

/PHP-7.3/ext/oci8/
H A Doci8.c1875 connection->used_this_request = 1; in php_oci_do_connect_ex()
1919 connection->used_this_request = 1; in php_oci_do_connect_ex()
2054 connection->used_this_request = 1; in php_oci_do_connect_ex()
2361 …_attached = connection->is_open = connection->rb_on_disconnect = connection->used_this_request = 0; in php_oci_connection_release()
2731 …if (connection->used_this_request && !Z_ISUNDEF(connection->taf_callback) && !Z_ISNULL(connection-… in php_oci_persistent_helper()
2735 if (!connection->used_this_request && OCI_G(persistent_timeout) != -1) { in php_oci_persistent_helper()
H A Dphp_oci8_int.h156 …unsigned used_this_request:1; /* helps to determine if we should reset connection's next ping ti… member

Completed in 28 milliseconds