Searched refs:oci_lob_class_entry_ptr (Results 1 – 3 of 3) sorted by relevance
/PHP-8.0/ext/oci8/ |
H A D | oci8_interface.c | 232 …ethod_parameters(ZEND_NUM_ARGS(), getThis(), "O", &z_descriptor, oci_lob_class_entry_ptr) == FAILU… in PHP_FUNCTION() 315 …ethod_parameters(ZEND_NUM_ARGS(), getThis(), "O", &z_descriptor, oci_lob_class_entry_ptr) == FAILU… in PHP_FUNCTION() 387 …ethod_parameters(ZEND_NUM_ARGS(), getThis(), "O", &z_descriptor, oci_lob_class_entry_ptr) == FAILU… in PHP_FUNCTION() 413 …ethod_parameters(ZEND_NUM_ARGS(), getThis(), "O", &z_descriptor, oci_lob_class_entry_ptr) == FAILU… in PHP_FUNCTION() 434 …ethod_parameters(ZEND_NUM_ARGS(), getThis(), "O", &z_descriptor, oci_lob_class_entry_ptr) == FAILU… in PHP_FUNCTION() 506 …ethod_parameters(ZEND_NUM_ARGS(), getThis(), "O", &z_descriptor, oci_lob_class_entry_ptr) == FAILU… in PHP_FUNCTION() 567 …S(), getThis(), "OO", &z_descriptor_dest, oci_lob_class_entry_ptr, &z_descriptor_from, oci_lob_cla… in PHP_FUNCTION() 726 …ethod_parameters(ZEND_NUM_ARGS(), getThis(), "O", &z_descriptor, oci_lob_class_entry_ptr) == FAILU… in PHP_FUNCTION() 752 …_NUM_ARGS(), "OO|l!", &z_descriptor_dest, oci_lob_class_entry_ptr, &z_descriptor_from, oci_lob_cla… in PHP_FUNCTION() 790 …D_NUM_ARGS(), "OO", &z_descriptor_first, oci_lob_class_entry_ptr, &z_descriptor_second, oci_lob_cl… in PHP_FUNCTION() [all …]
|
H A D | php_oci8_int.h | 66 extern zend_class_entry *oci_lob_class_entry_ptr;
|
H A D | oci8.c | 83 zend_class_entry *oci_lob_class_entry_ptr; variable 292 oci_lob_class_entry_ptr = zend_register_internal_class(&oci_lob_class_entry); in PHP_MINIT_FUNCTION() 1736 object_init_ex(value, oci_lob_class_entry_ptr); in php_oci_column_to_zval()
|
Completed in 21 milliseconds