Searched refs:isns_malloc (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/lib/libisns/
H A Disns_util.h44 #define isns_malloc malloc macro
H A Disns.c139 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));
H A Disns_util.c91 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");
H A Disns_pdu.c168 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 200 milliseconds