Home
last modified time | relevance | path

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

/PHP-8.1/ext/oci8/
H A Doci8_collection.c477 ub4 buff_len = 1024; in php_oci_collection_element_get() local
514 …PHP_OCI_CALL_RETURN(errstatus, OCIDateToText, (connection->err, element, 0, 0, 0, 0, &buff_len, bu… in php_oci_collection_element_get()
522 ZVAL_STRINGL(result_element, (char *)buff, buff_len); in php_oci_collection_element_get()
523 Z_STRVAL_P(result_element)[buff_len] = '\0'; in php_oci_collection_element_get()
H A Doci8_statement.c1037 ub4 buff_len = 1024; in php_oci_bind_post_exec() local
1042 …ToText, (connection->err, &(((OCIDate *)(bind->array.elements))[i]), 0, 0, 0, 0, &buff_len, buff)); in php_oci_bind_post_exec()
1051 ZVAL_STRINGL(entry, (char *)buff, buff_len); in php_oci_bind_post_exec()
1055 …ToText, (connection->err, &(((OCIDate *)(bind->array.elements))[i]), 0, 0, 0, 0, &buff_len, buff)); in php_oci_bind_post_exec()
1062 add_next_index_stringl(zv, (char *)buff, buff_len); in php_oci_bind_post_exec()

Completed in 14 milliseconds