Home
last modified time | relevance | path

Searched refs:z_descriptor_from (Results 1 – 1 of 1) sorted by path

/PHP-5.5/ext/oci8/
H A Doci8_interface.c567 zval **tmp_dest, **tmp_from, *z_descriptor_dest = getThis(), *z_descriptor_from; local
571 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "O", &z_descriptor_from, oci_lob_class_entry_…
576 …GS() TSRMLS_CC, "OO", &z_descriptor_dest, oci_lob_class_entry_ptr, &z_descriptor_from, oci_lob_cla…
586 …if (zend_hash_find(Z_OBJPROP_P(z_descriptor_from), "descriptor", sizeof("descriptor"), (void **)&t…
798 zval **tmp_dest, **tmp_from, *z_descriptor_dest, *z_descriptor_from; local
802 …() TSRMLS_CC, "OO|l", &z_descriptor_dest, oci_lob_class_entry_ptr, &z_descriptor_from, oci_lob_cla…
811 …if (zend_hash_find(Z_OBJPROP_P(z_descriptor_from), "descriptor", sizeof("descriptor"), (void **)&t…

Completed in 10 milliseconds