Searched refs:find_charset_functions (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/unicode/
H A Diconv.c129 struct charset_functions *find_charset_functions(const char *name) function
150 if (find_charset_functions(funcs->name)) {
280 from = find_charset_functions(fromcode);
283 to = find_charset_functions(tocode);
H A Dcharcnv.c178 charsets[ch] = find_charset_functions(charset_name(ch));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Diconv.c85 static struct charset_functions *find_charset_functions(const char *name) function
107 if (find_charset_functions(funcs->name)) {
228 from = find_charset_functions(fromcode);
231 to = find_charset_functions(tocode);
255 if(!(from = find_charset_functions(fromcode)))
262 if(!(to = find_charset_functions(tocode)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dunicode.h92 extern struct charset_functions *find_charset_functions (const char *);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dvolume.c2111 if ( NULL == (charset = find_charset_functions(volume->v_volcodepage)) || charset->flags & CHARSET_ICONV ) {
2123 if ( NULL == ( charset = find_charset_functions(volume->v_maccodepage)) || ! (charset->flags & CHARSET_CLIENT) ) {

Completed in 59 milliseconds