Searched defs:binary_values (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-sql/
H A Ddriver-pgsql.c56 ARRAY(struct pgsql_binary_value) binary_values; member in struct:pgsql_result
370 if (array_is_created(&result->binary_values)) {
373 array_foreach_modifiable(&result->binary_values, value)
375 array_free(&result->binary_values);
774 if (!array_is_created(&result->binary_values))
775 i_array_init(&result->binary_values, idx + 1);
777 binary_value = array_idx_modifiable(&result->binary_values, idx);

Completed in 9 milliseconds