Lines Matching refs:oci
62 ZEND_DECLARE_MODULE_GLOBALS(oci)
63 static PHP_GINIT_FUNCTION(oci);
64 static PHP_GSHUTDOWN_FUNCTION(oci);
157 PHP_MINIT(oci), /* extension-wide startup function */
158 PHP_MSHUTDOWN(oci), /* extension-wide shutdown function */
159 PHP_RINIT(oci), /* per-request startup function */
160 PHP_RSHUTDOWN(oci), /* per-request shutdown function */
161 PHP_MINFO(oci), /* information function */
163 PHP_MODULE_GLOBALS(oci), /* globals descriptor */
164 PHP_GINIT(oci), /* globals ctor */
165 PHP_GSHUTDOWN(oci), /* globals dtor */
248 static PHP_GINIT_FUNCTION(oci) in PHP_GINIT_FUNCTION() argument
259 static PHP_GSHUTDOWN_FUNCTION(oci) in PHP_GSHUTDOWN_FUNCTION() argument
277 PHP_MINIT_FUNCTION(oci) in PHP_MINIT_FUNCTION() argument
296 PHP_RINIT_FUNCTION(oci) in PHP_RINIT_FUNCTION() argument
305 PHP_MSHUTDOWN_FUNCTION(oci) in PHP_MSHUTDOWN_FUNCTION() argument
314 PHP_RSHUTDOWN_FUNCTION(oci) in PHP_RSHUTDOWN_FUNCTION() argument
329 PHP_MINFO_FUNCTION(oci) in PHP_MINFO_FUNCTION() argument