Searched refs:indexType (Results 1 - 1 of 1) sorted by relevance

/haiku/src/bin/
H A Dmkindex.cpp102 int indexType = B_STRING_TYPE; local
134 indexType = B_INT32_TYPE;
136 indexType = B_INT64_TYPE;
138 indexType = B_STRING_TYPE;
140 indexType = B_FLOAT_TYPE;
142 indexType = B_DOUBLE_TYPE;
188 if (fs_create_index(device, indexName, indexType, 0) != 0)

Completed in 24 milliseconds