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

/forgerock/web-agents-v4/source/apache/
H A Dagent.c554 char *out = NULL, *out_tmp = NULL; local
589 out_tmp = realloc(out, read_bytes + data_size + 1);
590 if (out_tmp == NULL) {
596 out = out_tmp;
/forgerock/web-agents-v4/source/iis/
H A Dagent.c709 char *out = NULL, *out_tmp; local
725 out_tmp = (char *) realloc(out, read_bytes + rc + 1);
726 if (out_tmp == NULL) {
730 out = out_tmp;

Completed in 33 milliseconds