Home
last modified time | relevance | path

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

/PHP-7.1/ext/oci8/
H A Doci8_statement.c1712 (dvoid *)bind->array.indicators, in php_oci_bind_array_by_name()
1731 if (bind->array.indicators) { in php_oci_bind_array_by_name()
1732 efree(bind->array.indicators); in php_oci_bind_array_by_name()
1796 bind->array.indicators = safe_emalloc(max_table_length, sizeof(sb2), 0); in php_oci_bind_array_helper_string()
1797 memset(bind->array.indicators, 0, max_table_length*sizeof(sb2)); in php_oci_bind_array_helper_string()
1806 bind->array.indicators[i] = -1; in php_oci_bind_array_helper_string()
1856 bind->array.indicators = NULL; in php_oci_bind_array_helper_number()
1897 bind->array.indicators = NULL; in php_oci_bind_array_helper_double()
1939 bind->array.indicators = NULL; in php_oci_bind_array_helper_date()
H A Dphp_oci8_int.h254 sb2 *indicators; member
H A Doci8.c1433 if (bind->array.indicators) { in php_oci_bind_hash_dtor()
1434 efree(bind->array.indicators); in php_oci_bind_hash_dtor()
1435 bind->array.indicators = NULL; in php_oci_bind_hash_dtor()

Completed in 20 milliseconds