HomeSort by relevance Sort by last modified time
    Searched refs:PTimeStamp (Results 1 - 11 of 11) sorted by null

  /external/srec/portable/include/
ptimestamp.h 2 * ptimestamp.h *
30 * @addtogroup PTimeStampModule PTimeStamp API functions
52 PTimeStamp;
58 PORTABLE_API void PTimeStampSet(PTimeStamp *timestamp);
67 PORTABLE_API int PTimeStampDiff(const PTimeStamp *a, const PTimeStamp *b);
  /external/srec/portable/src/
ptimestamp.c 2 * ptimestamp.c *
20 #include "ptimestamp.h"
27 void PTimeStampSet(PTimeStamp *timestamp)
53 PINLINE int PTimeStampDiff(const PTimeStamp *a, const PTimeStamp *b)
plog.c 28 #include "ptimestamp.h"
312 PTimeStamp now;
  /external/chromium_org/net/http/
mock_sspi_library_win.h 33 PTimeStamp ptsExpiry);
45 PTimeStamp ptsExpiry);
http_auth_sspi_win.h 45 PTimeStamp ptsExpiry) = 0;
58 PTimeStamp ptsExpiry) = 0;
83 PTimeStamp ptsExpiry) {
101 PTimeStamp ptsExpiry) {
mock_sspi_library_win.cc 28 PTimeStamp ptsExpiry) {
46 PTimeStamp ptsExpiry) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sspi.h 107 typedef SECURITY_INTEGER *PTimeStamp;
110 typedef unsigned __LONG32 *PTimeStamp;
563 unsigned __LONG32 fCredentialUse,void *pvLogonId,void *pAuthData,SEC_GET_KEY_FN pGetKeyFn,void *pvGetKeyArgument,PCredHandle phCredential,PTimeStamp ptsExpiry);
571 unsigned __LONG32,void *,void *,SEC_GET_KEY_FN,void *,PCredHandle,PTimeStamp);
573 SECURITY_STATUS WINAPI AcquireCredentialsHandleA(SEC_CHAR *pszPrincipal,SEC_CHAR *pszPackage,unsigned __LONG32 fCredentialUse,void *pvLogonId,void *pAuthData,SEC_GET_KEY_FN pGetKeyFn,void *pvGetKeyArgument,PCredHandle phCredential,PTimeStamp ptsExpiry);
575 typedef SECURITY_STATUS (WINAPI *ACQUIRE_CREDENTIALS_HANDLE_FN_A)(SEC_CHAR *,SEC_CHAR *,unsigned __LONG32,void *,void *,SEC_GET_KEY_FN,void *,PCredHandle,PTimeStamp);
590 unsigned __LONG32 fCredentialUse,void *pAuthData,SEC_GET_KEY_FN pGetKeyFn,void *pvGetKeyArgument,PTimeStamp ptsExpiry);
598 unsigned __LONG32,void *,SEC_GET_KEY_FN,void *,PTimeStamp);
600 SECURITY_STATUS WINAPI AddCredentialsA(PCredHandle hCredentials,SEC_CHAR *pszPrincipal,SEC_CHAR *pszPackage,unsigned __LONG32 fCredentialUse,void *pAuthData,SEC_GET_KEY_FN pGetKeyFn,void *pvGetKeyArgument,PTimeStamp ptsExpiry);
602 typedef SECURITY_STATUS (WINAPI *ADD_CREDENTIALS_FN_A)(PCredHandle,SEC_CHAR *,SEC_CHAR *,unsigned __LONG32,void *,SEC_GET_KEY_FN,void *,PTimeStamp);
    [all...]
ntsecpkg.h 569 typedef NTSTATUS (NTAPI SpAcquireCredentialsHandleFn)(PUNICODE_STRING PrincipalName,ULONG CredentialUseFlags,PLUID LogonId,PVOID AuthorizationData,PVOID GetKeyFunciton,PVOID GetKeyArgument,PLSA_SEC_HANDLE CredentialHandle,PTimeStamp ExpirationTime);
573 typedef NTSTATUS (NTAPI SpAddCredentialsFn)(LSA_SEC_HANDLE CredentialHandle,PUNICODE_STRING PrincipalName,PUNICODE_STRING Package,ULONG CredentialUseFlags,PVOID AuthorizationData,PVOID GetKeyFunciton,PVOID GetKeyArgument,PTimeStamp ExpirationTime);
577 typedef NTSTATUS (NTAPI SpInitLsaModeContextFn)(LSA_SEC_HANDLE CredentialHandle,LSA_SEC_HANDLE ContextHandle,PUNICODE_STRING TargetName,ULONG ContextRequirements,ULONG TargetDataRep,PSecBufferDesc InputBuffers,PLSA_SEC_HANDLE NewContextHandle,PSecBufferDesc OutputBuffers,PULONG ContextAttributes,PTimeStamp ExpirationTime,PBOOLEAN MappedContext,PSecBuffer ContextData);
580 typedef NTSTATUS (NTAPI SpAcceptLsaModeContextFn)(LSA_SEC_HANDLE CredentialHandle,LSA_SEC_HANDLE ContextHandle,PSecBufferDesc InputBuffer,ULONG ContextRequirements,ULONG TargetDataRep,PLSA_SEC_HANDLE NewContextHandle,PSecBufferDesc OutputBuffer,PULONG ContextAttributes,PTimeStamp ExpirationTime,PBOOLEAN MappedContext,PSecBuffer ContextData);
    [all...]
  /external/srec/srec/Recognizer/include/
SR_RecognizerImpl.h 33 #include "ptimestamp.h"
284 PTimeStamp timestamp;
  /external/srec/srec/EventLog/src/
EventLogImpl.c 35 #include "ptimestamp.h"
162 PTimeStamp timestamp;
469 PTimeStamp timestamp;
  /external/srec/srec/Recognizer/src/
RecognizerImpl.c 29 #include "ptimestamp.h"
    [all...]

Completed in 1580 milliseconds