Home
last modified time | relevance | path

Searched refs:JQP_AUX (Results 1 – 14 of 14) sorted by relevance

/third_party/ejdb/src/jql/inc/
Djqpx.c21 JQP_AUX *aux = yy->aux; in _jqp_fatal()
29 JQP_AUX *aux = yy->aux; in _jqp_malloc()
39 JQP_AUX *aux = yy->aux; in _jqp_realloc()
46 static iwrc _jqp_aux_set_input(JQP_AUX *aux, const char *input) { in _jqp_aux_set_input()
75 JQP_AUX *aux = yy->aux; in _jqp_push()
99 JQP_AUX *aux = yy->aux; in _jqp_pop()
139 JQP_AUX *aux = yy->aux; in _jqp_string_push()
212 JQP_AUX *aux = yy->aux; in _jqp_placeholder()
350 JQP_AUX *aux = yy->aux; in _jqp_unescaped_string()
372 JQP_AUX *aux = yy->aux; in _jqp_json_string()
[all …]
/third_party/ejdb/src/jql/
Djqp.h105 struct JQP_AUX;
214 struct JQP_AUX *aux;
267 typedef struct JQP_AUX { struct
299 } JQP_AUX; argument
301 iwrc jqp_aux_create(JQP_AUX **auxp, const char *input);
303 void jqp_aux_destroy(JQP_AUX **auxp);
305 iwrc jqp_parse(JQP_AUX *aux);
Djql_internal.h18 JQP_AUX *aux;
54 JQVAL* jql_unit_to_jqval(JQP_AUX *aux, JQPUNIT *unit, iwrc *rcp);
64 bool jql_match_jqval_pair(JQP_AUX *aux, JQVAL *left, JQP_OP *jqop, JQVAL *right, iwrc *rcp);
Djql.c15 JQP_AUX *aux;
65 JQP_AUX *aux = q->aux; in _jql_find_placeholder()
79 JQP_AUX *aux = q->aux; in _jql_set_placeholder()
332 static void _jql_reset_expression_node(JQP_EXPR_NODE *en, JQP_AUX *aux, bool reset_match_cache) { in _jql_reset_expression_node()
354 static iwrc _jql_init_expression_node(JQP_EXPR_NODE *en, JQP_AUX *aux) { in _jql_init_expression_node()
390 JQP_AUX *aux; in jql_create2()
455 JQP_AUX *aux = q->aux; in jql_reset()
470 JQP_AUX *aux = q->aux; in jql_destroy()
747 JQP_AUX *aux, in _jql_match_regexp()
990 JQP_AUX *aux, in _jql_match_jqval_pair()
[all …]
Djqp.leg8 JQP_AUX *aux;
71 JQP_AUX *aux = (yy_)->aux; \
Djqp.c15 JQP_AUX *aux;
78 JQP_AUX *aux = (yy_)->aux; \
/third_party/ejdb/src/jbi/
Djbi_selection.c137 JQP_AUX *aux = ctx->ux->q->aux; in _jbi_compute_index_rules()
307 struct JQP_AUX *aux = ctx->ux->q->aux; in _jbi_collect_indexes()
392 struct JQP_AUX *aux = ctx->ux->q->aux; in _jbi_select_index_for_orderby()
422 struct JQP_AUX *aux = ctx->ux->q->aux; in jbi_selection()
Djbi_sorter_consumer.c22 struct JQP_AUX *aux = ctx->ux->q->aux; in _jbi_scan_sorter_cmp()
59 struct JQP_AUX *aux = q->aux; in _jbi_scan_sorter_apply()
89 struct JQP_AUX *aux = ux->q->aux; in _jbi_scan_sorter_do()
Djbi_pk_scanner.c8 struct JQP_AUX *aux = ctx->ux->q->aux; in jbi_pk_scanner()
Djbi_consumer.c68 struct JQP_AUX *aux = q->aux; in jbi_consumer()
Djbi_util.c237 bool jbi_node_expr_matched(JQP_AUX *aux, JBIDX idx, IWKV_cursor cur, JQP_EXPR *expr, iwrc *rcp) { in jbi_node_expr_matched()
/third_party/ejdb/src/
Dejdb2_internal.h216 bool jbi_node_expr_matched(JQP_AUX *aux, JBIDX idx, IWKV_cursor cur, JQP_EXPR *expr, iwrc *rcp);
Dejdb2.c701 struct JQP_AUX *aux = ctx->ux->q->aux; in _jb_exec_scan_init()
/third_party/ejdb/src/jql/tests/
Djql_test1.c23 JQP_AUX *aux; in _jql_test1_1()