Searched refs:cd_pull (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/unicode/
H A Diconv.c233 if (cd->pull(cd->cd_pull, (char **)inbuf, inbytesleft, &bufp, &bufsize) == (size_t)-1
289 ret->cd_pull = iconv_open(UCS2ICONV, from && from->iname ? from->iname : fromcode);
290 if (ret->cd_pull != (iconv_t)-1) {
301 if (!ret->push && ret->cd_pull) iconv_close((iconv_t)ret->cd_pull);
321 ret->cd_direct = ret->cd_pull;
322 ret->cd_pull = NULL;
335 if (cd->cd_pull) iconv_close((iconv_t)cd->cd_pull);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Diconv.c177 if (cd->pull(cd->cd_pull,
237 ret->cd_pull = iconv_open("UTF-16LE", fromcode);
238 if (ret->cd_pull == (iconv_t)-1)
239 ret->cd_pull = iconv_open("UCS-2LE", fromcode);
240 if (ret->cd_pull != (iconv_t)-1)
299 ret->cd_direct = ret->cd_pull;
300 ret->cd_pull = NULL;
315 if (cd->cd_pull) iconv_close((iconv_t)cd->cd_pull);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dunicode.h33 void *cd_direct, *cd_pull, *cd_push; member in struct:__anon7056
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dsmb.h1883 void *cd_direct, *cd_pull, *cd_push; member in struct:_smb_iconv_t

Completed in 194 milliseconds