Home
last modified time | relevance | path

Searched refs:JQP_OP_LT (Results 1 – 6 of 6) sorted by relevance

/third_party/ejdb/src/jbi/
Djbi_selection.c106 case JQP_OP_LT: in _jbi_idx_expr_op_weight()
200 case JQP_OP_LT: in _jbi_compute_index_rules()
Djbi_uniq_scanner.c92 if ((rc == IWKV_ERROR_NOTFOUND) && ((expr1_op == JQP_OP_LT) || (expr1_op == JQP_OP_LTE))) { in _jbi_consume_scan()
Djbi_dup_scanner.c156 if ((rc == IWKV_ERROR_NOTFOUND) && ((expr1_op == JQP_OP_LT) || (expr1_op == JQP_OP_LTE))) { in _jbi_consume_scan()
/third_party/ejdb/src/jql/
Djqp.h97 JQP_OP_LT, enumerator
Djql.c1011 case JQP_OP_LT: in _jql_match_jqval_pair()
/third_party/ejdb/src/jql/inc/
Djqpx.c474 unit->op.value = JQP_OP_LT; in _jqp_unit_op()
1170 case JQP_OP_LT: in _jqp_print_join()