Home
last modified time | relevance | path

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

/PHP-5.5/ext/oci8/
H A Doci8_interface.c608 long trim_length = 0; local
612 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|l", &trim_length) == FAILURE) {
617 …ND_NUM_ARGS() TSRMLS_CC, "O|l", &z_descriptor, oci_lob_class_entry_ptr, &trim_length) == FAILURE) {
627 if (trim_length < 0) {
632 ub_trim_length = (ub4) trim_length;

Completed in 18 milliseconds