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

/vbox/src/VBox/HostServices/auth/directoryservice/
H A Ddirectoryservice.cpp30 tDirStatus defaultSearchNodePath(tDirReference pDirRef, tDataListPtr *pdsNodePath) argument
35 pTmpBuf = dsDataBufferAllocate(pDirRef, s_cBufferSize);
41 dsErr = dsFindDirNodes(pDirRef, pTmpBuf, NULL, eDSLocalNodeNames, &cNodes, &pCtx);
46 dsErr = dsGetDirNodeName(pDirRef, pTmpBuf, 1, pdsNodePath);
51 dsReleaseContinueData(pDirRef, pCtx);
52 dsDataBufferDeAllocate(pDirRef, pTmpBuf);
60 tDirStatus userAuthInfo(tDirReference pDirRef, tDirNodeReference pNodeRef, const char *pszUsername, tDataListPtr *ppAuthNodeListOut) argument
65 tDataBufferPtr pTmpBuf = dsDataBufferAllocate(pDirRef, s_cBufferSize);
69 tDataListPtr pRecordType = dsBuildListFromStrings(pDirRef, kDSStdRecordTypeUsers, NULL);
70 tDataListPtr pRecordName = dsBuildListFromStrings(pDirRef, pszUsernam
196 authWithNode(tDirReference pDirRef, tDataListPtr pAuthNodeList, const char *pszUsername, const char *pszPassword) argument
281 tDirReference pDirRef = NULL; local
[all...]

Completed in 62 milliseconds