Home
last modified time | relevance | path

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

/PHP-7.0/ext/oci8/
H A Doci8_statement.c1670 (dvoid *)bind->array.indicators, in php_oci_bind_array_by_name()
1689 if (bind->array.indicators) { in php_oci_bind_array_by_name()
1690 efree(bind->array.indicators); in php_oci_bind_array_by_name()
1750 bind->array.indicators = safe_emalloc(max_table_length, sizeof(sb2), 0); in php_oci_bind_array_helper_string()
1751 memset(bind->array.indicators, 0, max_table_length*sizeof(sb2)); in php_oci_bind_array_helper_string()
1760 bind->array.indicators[i] = -1; in php_oci_bind_array_helper_string()
1810 bind->array.indicators = NULL; in php_oci_bind_array_helper_number()
1851 bind->array.indicators = NULL; in php_oci_bind_array_helper_double()
1893 bind->array.indicators = NULL; in php_oci_bind_array_helper_date()
H A Dphp_oci8_int.h254 sb2 *indicators; member
H A Doci8.c1434 if (bind->array.indicators) { in php_oci_bind_hash_dtor()
1435 efree(bind->array.indicators); in php_oci_bind_hash_dtor()
1436 bind->array.indicators = NULL; in php_oci_bind_hash_dtor()

Completed in 24 milliseconds