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

/forgerock/web-agents-v4/source/
H A Dsession_saml.c88 tmp = realloc(ctx->data, ctx->data_sz + len + 1);
H A Dnet_client.c76 tmp = realloc(es, size + 1);\
191 p = realloc(n->header_fields, n->num_headers * sizeof (char *));
200 p = realloc(n->header_fields[n->num_headers - 1],
219 p = realloc(n->header_values, n->num_headers * sizeof (char *));
228 p = realloc(n->header_values[n->num_headers - 1],
H A Dconfig_xml.c197 value_tmp = (char **) realloc(*value, sizeof (char *) *(++(*itm_sz)));
198 if (value_tmp == NULL) {//TODO: realloc failure?
219 value_tmp = (int *) realloc(*value, sizeof (int) *(++(*itm_sz)));
251 value_tmp = (am_config_map_t *) realloc(*value, sizeof (am_config_map_t) *(++(*itm_sz)));
488 tmp = realloc(ctx->data, ctx->data_sz + len + 1);
H A Dsession_xml.c135 tmp = realloc(ctx->data, ctx->data_sz + len + 1);
H A Dproperty_map.c101 struct map_entry *entries = realloc(map->entries, alloc * sizeof(struct map_entry));
H A Dutility.c245 ret_tmp = realloc(result, ret_len + substring_len + 1);
291 tmp = (char **) realloc(segment_list, sizeof (char *) * (++list_sz));
887 char *new = realloc(*line, newsize);
1467 str_tmp = realloc(*str, len + 1);
2268 namelist_tmp = realloc(namelist, allocated * sizeof (struct dirent *));
2436 new_str = realloc(*original, new_sz + 1);
2817 buffer = realloc(mapping->name, name_sz + 1 + strlen(newvalue) + 1);
H A Dpolicy_xml.c284 tmp = realloc(ctx->data, ctx->data_sz + len + 1);
H A Dconfig_file.c371 *value = (am_config_map_t *) realloc(*value, sizeof (am_config_map_t) *(++(*itm_sz)));
H A Dnet_client_ssl.c434 CRYPTO_set_mem_functions(malloc, realloc, free);
H A Dcache.c870 int index = 0, j, i = 0, count = 128; /* index_arr size estimate (realloc use only) */
895 index_arr_tmp = (int *) realloc(index_arr, count * sizeof(int));
H A Dnet_ops.c45 char *rd_tmp = realloc(ld->data, ld->data_size + data_sz + 1);
/forgerock/web-agents-v4/cmocka/
H A Dcmocka.c1517 #undef realloc macro
1518 return realloc(ptr, size);
1519 #define realloc test_realloc macro
1663 #undef realloc macro
1702 #define realloc test_realloc macro
H A Dcmocka.h1717 * @brief Test function overriding realloc which detects buffer overruns
1747 #define realloc test_realloc macro
/forgerock/opendj2/src/build-tools/windows/
H A Dservice.c1454 (LPQUERY_SERVICE_CONFIG)realloc(serviceConfig, configSize);
/forgerock/opendj-b2.6/src/build-tools/windows/
H A Dservice.c1455 (LPQUERY_SERVICE_CONFIG)realloc(serviceConfig, configSize);
/forgerock/opendj2.6.2/src/build-tools/windows/
H A Dservice.c1455 (LPQUERY_SERVICE_CONFIG)realloc(serviceConfig, configSize);
/forgerock/opendj2-hg/src/build-tools/windows/
H A Dservice.c1454 (LPQUERY_SERVICE_CONFIG)realloc(serviceConfig, configSize);
/forgerock/opendj2-jel-hg/src/build-tools/windows/
H A Dservice.c1455 (LPQUERY_SERVICE_CONFIG)realloc(serviceConfig, configSize);
/forgerock/opendj-v3/opendj-server-legacy/src/build-tools/windows/
H A Dservice.c1454 (LPQUERY_SERVICE_CONFIG)realloc(serviceConfig, configSize);
/forgerock/web-agents-v4/source/apache/
H A Dagent.c589 out_tmp = realloc(out, read_bytes + data_size + 1);
/forgerock/web-agents-v4/tests/
H A Dtest_utility.c247 void* r_buff = malloc(256); r_buff = realloc(r_buff, 1024);
/forgerock/web-agents-v4/source/iis/
H A Dagent.c725 out_tmp = (char *) realloc(out, read_bytes + rc + 1);
/forgerock/web-agents-v4/expat/
H A Dxmlparse.c749 mtemp->realloc_fcn = realloc;

Completed in 196 milliseconds