Lines Matching defs:ctx
40 int expr__add_id(struct expr_parse_ctx *ctx, const char *id) in expr__add_id()
62 int expr__add_id_val(struct expr_parse_ctx *ctx, const char *id, double val) in expr__add_id_val()
83 int expr__add_ref(struct expr_parse_ctx *ctx, struct metric_ref *ref) in expr__add_ref()
133 int expr__get_id(struct expr_parse_ctx *ctx, const char *id, in expr__get_id()
139 int expr__resolve_id(struct expr_parse_ctx *ctx, const char *id, in expr__resolve_id()
167 void expr__del_id(struct expr_parse_ctx *ctx, const char *id) in expr__del_id()
178 void expr__ctx_init(struct expr_parse_ctx *ctx) in expr__ctx_init()
183 void expr__ctx_clear(struct expr_parse_ctx *ctx) in expr__ctx_clear()
196 __expr__parse(double *val, struct expr_parse_ctx *ctx, const char *expr, in __expr__parse()
228 int expr__parse(double *final_val, struct expr_parse_ctx *ctx, in expr__parse()
235 struct expr_parse_ctx *ctx, int runtime) in expr__find_other()