Home
last modified time | relevance | path

Searched defs:source_id (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/setupapi/
H A Dquery.c289 PUINT source_id, PSTR buffer, DWORD buffer_size, in SetupGetSourceFileLocationA()
337 LPWSTR source_id; in get_source_id() local
378 PUINT source_id, PWSTR buffer, DWORD buffer_size, in SetupGetSourceFileLocationW()
420 BOOL WINAPI SetupGetSourceInfoA( HINF hinf, UINT source_id, UINT info, in SetupGetSourceInfoA()
464 BOOL WINAPI SetupGetSourceInfoW( HINF hinf, UINT source_id, UINT info, in SetupGetSourceInfoW()
/reactos/base/applications/games/solitaire/
H A Dsolundo.cpp15 static int source_id = -1; variable
/reactos/modules/rostests/winetests/setupapi/
H A Dquery.c313 UINT source_id; in test_SetupGetSourceFileLocation() local
/reactos/dll/3rdparty/mbedtls/
H A Dentropy.c210 static int entropy_update( mbedtls_entropy_context *ctx, unsigned char source_id, in entropy_update()