Searched defs:dtype_tbl_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_xml.c100 } dtype_tbl_t; typedef in typeref:struct:dtype_tbl
105 dtype_tbl_t (*ett_dtype)[];
155 static dtype_tbl_t (*build_dtype_tbl(const xmlChar *rawdata))[];
2557 * Allocate a dtype_tbl_t
2570 * of 10, increase if required) of dtype_tbl_t structures holding data type
2572 * format. The dtype_tbl_t array is NULL terminated, which is why space for
2575 static dtype_tbl_t
2580 dtype_tbl_t (*tbl)[];
2594 if ((tbl = calloc(max_attr, sizeof (dtype_tbl_t))) == NULL) {
2648 dtype_tbl_t (*tb
[all...]

Completed in 62 milliseconds