Searched refs:_codeidx_t (Results 1 – 1 of 1) sorted by relevance
190 } _codeidx_t; typedef200 static _codeidx_t *ncodes;783 ncodes = (_codeidx_t *) malloc(sizeof(_codeidx_t) << 3); in add_number()785 ncodes = (_codeidx_t *) in add_number()786 realloc((char *) ncodes, sizeof(_codeidx_t) * (ncodes_size + 8)); in add_number()1847 bytes = (ncodes_used * sizeof(_codeidx_t)) + (nums_used * sizeof(_num_t)); in write_cdata()1863 fwrite((char *) ncodes, sizeof(_codeidx_t), ncodes_used, out); in write_cdata()