Searched refs:php_oci_lob_write (Results 1 – 3 of 3) sorted by relevance
/PHP-8.0/ext/oci8/ |
H A D | oci8_lob.c | 397 int php_oci_lob_write (php_oci_descriptor *descriptor, ub4 offset, char *data, int data_len, ub4 *b… in php_oci_lob_write() function 945 return php_oci_lob_write(descriptor, 0, data, data_len, &bytes_written); in php_oci_lob_write_tmp()
|
H A D | php_oci8_int.h | 443 int php_oci_lob_write(php_oci_descriptor *descriptor, ub4 offset, char *data, int data_len, ub4 *by…
|
H A D | oci8_interface.c | 274 if (php_oci_lob_write(descriptor, (ub4) offset, data, (ub4) data_len, &bytes_written)) { in PHP_FUNCTION() 554 …if (php_oci_lob_write(descriptor, descriptor->lob_current_position, data, (ub4) data_len, &bytes_w… in PHP_FUNCTION()
|
Completed in 27 milliseconds