Home
last modified time | relevance | path

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

/third_party/ejdb/src/jbi/
Djbi_selection.c107 case JQP_OP_LTE: in _jbi_idx_expr_op_weight()
201 case JQP_OP_LTE: 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.h95 JQP_OP_LTE, enumerator
Djql.c951 if ((op >= JQP_OP_EQ) && (op <= JQP_OP_LTE)) { in _jql_match_jqval_pair()
969 case JQP_OP_LTE: in _jql_match_jqval_pair()
/third_party/ejdb/src/jql/inc/
Djqpx.c475 unit->op.value = JQP_OP_LTE; in _jqp_unit_op()
1163 case JQP_OP_LTE: in _jqp_print_join()