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

/dovecot/src/lib-dict/
H A Ddict-memcached.c79 uint8_t extras_len, data_type; local
99 data_type = data[5];
101 if (data_type != MEMCACHED_DATA_TYPE_RAW) {
/dovecot/src/lib-sql/
H A Ddriver-cassandra.c1672 const CassDataType *data_type; local
1678 data_type = cass_prepared_parameter_data_type(stmt->prep->prepared, column_idx);
1679 value_type = cass_data_type_type(data_type);

Completed in 26 milliseconds