Home
last modified time | relevance | path

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

/third_party/elfutils/libasm/
Dasm_newsubscn.c59 if (runp->subnext == NULL || runp->subnext->subsection_id > nr) in asm_newsubscn()
62 runp = runp->subnext; in asm_newsubscn()
93 newp->subnext = runp->subnext; in asm_newsubscn()
94 runp->subnext = newp; in asm_newsubscn()
Dasm_end.c127 while ((asmsubscn = asmsubscn->subnext) != NULL); in binary_end()
541 if (scnp->subnext != NULL) in free_section()
542 free_section (scnp->subnext); in free_section()
DlibasmP.h130 AsmScn_t *subnext; member
Dasm_newscn.c127 result->subnext = NULL; in binary_newscn()
/third_party/ejdb/src/jql/inc/
Djqpx.c580 for (JQP_STRING *s = &unit->string; s; s = s->subnext) { in _jqp_pop_projection_nodes()
652 unit->string.subnext = &field->string; in _jqp_pop_projfields_chain()
676 unit->string.subnext = &first->string; in _jqp_pop_ordernodes()
950 for (JQP_STRING *on = orderby; on; on = on->subnext) { in _jqp_finish()
1078 for (const JQP_STRING *pf = s; pf; pf = pf->subnext) { in _jqp_print_projection_nodes()
1084 if (pf->subnext) { in _jqp_print_projection_nodes()
1374 } while ((n = n->subnext)); in _jqp_print_opts()
/third_party/ejdb/src/jql/
Djqp.h156 struct JQP_STRING *subnext; member
Djql.c1569 for (JQP_STRING *sn = ps; sn; sn = sn->subnext) { in _jql_proj_matched()
1610 for (JQP_STRING *sn = ps; sn; sn = sn->subnext) { in _jql_proj_join_matched()