Home
last modified time | relevance | path

Searched refs:include_stack_frame (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libconfig/lib/
H A Dscanctx.c57 struct include_stack_frame *frame = &(ctx->include_stack[i]); in libconfig_scanctx_cleanup()
75 struct include_stack_frame *frame; in libconfig_scanctx_push_include()
126 struct include_stack_frame *include_frame; in libconfig_scanctx_next_include_file()
160 struct include_stack_frame *frame; in libconfig_scanctx_pop_include()
H A Dscanctx.h36 struct include_stack_frame struct
52 struct include_stack_frame include_stack[MAX_INCLUDE_DEPTH]; argument