Searched refs:dsppdname (Results 1 – 1 of 1) sorted by relevance
197 char *dsppdname; member857 hlist[domain].dsppdname = (char *)malloc((std_strlen(pdName) + 1)*(sizeof(char))); in remote_handle_open_domain()858 VERIFYC(NULL != hlist[domain].dsppdname, AEE_ENOMEMORY); in remote_handle_open_domain()859 std_strlcpy(hlist[domain].dsppdname, pdName, std_strlen(pdName) + 1); in remote_handle_open_domain()885 if (hlist[domain].dsppdname != NULL) in remote_handle_open_domain()887 free(hlist[domain].dsppdname); in remote_handle_open_domain()888 hlist[domain].dsppdname = NULL; in remote_handle_open_domain()1356 if (hlist[domain].dsppdname != NULL) in domain_deinit()1358 free(hlist[domain].dsppdname); in domain_deinit()1359 hlist[domain].dsppdname = NULL; in domain_deinit()[all …]