Searched refs:parse_ctx (Results 1 – 2 of 2) sorted by relevance
280 struct parse_ctx { struct292 parse_value(struct parse_ctx *ctx); argument299 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 …]
1873 tre_parse_ctx_t parse_ctx; in tre_compile() local1889 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 …]