Home
last modified time | relevance | path

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

/PHP-7.4/ext/oci8/
H A Doci8_collection.c483 ub4 buff_len = 1024; in php_oci_collection_element_get() local
520 …PHP_OCI_CALL_RETURN(errstatus, OCIDateToText, (connection->err, element, 0, 0, 0, 0, &buff_len, bu… in php_oci_collection_element_get()
528 ZVAL_STRINGL(result_element, (char *)buff, buff_len); in php_oci_collection_element_get()
529 Z_STRVAL_P(result_element)[buff_len] = '\0'; in php_oci_collection_element_get()
H A Doci8_statement.c1044 ub4 buff_len = 1024; in php_oci_bind_post_exec() local
1049 …ToText, (connection->err, &(((OCIDate *)(bind->array.elements))[i]), 0, 0, 0, 0, &buff_len, buff)); in php_oci_bind_post_exec()
1058 ZVAL_STRINGL(entry, (char *)buff, buff_len); in php_oci_bind_post_exec()
1062 …ToText, (connection->err, &(((OCIDate *)(bind->array.elements))[i]), 0, 0, 0, 0, &buff_len, buff)); in php_oci_bind_post_exec()
1069 add_next_index_stringl(zv, (char *)buff, buff_len); in php_oci_bind_post_exec()

Completed in 9 milliseconds