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.c93 if ((rc == IWKV_ERROR_NOTFOUND) && ((expr1_op == JQP_OP_LT) || (expr1_op == JQP_OP_LTE))) { in _jbi_consume_scan()
Djbi_dup_scanner.c161 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.h94 JQP_OP_LT, enumerator
Djql.c966 case JQP_OP_LT: in _jql_match_jqval_pair()
/third_party/ejdb/src/jql/inc/
Djqpx.c473 unit->op.value = JQP_OP_LT; in _jqp_unit_op()
1157 case JQP_OP_LT: in _jqp_print_join()