Home
last modified time | relevance | path

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

/PHP-8.2/ext/oci8/
H A Doci8_interface.c530 zend_long write_len; in PHP_FUNCTION() local
535 …(), "Os|l!", &z_descriptor, oci_lob_class_entry_ptr, &data, &data_len, &write_len, &write_len_is_n… in PHP_FUNCTION()
540 data_len = MIN((zend_long) data_len, write_len); in PHP_FUNCTION()

Completed in 12 milliseconds