OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isns_malloc
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libisns/
isns_util.h
44
#define
isns_malloc
malloc
macro
isns.c
139
ai_p = (struct addrinfo *)
isns_malloc
(sizeof(struct addrinfo));
150
ai_p->ai_canonname = (char *)
isns_malloc
(len + 1);
160
ai_p->ai_addr = (struct sockaddr *)
isns_malloc
(ai_p->
206
isns_malloc
(sizeof(struct isns_refresh_s));
isns_util.c
91
isns_malloc
(sizeof(struct isns_config_s));
93
DBG("isns_new_config: error on
isns_malloc
() [1]\n");
125
cfg_p->control_thread_p = (pthread_t *)
isns_malloc
(sizeof(pthread_t));
127
DBG("isns_new_config: error on
isns_malloc
() [1]\n");
isns_pdu.c
168
isns_malloc
(sizeof(struct isns_buffer_list_s));
170
DBG("isns_add_buffer_pool: error on
isns_malloc
()\n");
208
isns_malloc
(buf_size + sizeof(struct isns_buffer_s));
306
buf_p = (struct isns_buffer_s *)
isns_malloc
(
Completed in 14 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025