Home
last modified time | relevance | path

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

/dports/devel/librcc/librcc-0.2.12/src/
H A Dlibrcc.h1302 char *rccSizedRecode(rcc_context ctx, rcc_class_id from, rcc_class_id to, const char *buf, size_t l…
1455 #define rccRecode(ctx, from, to, buf) rccSizedRecode(ctx, from, to, buf, 0, NULL)
H A Drecode.c645 char *rccSizedRecode(rcc_context ctx, rcc_class_id from, rcc_class_id to, const char *buf, size_t l… in rccSizedRecode() function
/dports/devel/librcc/librcc-0.2.12/
H A DChangeLog569 - Two versions of recode functions: rccRecode -> rccRecode, rccSizedRecode