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

/vbox/src/VBox/HostServices/auth/directoryservice/
H A Ddirectoryservice.cpp101 tAttributeEntryPtr pAttrEntry = NULL; local
104 &pAttrValueListRef, &pAttrEntry);
109 if (pAttrEntry->fAttributeValueCount > 0)
115 if (strcmp(pAttrEntry->fAttributeSignature.fBufferData, kDSNAttrMetaNodeLocation) == 0)
131 if (pAttrEntry != NULL)
132 dsDeallocAttributeEntry(pDirRef, pAttrEntry);

Completed in 103 milliseconds