Home
last modified time | relevance | path

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

/PHP-7.1/ext/oci8/
H A Doci8.c1873 connection->used_this_request = 1; in php_oci_do_connect_ex()
1929 connection->used_this_request = 1; in php_oci_do_connect_ex()
2064 connection->used_this_request = 1; in php_oci_do_connect_ex()
2376 …_attached = connection->is_open = connection->rb_on_disconnect = connection->used_this_request = 0; in php_oci_connection_release()
2746 …if (connection->used_this_request && !Z_ISUNDEF(connection->taf_callback) && !Z_ISNULL(connection-… in php_oci_persistent_helper()
2750 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 15 milliseconds