Searched refs:JQP_AUX (Results 1 – 14 of 14) sorted by relevance
/third_party/ejdb/src/jql/inc/ |
D | jqpx.c | 21 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/ |
D | jqp.h | 105 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);
|
D | jql_internal.h | 18 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);
|
D | jql.c | 15 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 …]
|
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 | 22 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()
|
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 | 237 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 | 216 bool jbi_node_expr_matched(JQP_AUX *aux, JBIDX idx, IWKV_cursor cur, JQP_EXPR *expr, iwrc *rcp);
|
D | ejdb2.c | 701 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()
|