Home
last modified time | relevance | path

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

/PHP-7.4/ext/oci8/
H A Dphp_oci8_int.h60 extern int le_connection;
373 …i_connection *)zend_fetch_resource2(Z_RES_P(zval), "oci8 connection", le_connection, le_pconnectio…
401 PHP_OCI_FETCH_RESOURCE_EX(zval, connection, php_oci_connection *, "oci8 connection", le_connection)
H A Doci8.c75 int le_connection; variable
1046le_connection = zend_register_list_destructors_ex(php_oci_connection_list_dtor, NULL, "oci8 connec… in PHP_MINIT_FUNCTION()
1820 if (ptr && (ptr->type == le_connection)) { in php_oci_do_connect_ex()
2072 PHP_OCI_REGISTER_RESOURCE(connection, le_connection); in php_oci_do_connect_ex()
2078 PHP_OCI_REGISTER_RESOURCE(connection, le_connection); in php_oci_do_connect_ex()
H A Doci8_interface.c1739 connection = (php_oci_connection *) zend_fetch_resource_ex(arg, NULL, le_connection); in PHP_FUNCTION()

Completed in 25 milliseconds