Home
last modified time | relevance | path

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

/PHP-5.6/ext/oci8/
H A Doci8_interface.c168 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "O", &z_descriptor, oci_lob_class_entry_ptr) … in PHP_FUNCTION()
286 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "O", &z_descriptor, oci_lob_class_entry_ptr) …
364 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "O", &z_descriptor, oci_lob_class_entry_ptr) …
393 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "O", &z_descriptor, oci_lob_class_entry_ptr) …
417 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "O", &z_descriptor, oci_lob_class_entry_ptr) …
496 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "O", &z_descriptor, oci_lob_class_entry_ptr) …
576 …GS() TSRMLS_CC, "OO", &z_descriptor_dest, oci_lob_class_entry_ptr, &z_descriptor_from, oci_lob_cla…
775 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "O", &z_descriptor, oci_lob_class_entry_ptr) …
802 …() TSRMLS_CC, "OO|l", &z_descriptor_dest, oci_lob_class_entry_ptr, &z_descriptor_from, oci_lob_cla…
844 …() TSRMLS_CC, "OO", &z_descriptor_first, oci_lob_class_entry_ptr, &z_descriptor_second, oci_lob_cl…
[all …]
H A Dphp_oci8_int.h70 extern zend_class_entry *oci_lob_class_entry_ptr;
H A Doci8.c95 zend_class_entry *oci_lob_class_entry_ptr; variable
1208 oci_lob_class_entry_ptr = zend_register_internal_class(&oci_lob_class_entry TSRMLS_CC); in PHP_MINIT_FUNCTION()
2602 object_init_ex(value, oci_lob_class_entry_ptr); in php_oci_column_to_zval()

Completed in 30 milliseconds