Home
last modified time | relevance | path

Searched refs:iconv_t (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dfileio.c202 iconv_t iconv_fd = (iconv_t)-1; // descriptor for iconv() or -1 in readfile()
928 if (iconv_fd != (iconv_t)-1) in readfile()
932 iconv_fd = (iconv_t)-1; in readfile()
1069 && iconv_fd == (iconv_t)-1 in readfile()
1180 if (iconv_fd != (iconv_t)-1) in readfile()
1403 || iconv_fd != (iconv_t)-1 in readfile()
1430 || iconv_fd != (iconv_t)-1 in readfile()
1442 if (iconv_fd != (iconv_t)-1) in readfile()
1445 iconv_fd = (iconv_t)-1; in readfile()
1527 if (iconv_fd != (iconv_t)-1) in readfile()
[all …]
H A Dbufwrite.c44 iconv_t bw_iconv_fd; // descriptor for iconv() or -1
417 if (ip->bw_iconv_fd != (iconv_t)-1) in buf_write_bytes()
726 write_info.bw_iconv_fd = (iconv_t)-1; in buf_write()
1726 write_info.bw_iconv_fd = (iconv_t)my_iconv_open(fenc, in buf_write()
1728 if (write_info.bw_iconv_fd != (iconv_t)-1) in buf_write()
1760 && write_info.bw_iconv_fd == (iconv_t)-1 in buf_write()
2511 if (write_info.bw_iconv_fd != (iconv_t)-1) in buf_write()
2514 write_info.bw_iconv_fd = (iconv_t)-1; in buf_write()
H A Dmbyte.c4701 iconv_t fd; in my_iconv_open()
4719 if (fd != (iconv_t)-1 && iconv_ok == -1) in my_iconv_open()
4735 fd = (iconv_t)-1; in my_iconv_open()
5038 if (vcp->vc_type == CONV_ICONV && vcp->vc_fd != (iconv_t)-1) in convert_setup_ext()
5117 vcp->vc_fd = (iconv_t)my_iconv_open( in convert_setup_ext()
5120 if (vcp->vc_fd != (iconv_t)-1) in convert_setup_ext()
H A Dglobals.h1054 EXTERN size_t (*iconv) (iconv_t cd, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t …
1055 EXTERN iconv_t (*iconv_open) (const char *tocode, const char *fromcode);
1056 EXTERN int (*iconv_close) (iconv_t cd);
1057 EXTERN int (*iconvctl) (iconv_t cd, int request, void *argument);
H A Dstructs.h1150 typedef struct _iconv_t *iconv_t; typedef
1154 typedef void *iconv_t; typedef
1200 iconv_t vc_fd; // for CONV_ICONV