Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/
H A Djson.c280 struct parse_ctx { struct
292 parse_value(struct parse_ctx *ctx); argument
299 white_spaces(struct parse_ctx *ctx) in white_spaces()
321 parse_number(struct parse_ctx *ctx) in parse_number()
348 parse_string(struct parse_ctx *ctx) in parse_string()
437 parse_pair(heim_dict_t dict, struct parse_ctx *ctx) in parse_pair()
506 parse_dict(struct parse_ctx *ctx) in parse_dict()
560 parse_item(heim_array_t array, struct parse_ctx *ctx) in parse_item()
594 parse_array(struct parse_ctx *ctx) in parse_array()
612 parse_value(struct parse_ctx *ctx) in parse_value()
[all …]
/netbsd-src/external/bsd/tre/dist/lib/
H A Dtre-compile.c1873 tre_parse_ctx_t parse_ctx; in tre_compile() local
1889 memset(&parse_ctx, 0, sizeof(parse_ctx)); in tre_compile()
1890 parse_ctx.mem = mem; in tre_compile()
1891 parse_ctx.stack = stack; in tre_compile()
1892 parse_ctx.re = regex; in tre_compile()
1893 parse_ctx.len = n; in tre_compile()
1894 parse_ctx.cflags = cflags; in tre_compile()
1895 parse_ctx.max_backref = -1; in tre_compile()
1898 parse_ctx.cur_max = (cflags & REG_USEBYTES) ? 1 : TRE_MB_CUR_MAX; in tre_compile()
1900 parse_ctx.cur_max = TRE_MB_CUR_MAX; in tre_compile()
[all …]