Searched refs:phContext (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/smb-759.0/lib/smbclient/
H A Dsmbclient_private.h35 void ** phContext);
H A Dserver.c96 void * phContext)
104 inConnection->context = phContext;
280 void ** phContext)
287 *phContext = hConnection->context;
95 SMBAllocateAndSetContext( void * phContext) argument
278 SMBServerContext( SMBHANDLE hConnection, void ** phContext) argument
/macosx-10.10.1/SmartCardServices-55111/src/PCSC/
H A Dwinscard.h55 const void *pvReserved1, const void *pvReserved2, LPSCARDCONTEXT phContext);
H A Dwinscard.c167 * @param[out] phContext Returned Application Context.
172 * @retval SCARD_E_INVALID_PARAMETER phContext is null (\ref SCARD_E_INVALID_PARAMETER)
175 LPCVOID pvReserved2, LPSCARDCONTEXT phContext)
180 if (phContext == 0)
187 *phContext = 0;
196 *phContext = (PCSCLITE_SVC_IDENTITY + SYS_Random(SYS_GetSeed(),
199 Log3(PCSC_LOG_DEBUG, "Establishing Context: %d [0x%08X]", *phContext, *phContext);
174 SCardEstablishContext(DWORD dwScope, LPCVOID pvReserved1, LPCVOID pvReserved2, LPSCARDCONTEXT phContext) argument
H A Dwinscard_clnt.c185 * @param[out] phContext Returned Application Context.
191 * @retval SCARD_E_INVALID_PARAMETER phContext is null (\ref SCARD_E_INVALID_PARAMETER)
202 LPCVOID pvReserved2, LPSCARDCONTEXT phContext)
210 pvReserved2, phContext);
235 * @param[out] phContext Returned reference to this connection.
240 * @retval SCARD_E_INVALID_PARAMETER phContext is null. (\ref SCARD_E_INVALID_PARAMETER)
244 LPCVOID pvReserved2, LPSCARDCONTEXT phContext)
251 if (phContext == NULL)
254 *phContext = 0;
317 scEstablishStruct.phContext
201 SCardEstablishContext(DWORD dwScope, LPCVOID pvReserved1, LPCVOID pvReserved2, LPSCARDCONTEXT phContext) argument
243 SCardEstablishContextTH(DWORD dwScope, LPCVOID pvReserved1, LPCVOID pvReserved2, LPSCARDCONTEXT phContext) argument
[all...]
H A Dwinscard_msg.cpp746 es->phContext = htonl(es->phContext);
756 es->phContext = ntohl(es->phContext);
H A Dwinscard_msg.h153 uint32_t phContext; member in struct:establish_struct
H A Dwinscard_svc.c347 hContext = esStr->phContext;
349 esStr->phContext = hContext;
354 MSGAddContext(esStr->phContext, dwContextIndex);

Completed in 90 milliseconds