Searched refs:domainW (Results 1 – 2 of 2) sorted by relevance
447 const wchar_t *domainW; /*!< Copy of original name in UNICODE. */ member449 void *domainW; member597 h->domainW = name ? _wcsdup(domain) : NULL; \615 h->domainW = NULL; \
593 ((h->domainW == NULL && domain == NULL) || in ITT_VERSIONIZE()594 (h->domainW != NULL && domain != NULL && !wcscmp(h->domainW, domain)))) in ITT_VERSIONIZE()690 ((h->domainW == NULL && domain == NULL) || in ITT_VERSIONIZE()691 (h->domainW != NULL && domain != NULL && !wcscmp(h->domainW, domain)))) in ITT_VERSIONIZE()1345 free((wchar_t *)current_couter->domainW); in __itt_free_allocated_resources()