Home
last modified time | relevance | path

Searched refs:PBYTE (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/llvm/test/tools/llvm-readobj/COFF/
Dcodeview-merging-unsorted.test30 ; PBYTE TYPEDEF PTR BYTE
32 ; next PBYTE ?
/external/tpm2-tss/src/tss2-tcti/
Dtcti-tbs.h17 PBYTE commandBuffer;
/external/chromium-trace/catapult/third_party/pyserial/serial/tools/
Dlist_ports_windows.py29 LPBYTE = PBYTE = ctypes.c_void_p # XXX avoids error about types
95 SetupDiGetDeviceRegistryProperty.argtypes = [HDEVINFO, PSP_DEVINFO_DATA, DWORD, PDWORD, PBYTE, DWOR…
/external/libcups/cups/
Dtls-sspi.c419 PBYTE p = NULL; /* Temporary storage */ in httpLoadCredentials()
476 p = (PBYTE)malloc(dwSize); in httpLoadCredentials()
544 PBYTE p = NULL; /* Temporary storage */ in httpSaveCredentials()
599 p = (PBYTE)malloc(dwSize); in httpSaveCredentials()
1046 PBYTE pbMessage; /* Message buffer */ in _httpTLSStop()
1682 PBYTE p = NULL; /* Temporary storage */ in http_sspi_find_credentials()
1723 p = (PBYTE)malloc(dwSize); in http_sspi_find_credentials()
1886 PBYTE p = NULL; /* Temporary storage */ in http_sspi_make_credentials()
1934 p = (PBYTE)malloc(dwSize); in http_sspi_make_credentials()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/Wolf/
DTpmToWolfHash.h91 typedef BYTE *PBYTE; typedef
/external/ms-tpm-20-ref/TPMCmd/tpm/include/Ossl/
DTpmToOsslHash.h97 typedef BYTE *PBYTE; typedef
/external/libpcap/
Dpcap-airpcap.c70 typedef BOOL (*AirpcapReadHandler)(PAirpcapHandle, PBYTE, UINT, PUINT);
616 if (!p_AirpcapRead(pa->adapter, (PBYTE)p->buffer, in airpcap_read()
/external/python/cpython3/Lib/ctypes/
Dwintypes.py172 LPBYTE = PBYTE = ctypes.POINTER(BYTE)
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationWin32KeyedMutexTests.cpp1123 PSID* ppEveryoneSID = (PSID*)((PBYTE)pSD + SECURITY_DESCRIPTOR_MIN_LENGTH); in getSecurityDescriptor()
1124 PACL* ppACL = (PACL*)((PBYTE)ppEveryoneSID + sizeof(PSID*)); in getSecurityDescriptor()
1151 PSID* ppEveryoneSID = (PSID*)((PBYTE)pSD + SECURITY_DESCRIPTOR_MIN_LENGTH); in freeSecurityDescriptor()
1152 PACL* ppACL = (PACL*)((PBYTE)ppEveryoneSID + sizeof(PSID*)); in freeSecurityDescriptor()
/external/mksh/src/
Dos2.c541 PBYTE cp; in getdrvwd()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptHash.c319 PBYTE dOut // OUT: the receive buffer in HashEnd()
/external/libusb/libusb/os/
Dwindows_winusb.h280 PSP_DEVINFO_DATA, DWORD, PDWORD, PBYTE, DWORD, PDWORD));
Dwindows_winusb.c1256 &reg_type, (PBYTE)lookup[k].list, MAX_KEY_LENGTH, &size)) { in get_api_type()
1523 NULL, (PBYTE)enumerator, sizeof(enumerator), NULL)) { in winusb_get_device_list()
1609 … NULL, (PBYTE)&install_state, sizeof(install_state), &size)) || (size != sizeof(install_state))) { in winusb_get_device_list()
1730 NULL, (PBYTE)&port_nr, sizeof(port_nr), &size) || (size != sizeof(port_nr))) in winusb_get_device_list()