Home
last modified time | relevance | path

Searched refs:le_connection (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/ext/oci8/
H A Dphp_oci8_int.h62 extern int le_connection;
376 …i_connection *)zend_fetch_resource2(Z_RES_P(zval), "oci8 connection", le_connection, le_pconnectio…
404 PHP_OCI_FETCH_RESOURCE_EX(zval, connection, php_oci_connection *, "oci8 connection", le_connection)
H A Doci8.c85 int le_connection; variable
282le_connection = zend_register_list_destructors_ex(php_oci_connection_list_dtor, NULL, "oci8 connec… in PHP_MINIT_FUNCTION()
941 if (ptr && (ptr->type == le_connection)) { in php_oci_do_connect_ex()
1183 PHP_OCI_REGISTER_RESOURCE(connection, le_connection); in php_oci_do_connect_ex()
1189 PHP_OCI_REGISTER_RESOURCE(connection, le_connection); in php_oci_do_connect_ex()
H A Doci8_interface.c1526 connection = (php_oci_connection *) zend_fetch_resource_ex(arg, NULL, le_connection); in PHP_FUNCTION()

Completed in 19 milliseconds