Searched refs:wrapper (Results 1 – 1 of 1) sorted by relevance
89 struct nss_action_list_wrapper *wrapper in __nss_action_allocate() local90 = malloc (sizeof (*wrapper) + sizeof (*actions) * count); in __nss_action_allocate()91 if (wrapper != NULL) in __nss_action_allocate()93 wrapper->next = nss_actions; in __nss_action_allocate()94 wrapper->count = count; in __nss_action_allocate()95 memcpy (wrapper->actions, actions, sizeof (*actions) * count); in __nss_action_allocate()96 nss_actions = wrapper; in __nss_action_allocate()97 result = wrapper->actions; in __nss_action_allocate()
Completed in 4 milliseconds