Lines Matching refs:oci
69 ZEND_DECLARE_MODULE_GLOBALS(oci)
72 static PHP_GINIT_FUNCTION(oci);
73 static PHP_GSHUTDOWN_FUNCTION(oci);
1030 PHP_MINIT(oci), /* extension-wide startup function */
1031 PHP_MSHUTDOWN(oci), /* extension-wide shutdown function */
1032 PHP_RINIT(oci), /* per-request startup function */
1033 PHP_RSHUTDOWN(oci), /* per-request shutdown function */
1034 PHP_MINFO(oci), /* information function */
1038 PHP_MODULE_GLOBALS(oci), /* globals descriptor */
1039 PHP_GINIT(oci), /* globals ctor */
1040 PHP_GSHUTDOWN(oci), /* globals dtor */
1160 static PHP_GINIT_FUNCTION(oci) in PHP_GINIT_FUNCTION() argument
1175 static PHP_GSHUTDOWN_FUNCTION(oci) in PHP_GSHUTDOWN_FUNCTION() argument
1184 PHP_MINIT_FUNCTION(oci) in PHP_MINIT_FUNCTION() argument
1193 ZEND_INIT_MODULE_GLOBALS(oci, php_oci_init_globals, php_oci_shutdown_globals); in PHP_MINIT_FUNCTION()
1295 PHP_RINIT_FUNCTION(oci) in PHP_RINIT_FUNCTION() argument
1305 PHP_MSHUTDOWN_FUNCTION(oci) in PHP_MSHUTDOWN_FUNCTION() argument
1321 PHP_RSHUTDOWN_FUNCTION(oci) in PHP_RSHUTDOWN_FUNCTION() argument
1336 PHP_MINFO_FUNCTION(oci) in PHP_MINFO_FUNCTION() argument