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

/forgerock/web-agents-v4/source/
H A Dutility.c684 char *uncomp2 = (char *) calloc(sizeof (char), uncompLength + half_length); local
685 if (uncomp2 == NULL) {
689 memcpy(uncomp2, uncomp, uncompLength);
692 uncomp = uncomp2;

Completed in 368 milliseconds