Home
last modified time | relevance | path

Searched refs:start_op (Results 1 – 4 of 4) sorted by relevance

/third_party/ejdb/src/jql/
Djqp.h287 JQP_OP *start_op; member
Djql.c474 for (JQP_OP *op = aux->start_op; op; op = op->next) { in jql_destroy()
/third_party/ejdb/src/jql/inc/
Djqpx.c489 if (!aux->start_op) { in _jqp_unit_op()
490 aux->start_op = &unit->op; in _jqp_unit_op()
491 aux->end_op = aux->start_op; in _jqp_unit_op()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h62118 union acpi_parse_object *start_op; member