Searched refs:decode_func (Results 1 – 2 of 2) sorted by relevance
239 typedef int (*decode_func)(void *state, SpeexBits *bits, void *out); typedef282 decode_func dec;
288 typedef void (*decode_func) (BIGNUM *bn, const char *in, int i); typedef291 static int bn_x2bn(BIGNUM **outp, const char *in, decode_func decode, char_test_func want_char) { in bn_x2bn()