|
FreeBSD kernel libkern code
|
Data Fields | |
| KOBJ_FIELDS | |
| int | convtype |
| struct iconv_cspair * | d_csp |
| struct iconv_cspair * | d_cspf |
| void * | f_ctp |
| void * | t_ctp |
| void * | ctype |
Definition at line 78 of file iconv_ucs.c.
| int iconv_ucs::convtype |
Definition at line 80 of file iconv_ucs.c.
Referenced by iconv_ucs_close(), iconv_ucs_conv(), and iconv_ucs_open().
| void* iconv_ucs::ctype |
Definition at line 85 of file iconv_ucs.c.
Referenced by iconv_ucs_close(), iconv_ucs_conv(), and iconv_ucs_open().
| struct iconv_cspair* iconv_ucs::d_csp |
Definition at line 81 of file iconv_ucs.c.
Referenced by iconv_ucs_close(), and iconv_ucs_open().
| struct iconv_cspair* iconv_ucs::d_cspf |
Definition at line 82 of file iconv_ucs.c.
Referenced by iconv_ucs_close(), and iconv_ucs_open().
| void* iconv_ucs::f_ctp |
Definition at line 83 of file iconv_ucs.c.
Referenced by iconv_ucs_close(), iconv_ucs_conv(), and iconv_ucs_open().
| iconv_ucs::KOBJ_FIELDS |
Definition at line 79 of file iconv_ucs.c.
| void* iconv_ucs::t_ctp |
Definition at line 84 of file iconv_ucs.c.
Referenced by iconv_ucs_close(), iconv_ucs_conv(), and iconv_ucs_open().