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

/vbox/src/VBox/HostServices/auth/directoryservice/
H A Ddirectoryservice.cpp92 tAttributeListRef pRecAttrListRef = NULL; local
95 dsErr = dsGetRecordEntry(pNodeRef, pTmpBuf, 1, &pRecAttrListRef, &pRecEntry);
103 dsErr = dsGetAttributeEntry(pNodeRef, pTmpBuf, pRecAttrListRef, i,
158 if (pRecAttrListRef)
159 dsCloseAttributeList(pRecAttrListRef);

Completed in 43 milliseconds