Searched refs:malloc (Results 1 - 25 of 53) sorted by relevance

123

/forgerock/web-agents-v4/pcre/
H A Dpcre_globals.c64 return malloc(aSize);
70 PCRE_EXP_DATA_DEFN void *(*PUBL(malloc))(size_t) = LocalPcreMalloc;
78 PCRE_EXP_DATA_DEFN void *(*PUBL(malloc))(size_t) = malloc;
80 PCRE_EXP_DATA_DEFN void *(*PUBL(stack_malloc))(size_t) = malloc;
H A Dpcre_maketables.c62 part of the library, the store is obtained via PUBL(malloc)(), but when
63 compiled inside dftables, use malloc().
84 yield = (unsigned char*)(PUBL(malloc))(tables_length);
86 yield = (unsigned char*)malloc(tables_length);
H A Dpcre_get.c462 stringlist = (pcre_uchar **)(PUBL(malloc))(size);
562 substring = (pcre_uchar *)(PUBL(malloc))(IN_UCHARS(yield + 1));
/forgerock/openam-v13/openam-federation/OpenFM/src/main/integrations/oracle/oamauth/solaris/
H A Dauthn_api.c15 #include <malloc.h>
/forgerock/openam/openam-federation/OpenFM/src/main/integrations/oracle/oamauth/solaris/
H A Dauthn_api.c15 #include <malloc.h>
/forgerock/web-agents-v4/source/
H A Dconfig.c785 r->naming_url = malloc(sz * sizeof (char *));
868 r->valid_default_url = malloc(sz * sizeof (int));
876 r->hostmap = malloc(sz * sizeof (char *));
896 r->login_url = malloc(sz * sizeof (am_config_map_t));
900 m->name = malloc(i->size[0] + i->size[1] + 2);
934 r->profile_attr_map = malloc(sz * sizeof (am_config_map_t));
938 m->name = malloc(i->size[0] + i->size[1] + 2);
948 r->session_attr_map = malloc(sz * sizeof (am_config_map_t));
952 m->name = malloc(i->size[0] + i->size[1] + 2);
962 r->response_attr_map = malloc(s
[all...]
H A Dpolicy_xml.c58 t = malloc(sizeof (struct am_namevalue));
60 t->n = malloc(ns + 1);
68 t->v = malloc(vs + 1);
83 * Allocate storage for an am_action_decision from dynamic memory (malloc, as opposed to shared memory).
88 struct am_action_decision *action_decision = malloc(sizeof (struct am_action_decision));
110 policy_result->resource = malloc(resource_size + 1);
H A Dplatform.h35 #include <malloc.h>
H A Dconfig_file.c87 value = malloc(sizeof (int));
103 value = malloc(sizeof (int));
131 value = malloc(sizeof (int));
174 value = malloc(val_sz + key_sz + 2);
215 vl = malloc(sizeof (char *) * vl_sz);
233 ret = malloc(sizeof (struct val_string_list));
272 vl = malloc(sizeof (int) * vl_sz);
287 ret = malloc(sizeof (struct val_number_list));
H A Daudit.c232 batch = malloc(BATCH_SIZE * sizeof (struct am_audit_transfer));
296 wd = malloc(sizeof (struct audit_worker_data));
319 wd->options = malloc(sizeof (am_net_options_t));
H A Dutility.c610 if ((*buffer = malloc(++size)) != NULL) {
865 *line = malloc(DEFAULT_LINE_LEN);
1122 text = malloc(st.st_size + 1);
1213 char *new = malloc(len + 1);
1234 result = malloc(strlen(src) + 1);
1294 if ((out = malloc(ulBlobSz + 1)) != NULL) {
1325 pos = out = malloc(count);
1378 p = out = malloc(((*sz + 2) / 3 * 4) + 1);
1604 r->session_info.si = malloc(sz + 1);
1612 r->session_info.sk = malloc(s
[all...]
H A Dproperty_map.c48 struct property_map *map = malloc(sizeof(struct property_map));
282 char *buffer = malloc(1);
H A Dnet_client_ssl.c434 CRYPTO_set_mem_functions(malloc, realloc, free);
439 ssl_mutexes = (CRITICAL_SECTION *) malloc(size);
445 ssl_mutexes = (pthread_mutex_t *) malloc(size);
526 buf = malloc(pending);
746 buf = malloc(AM_SSL_BUFFER_SZ);
H A Dthread.c306 worker_pool = (struct am_threadpool *) malloc(sizeof (struct am_threadpool));
364 (struct am_callback_args *) malloc(sizeof (struct am_callback_args));
376 cur = (struct am_threadpool_work *) malloc(sizeof (struct am_threadpool_work));
459 am_event_t *e = malloc(sizeof (am_event_t));
580 e->args = malloc(sizeof (struct am_callback_args));
H A Dnaming_valid.c87 e = (struct url_valid_table *) malloc(sizeof (struct url_valid_table));
332 (struct url_validator_worker_data *) malloc(sizeof (struct url_validator_worker_data));
H A Dnet_client.c72 char *tmp, *es = malloc(size + 1);\
295 options->hostmap = malloc(conf->hostmap_sz * sizeof (char *));
609 n->ssl.request_data = malloc(data_sz);
660 buffer = malloc(RECV_BUFFER_SZ);
H A Dnet_ops.c36 ld->data = malloc(data_sz + 1);
280 user_xml_esc = malloc(xml_esc_sz * 6 + 1); /* worst case */
290 pass_xml_esc = malloc(xml_esc_sz * 6 + 1); /* worst case */
463 *pxml = malloc(req_data->data_size + 1);
712 req_url_escaped = malloc(req_url_sz * 6 + 1); /* worst case */
H A Dadmin.c200 if ((r = malloc(USER_INPUT_BUFFER_SIZE + 1)) == NULL) {
295 struct am_conf_entry *e = malloc(sizeof(struct am_conf_entry));
963 *uid = malloc(sizeof (uid_t));
968 *gid = malloc(sizeof (gid_t));
1024 *gid = malloc(sizeof (gid_t));
1325 char** addr, * dst = malloc(strlen(v) + 1);
/forgerock/web-agents-v4/zlib/
H A Dgzguts.h113 extern voidp malloc OF((uInt size));
H A Dgzlib.c111 state = (gz_statep)malloc(sizeof(gz_state));
200 state->path = (char *)malloc(len + 1);
291 if (fd == -1 || (path = (char *)malloc(7 + 3 * sizeof(int))) == NULL)
601 if ((state->msg = (char *)malloc(strlen(state->path) + strlen(msg) + 3)) ==
H A Dzutil.c196 /* Turbo C malloc() does not allow dynamic allocation of 64K bytes
299 extern voidp malloc OF((uInt size));
310 return sizeof(uInt) > 2 ? (voidpf)malloc(items * size) :
H A Dzutil.h95 # include <malloc.h>
117 # include <malloc.h>
H A Dgzread.c94 state->in = (unsigned char *)malloc(state->want);
95 state->out = (unsigned char *)malloc(state->want << 1);
/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A DFRASerialization.m100 unsigned char *bytes = malloc([hexOfSecret length]/2);
/forgerock/web-agents-v4/cmocka/
H A Dcmocka.c23 #include <malloc.h>
128 /* Debug information for malloc(). */
130 void* block; /* Address of the block returned by malloc(). */
444 ListNode * const new_node = (ListNode*)malloc(sizeof(ListNode));
592 (SymbolMapValue*)malloc(sizeof(*new_symbol_map_value));
783 (SymbolValue*)malloc(sizeof(*return_value));
805 event ? event : (CheckParameterEvent*)malloc(sizeof(*check));
1021 (CheckIntegerSet*)malloc(sizeof(*check_integer_set) +
1091 (CheckIntegerRange*)malloc(sizeof(*check_integer_range));
1221 (CheckMemoryData*)malloc(sizeo
1503 #undef malloc macro
1505 #define malloc macro
1577 #undef malloc macro
1606 #define malloc macro
[all...]

Completed in 113 milliseconds

123