Home
last modified time | relevance | path

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

/dports/audio/deadbeef/deadbeef-0.7.2/
H A Dtf.c83 tf_eval_int (ddb_tf_context_t *ctx, const char *code, int size, char *out, int outlen, int *bool_ou…
86 res = tf_eval_int (ctx, arg, arg_len, out, outlen, &bool_out, fail_on_undef);\
140 l = tf_eval_int (ctx, code, codelen, out, outlen-1, &bool_out, 0); in tf_eval()
1396 tf_eval_int (ddb_tf_context_t *ctx, const char *code, int size, char *out, int outlen, int *bool_ou… in tf_eval_int() function
1909 int res = tf_eval_int (ctx, code, len, out, outlen, &bool_out, 1); in tf_eval_int()