FreeBSD kernel libkern code
iconv_xlat Struct Reference

Data Fields

 KOBJ_FIELDS
 
u_char * d_table
 
struct iconv_cspair * d_csp
 

Detailed Description

Definition at line 51 of file iconv_xlat.c.

Field Documentation

◆ d_csp

struct iconv_cspair* iconv_xlat::d_csp

Definition at line 54 of file iconv_xlat.c.

Referenced by iconv_xlat_close(), and iconv_xlat_open().

◆ d_table

u_char* iconv_xlat::d_table

Definition at line 53 of file iconv_xlat.c.

Referenced by iconv_xlat_conv(), and iconv_xlat_open().

◆ KOBJ_FIELDS

iconv_xlat::KOBJ_FIELDS

Definition at line 52 of file iconv_xlat.c.


The documentation for this struct was generated from the following file: