Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Ducgendat.c201 } _codeidx_t; typedef
211 static _codeidx_t *ncodes;
801 ncodes = (_codeidx_t *) malloc(sizeof(_codeidx_t) << 3); in add_number()
803 ncodes = (_codeidx_t *) in add_number()
804 realloc((char *) ncodes, sizeof(_codeidx_t) * (ncodes_size + 8)); in add_number()
1867 bytes = (ncodes_used * sizeof(_codeidx_t)) + (nums_used * sizeof(_num_t)); in write_cdata()
1883 fwrite((char *) ncodes, sizeof(_codeidx_t), ncodes_used, out); in write_cdata()