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

/vbox/src/VBox/HostServices/auth/directoryservice/
H A Ddirectoryservice.cpp107 tAttributeValueEntryPtr pValueEntry = NULL; local
111 dsErr = dsGetAttributeValue(pNodeRef, pTmpBuf, 1, pAttrValueListRef, &pValueEntry);
119 pValueEntry->fAttributeValueData.fBufferData,
127 if (pValueEntry != NULL)
128 dsDeallocAttributeValueEntry(pDirRef, pValueEntry);

Completed in 43 milliseconds