Searched refs:utf8buflen (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dcommon_utils.h80 extern void bytes_to_hex(uchar* str, int strbuflen, uchar* utf8, int utf8buflen);
89 extern void hex_to_bytes(uchar* str, int strbuflen, uchar* utf8, int utf8buflen);
H A Dcommon_utils.c113 bytes_to_hex(uchar* str, int strbuflen, uchar* utf8, int utf8buflen) argument
118 optlen = len < (utf8buflen-1) ? len : (utf8buflen-1);
129 hex_to_bytes(uchar* str, int strbuflen, uchar* utf8, int utf8buflen) argument

Completed in 74 milliseconds