Home
last modified time | relevance | path

Searched refs:subnext (Results 1 – 3 of 3) sorted by relevance

/third_party/ejdb/src/jql/inc/
Djqpx.c579 for (JQP_STRING *s = &unit->string; s; s = s->subnext) { in _jqp_pop_projection_nodes()
649 unit->string.subnext = &field->string; in _jqp_pop_projfields_chain()
673 unit->string.subnext = &first->string; in _jqp_pop_ordernodes()
947 for (JQP_STRING *on = orderby; on; on = on->subnext) { in _jqp_finish()
1073 for (const JQP_STRING *pf = s; pf; pf = pf->subnext) { in _jqp_print_projection_nodes()
1075 if (pf->subnext) { in _jqp_print_projection_nodes()
1359 } while ((n = n->subnext)); in _jqp_print_opts()
/third_party/ejdb/src/jql/
Djqp.h153 struct JQP_STRING *subnext; member
Djql.c1522 for (JQP_STRING *sn = ps; sn; sn = sn->subnext) { in _jql_proj_matched()
1563 for (JQP_STRING *sn = ps; sn; sn = sn->subnext) { in _jql_proj_join_matched()