Home
last modified time | relevance | path

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

/dports/devel/librcc/librcc-0.2.12/examples/
H A Dexample1.c50 recoded = rccRecode(NULL, 0, 1, buf); in main()
H A Dmpg123-rcc.patch141 + return rccRecode(NULL, ID3_CLASS, OUT_CLASS, str);
/dports/devel/librcc/librcc-0.2.12/
H A DChangeLog530 - Calling Configure before anything else in rccRecode
569 - Two versions of recode functions: rccRecode -> rccRecode, rccSizedRecode
577 - Fixed error in rccRecode with 'Recoding Cache' switched On.
/dports/devel/librcc/librcc-0.2.12/src/
H A Dlibrcc.h1455 #define rccRecode(ctx, from, to, buf) rccSizedRecode(ctx, from, to, buf, 0, NULL) macro