Home
last modified time | relevance | path

Searched refs:bVersion (Results 1 – 9 of 9) sorted by relevance

/third_party/mingw-w64/mingw-w64-headers/include/
Dadvpub.h188 …T WINAPI GetVersionFromFile(LPSTR lpszFilename,LPDWORD pdwMSVer,LPDWORD pdwLSVer,WINBOOL bVersion);
190 …WINAPI *GETVERSIONFROMFILE)(LPSTR lpszFilename,LPDWORD pdwMSVer,LPDWORD pdwLSVer,WINBOOL bVersion);
192 …WINAPI GetVersionFromFileEx(LPSTR lpszFilename,LPDWORD pdwMSVer,LPDWORD pdwLSVer,WINBOOL bVersion);
194 …WINAPI *GETVERSIONFROMFILE)(LPSTR lpszFilename,LPDWORD pdwMSVer,LPDWORD pdwLSVer,WINBOOL bVersion);
Dntdddisk.h497 UCHAR bVersion; member
Dwinioctl.h873 BYTE bVersion; member
Dwincrypt.h675 BYTE bVersion; member
Dstrmif.idl3606 cpp_quote(" BYTE bVersion;")
Dstrmif.h12744 BYTE bVersion; member
/third_party/typescript/src/testRunner/unittests/
DreuseProgramStructure.ts813 …rectProgram(useGetSourceFileByPath: boolean, options?: { bText: string, bVersion: string }): Progr…
837 …urceText.New("", "", JSON.stringify({ name: "x", version: options ? options.bVersion : "1.2.3" })),
887 …const program1 = createRedirectProgram(useGetSourceFileByPath, { bVersion: "1.2.4", bText: "export…
/third_party/curl/lib/
Dcurl_ntlm_core.c326 blob.hdr.bVersion = 2; in encrypt_des()
/third_party/libusb/libusb/os/
Ddarwin_usb.c1777 IOUSBEndpointProperties pipeProperties = {.bVersion = kUSBEndpointPropertiesVersion3}; in submit_bulk_transfer()