#include <smb.h>
|
| size_t(* | direct )(void *cd, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft) |
| size_t(* | pull )(void *cd, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft) |
| size_t(* | push )(void *cd, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft) |
| void * | cd_direct |
| void * | cd_pull |
| void * | cd_push |
| char * | from_name |
| char * | to_name |
◆ cd_direct
| void* _smb_iconv_t::cd_direct |
◆ cd_pull
| void * _smb_iconv_t::cd_pull |
◆ cd_push
| void * _smb_iconv_t::cd_push |
◆ direct
| size_t(* _smb_iconv_t::direct) (void *cd, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft) |
◆ from_name
| char* _smb_iconv_t::from_name |
◆ pull
| size_t(* _smb_iconv_t::pull) (void *cd, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft) |
◆ push
| size_t(* _smb_iconv_t::push) (void *cd, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft) |
◆ to_name
| char * _smb_iconv_t::to_name |
The documentation for this struct was generated from the following file: