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

/vbox/src/VBox/HostServices/auth/directoryservice/
H A Ddirectoryservice.cpp71 tDataListPtr pRequestedAttributes = dsBuildListFromStrings(pDirRef, kDSNAttrMetaNodeLocation, kDSNAttrRecordName, NULL); local
74 || pRequestedAttributes == NULL))
84 pRequestedAttributes,
170 if (pRequestedAttributes != NULL)
172 dsCleanErr = dsDataListDeallocate(pDirRef, pRequestedAttributes);
174 free(pRequestedAttributes);

Completed in 42 milliseconds