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

/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dquery.c122 #define QOP(_op) case _op: return #_op macro
123 QOP(B_INVALID_OP);
124 QOP(B_EQ);
125 QOP(B_GT);
126 QOP(B_GE);
127 QOP(B_LT);
128 QOP(B_LE);
129 QOP(B_NE);
130 QOP(B_CONTAINS);
131 QOP(B_BEGINS_WIT
136 #undef QOP macro
[all...]

Completed in 40 milliseconds