Searched refs:ccl_size (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Ducgendat.c193 static ac_uint4 ccl_size; variable
680 if (ccl_used == ccl_size) {
681 if (ccl_size == 0)
685 realloc((char *) ccl, sizeof(ac_uint4) * (ccl_size + 24));
686 ccl_size += 24;

Completed in 191 milliseconds