Searched refs:JQP_AUX (Results 1 – 14 of 14) sorted by relevance
/third_party/ejdb/src/jql/inc/ |
D | jqpx.c | 20 JQP_AUX *aux = yy->aux; in _jqp_fatal() 28 JQP_AUX *aux = yy->aux; in _jqp_malloc() 38 JQP_AUX *aux = yy->aux; in _jqp_realloc() 45 static iwrc _jqp_aux_set_input(JQP_AUX *aux, const char *input) { in _jqp_aux_set_input() 74 JQP_AUX *aux = yy->aux; in _jqp_push() 98 JQP_AUX *aux = yy->aux; in _jqp_pop() 138 JQP_AUX *aux = yy->aux; in _jqp_string_push() 211 JQP_AUX *aux = yy->aux; in _jqp_placeholder() 349 JQP_AUX *aux = yy->aux; in _jqp_unescaped_string() 371 JQP_AUX *aux = yy->aux; in _jqp_json_string() [all …]
|
/third_party/ejdb/src/jql/ |
D | jqp.h | 102 struct JQP_AUX; 211 struct JQP_AUX *aux; 264 typedef struct JQP_AUX { struct 296 } JQP_AUX; argument 298 iwrc jqp_aux_create(JQP_AUX **auxp, const char *input); 300 void jqp_aux_destroy(JQP_AUX **auxp); 302 iwrc jqp_parse(JQP_AUX *aux);
|
D | jql_internal.h | 15 JQP_AUX *aux; 50 JQVAL *jql_unit_to_jqval(JQP_AUX *aux, JQPUNIT *unit, iwrc *rcp); 60 bool jql_match_jqval_pair(JQP_AUX *aux, JQVAL *left, JQP_OP *jqop, JQVAL *right, iwrc *rcp);
|
D | jql.c | 15 JQP_AUX *aux; 63 JQP_AUX *aux = q->aux; in _jql_find_placeholder() 77 JQP_AUX *aux = q->aux; in _jql_set_placeholder() 243 static void _jql_reset_expression_node(JQP_EXPR_NODE *en, JQP_AUX *aux, bool reset_match_cache) { in _jql_reset_expression_node() 265 static iwrc _jql_init_expression_node(JQP_EXPR_NODE *en, JQP_AUX *aux) { in _jql_init_expression_node() 301 JQP_AUX *aux; in jql_create2() 369 JQP_AUX *aux = q->aux; in jql_reset() 384 JQP_AUX *aux = q->aux; in jql_destroy() 654 JQP_AUX *aux, in _jql_match_regexp() 946 JQP_AUX *aux, in _jql_match_jqval_pair() [all …]
|
D | jqp.leg | 8 JQP_AUX *aux; 71 JQP_AUX *aux = (yy_)->aux; \
|
D | jqp.c | 15 JQP_AUX *aux; 78 JQP_AUX *aux = (yy_)->aux; \
|
/third_party/ejdb/src/jbi/ |
D | jbi_selection.c | 137 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()
|
D | jbi_sorter_consumer.c | 21 struct JQP_AUX *aux = ctx->ux->q->aux; in _jbi_scan_sorter_cmp() 60 struct JQP_AUX *aux = q->aux; in _jbi_scan_sorter_apply() 90 struct JQP_AUX *aux = ux->q->aux; in _jbi_scan_sorter_do()
|
D | jbi_pk_scanner.c | 8 struct JQP_AUX *aux = ctx->ux->q->aux; in jbi_pk_scanner()
|
D | jbi_consumer.c | 68 struct JQP_AUX *aux = q->aux; in jbi_consumer()
|
D | jbi_util.c | 238 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/ |
D | ejdb2_internal.h | 219 bool jbi_node_expr_matched(JQP_AUX *aux, JBIDX idx, IWKV_cursor cur, JQP_EXPR *expr, iwrc *rcp);
|
D | ejdb2.c | 750 struct JQP_AUX *aux = ctx->ux->q->aux; in _jb_exec_scan_init()
|
/third_party/ejdb/src/jql/tests/ |
D | jql_test1.c | 23 JQP_AUX *aux; in _jql_test1_1()
|