Searched defs:wbcAllocateMemory (Results 1 - 1 of 1) sorted by relevance

/sssd/src/sss_client/libwbclient/
H A Dwbclient_common.c88 void *wbcAllocateMemory(size_t nelem, size_t elsize, function
137 result = (char *)wbcAllocateMemory(len+1, sizeof(char), NULL);
156 return (const char **)wbcAllocateMemory(
165 info = (struct wbcLibraryDetails *)wbcAllocateMemory(

Completed in 73 milliseconds