Home
last modified time | relevance | path

Searched refs:descriptor_from (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/oci8/
H A Doci8_lob.c532 int php_oci_lob_copy (php_oci_descriptor *descriptor_dest, php_oci_descriptor *descriptor_from, lon… in php_oci_lob_copy() argument
541 if (php_oci_lob_get_length(descriptor_from, &length_from TSRMLS_CC)) { in php_oci_lob_copy()
546 copy_len = length_from - descriptor_from->lob_current_position; in php_oci_lob_copy()
561 descriptor_from->descriptor, in php_oci_lob_copy()
564 descriptor_from->lob_current_position+1 in php_oci_lob_copy()
775 int php_oci_lob_append (php_oci_descriptor *descriptor_dest, php_oci_descriptor *descriptor_from TS…
779 OCILobLocator *lob_from = descriptor_from->descriptor;
786 if (php_oci_lob_get_length(descriptor_from, &from_len TSRMLS_CC)) {
H A Doci8_interface.c568 php_oci_descriptor *descriptor_dest, *descriptor_from; local
592 PHP_OCI_ZVAL_TO_DESCRIPTOR(*tmp_from, descriptor_from);
594 if (php_oci_lob_append(descriptor_dest, descriptor_from TSRMLS_CC)) {
799 php_oci_descriptor *descriptor_dest, *descriptor_from; local
817 PHP_OCI_ZVAL_TO_DESCRIPTOR(*tmp_from, descriptor_from);
829 if (php_oci_lob_copy(descriptor_dest, descriptor_from, length TSRMLS_CC)) {

Completed in 18 milliseconds