• Home
  • Raw
  • Download

Lines Matching refs:JQP_AUX

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()
404 JQP_AUX *aux = yy->aux; in _jqp_json_collect()
461 JQP_AUX *aux = yy->aux; in _jqp_unit_op()
499 JQP_AUX *aux = yy->aux; in _jqp_unit_join()
531 JQP_AUX *aux = yy->aux; in _jqp_pop_expr_chain()
567 JQP_AUX *aux = yy->aux; in _jqp_pop_projection_nodes()
603 JQP_AUX *aux = yy->aux; in _jqp_push_joined_projection()
619 JQP_AUX *aux = yy->aux; in _jqp_pop_joined_projections()
640 JQP_AUX *aux = yy->aux; in _jqp_pop_projfields_chain()
665 JQP_AUX *aux = yy->aux; in _jqp_pop_ordernodes()
709 JQP_AUX *aux = yy->aux; in _jqp_pop_node_chain()
746 JQP_AUX *aux = yy->aux; in _jqp_pop_filter_factor_chain()
773 JQP_AUX *aux = yy->aux; in _jqp_set_filters_expr()
786 JQP_AUX *aux = yy->aux; in _jqp_create_filterexpr_pk()
808 JQP_AUX *aux = yy->aux; in _jqp_set_apply()
826 JQP_AUX *aux = yy->aux; in _jqp_set_apply_delete()
831 JQP_AUX *aux = yy->aux; in _jqp_set_apply_upsert()
837 JQP_AUX *aux = yy->aux; in _jqp_add_orderby()
850 JQP_AUX *aux = yy->aux; in _jqp_set_skip()
863 JQP_AUX *aux = yy->aux; in _jqp_set_limit()
876 JQP_AUX *aux = yy->aux; in _jqp_set_aggregate_count()
882 JQP_AUX *aux = yy->aux; in _jqp_set_noidx()
887 JQP_AUX *aux = yy->aux; in _jqp_set_inverse()
892 JQP_AUX *aux = yy->aux; in _jqp_set_projection()
922 JQP_AUX *aux = yy->aux; in _jqp_finish()
970 iwrc jqp_aux_create(JQP_AUX **auxp, const char *input) { in jqp_aux_create()
976 JQP_AUX *aux = *auxp; in jqp_aux_create()
996 void jqp_aux_destroy(JQP_AUX **auxp) { in jqp_aux_destroy()
997 JQP_AUX *aux = *auxp; in jqp_aux_destroy()
1015 JQP_AUX *aux = yy->aux; in yyerror()
1034 iwrc jqp_parse(JQP_AUX *aux) { in jqp_parse()
1338 JQP_AUX *aux = q->aux; in _jqp_print_opts()
1405 JQP_AUX *aux = q->aux; in jqp_print_query()