Home
last modified time | relevance | path

Searched defs:scan_ctx (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/curl/src/
H A Dtool_help.h31 struct scan_ctx { struct
46 void inithelpscan(struct scan_ctx *ctx, const char *trigger, argument
/aosp_15_r20/external/libconfig/lib/
H A Dgrammar.c95 static void capture_parse_pos(void *scanner, struct scan_context *scan_ctx, in capture_parse_pos()
106 struct scan_context *scan_ctx, char const *s) in libconfig_yyerror()
726 …PE const * const yyvaluep, void *scanner, struct parse_context *ctx, struct scan_context *scan_ctx) in yy_symbol_value_print()
748 …PE const * const yyvaluep, void *scanner, struct parse_context *ctx, struct scan_context *scan_ctx) in yy_symbol_print()
786 …YSTYPE *yyvsp, int yyrule, void *scanner, struct parse_context *ctx, struct scan_context *scan_ctx) in yy_reduce_print()
1066 …yytype, YYSTYPE *yyvaluep, void *scanner, struct parse_context *ctx, struct scan_context *scan_ctx) in yydestruct()
1100 yyparse (void *scanner, struct parse_context *ctx, struct scan_context *scan_ctx) in yyparse()
H A Dlibconfig.c537 struct scan_context scan_ctx; in __config_read() local