Home
last modified time | relevance | path

Searched refs:userdata (Results 1 – 14 of 14) sorted by relevance

/reactos/modules/rostests/winetests/ntdll/
H A Dthreadpool.c152 LONG userdata; member
485 LONG userdata; in test_tp_simple() local
548 userdata = 0; in test_tp_simple()
556 ok(userdata == 1, "expected userdata = 1, got %u\n", userdata); in test_tp_simple()
559 userdata = 0; in test_tp_simple()
599 LONG userdata; in test_tp_work() local
619 userdata = 0; in test_tp_work()
626 userdata = 0; in test_tp_work()
644 LONG userdata; in test_tp_work_scheduler() local
680 userdata = 0; in test_tp_work_scheduler()
[all …]
/reactos/sdk/include/reactos/libs/libxml/
H A Dhash.h124 void *userdata);
128 void *userdata,
134 void *userdata);
139 void *userdata,
146 void *userdata);
152 void *userdata,
/reactos/dll/directx/wine/quartz/
H A Dpin.h29 typedef HRESULT (* SAMPLEPROC_PULL)(LPVOID userdata, IMediaSample * pSample, DWORD_PTR cookie);
35 typedef HRESULT (* QUERYACCEPTPROC)(LPVOID userdata, const AM_MEDIA_TYPE * pmt);
50 typedef HRESULT (* CLEANUPPROC) (LPVOID userdata);
60 typedef HRESULT (* REQUESTPROC) (LPVOID userdata);
65 typedef HRESULT (* STOPPROCESSPROC) (LPVOID userdata);
/reactos/sdk/lib/3rdparty/libxml2/
H A Dhash.c407 const xmlChar *name2, void *userdata) { in xmlHashAddEntry2() argument
426 void *userdata, xmlHashDeallocator f) { in xmlHashUpdateEntry() argument
446 const xmlChar *name2, void *userdata, in xmlHashUpdateEntry2() argument
533 void *userdata) { in xmlHashAddEntry3() argument
615 entry->payload = userdata; in xmlHashAddEntry3()
649 void *userdata, xmlHashDeallocator f) { in xmlHashUpdateEntry3() argument
693 insert->payload = userdata; in xmlHashUpdateEntry3()
702 insert->payload = userdata; in xmlHashUpdateEntry3()
713 insert->payload = userdata; in xmlHashUpdateEntry3()
722 insert->payload = userdata; in xmlHashUpdateEntry3()
[all …]
/reactos/dll/win32/pdh/
H A Dpdh_main.c248 TRACE("%p %s %lx %p\n", query, debugstr_a(path), userdata, counter); in PdhAddCounterA()
255 ret = PdhAddCounterW( query, pathW, userdata, counter ); in PdhAddCounterA()
295 counter->user = userdata; in PdhAddCounterW()
317 TRACE("%p %s %lx %p\n", query, debugstr_a(path), userdata, counter); in PdhAddEnglishCounterA()
320 return PdhAddCounterA( query, path, userdata, counter ); in PdhAddEnglishCounterA()
329 TRACE("%p %s %lx %p\n", query, debugstr_w(path), userdata, counter); in PdhAddEnglishCounterW()
332 return PdhAddCounterW( query, path, userdata, counter ); in PdhAddEnglishCounterW()
962 TRACE("%s %lx %p\n", debugstr_a(source), userdata, query); in PdhOpenQueryA()
966 ret = PdhOpenQueryW( sourceW, userdata, query ); in PdhOpenQueryA()
979 TRACE("%s %lx %p\n", debugstr_w(source), userdata, handle); in PdhOpenQueryW()
[all …]
/reactos/drivers/network/tcpip/lwip/doc/
H A Dmdns.txt85 with the supplied userdata. The callback adds strings to the reply by calling
/reactos/dll/win32/msi/
H A Dmsi.c1094 HKEY prodkey, userdata, source; in MSI_GetProductInfo() local
1144 if (MSIREG_OpenInstallProps(szProduct, context, NULL, &userdata, FALSE)) in MSI_GetProductInfo()
1155 val = reg_get_value(userdata, szAttribute, &type); in MSI_GetProductInfo()
1158 RegCloseKey(userdata); in MSI_GetProductInfo()
2227 HKEY prodkey = 0, userdata = 0; in MsiQueryProductStateW() local
2254 r = MSIREG_OpenInstallProps(szProduct, context, NULL, &userdata, FALSE); in MsiQueryProductStateW()
2258 if (!msi_reg_get_val_dword(userdata, L"WindowsInstaller", &val)) in MsiQueryProductStateW()
2271 if (userdata) in MsiQueryProductStateW()
2276 RegCloseKey(userdata); in MsiQueryProductStateW()
H A Daction.c4732 HKEY hkey = NULL, userdata = NULL; in ACTION_PublishFeatures() local
4746 &userdata, TRUE); in ACTION_PublishFeatures()
4801 msi_reg_set_val_str( userdata, feature->Feature, data ); in ACTION_PublishFeatures()
4836 RegCloseKey(userdata); in ACTION_PublishFeatures()
/reactos/modules/rostests/winetests/kernel32/
H A Dsync.c2496 static void CALLBACK alertable_wait_apc(ULONG_PTR userdata) in alertable_wait_apc() argument
2498 HANDLE *semaphores = (void *)userdata; in alertable_wait_apc()
2502 static void CALLBACK alertable_wait_apc2(ULONG_PTR userdata) in alertable_wait_apc2() argument
2504 HANDLE *semaphores = (void *)userdata; in alertable_wait_apc2()
H A Dfile.c1113 … DWORD stream, DWORD reason, HANDLE source, HANDLE dest, LPVOID userdata) in copy_progress_cb() argument
1116 CloseHandle(userdata); in copy_progress_cb()
/reactos/modules/rostests/winetests/gdiplus/
H A Dmetafile.c213 unsigned int dataSize, const unsigned char *pStr, void *userdata) in enum_metafile_proc() argument
215 emfplus_check_state *state = (emfplus_check_state*)userdata; in enum_metafile_proc()
270 unsigned int dataSize, const unsigned char *pStr, void *userdata) in play_metafile_proc() argument
272 emfplus_check_state *state = (emfplus_check_state*)userdata; in play_metafile_proc()
/reactos/dll/opengl/glu32/src/libutil/
H A Dmipmap.c97 const void *userdata, GLushort *newimage);
101 const GLushort *oldimage, void *userdata);
4881 const void *userdata, GLushort *newimage) in fill_image() argument
4914 start = (const GLubyte *) userdata + psm->unpack_skip_rows * rowsize + in fill_image()
4956 start = (const GLubyte *) userdata + psm->unpack_skip_rows * rowsize + in fill_image()
5129 assert( iter == &((const GLubyte *)userdata)[rowsize*height + in fill_image()
5144 const GLushort *oldimage, void *userdata) in empty_image() argument
5177 start = (GLubyte *) userdata + psm->pack_skip_rows * rowsize + in empty_image()
5230 start = (GLubyte *) userdata + psm->pack_skip_rows * rowsize + in empty_image()
5471 assert( iter == &((GLubyte *)userdata)[rowsize*height + in empty_image()
/reactos/modules/rostests/winetests/msi/
H A Daction.c2595 static const CHAR userdata[] = "Software\\Microsoft\\Windows\\CurrentVersion\\Installer" in test_register_product() local
2667 sprintf(keypath, userdata, usersid); in test_register_product()
2772 sprintf(keypath, userdata, "S-1-5-18"); in test_register_product()
2884 sprintf(keypath, userdata, "S-1-5-18"); in test_register_product()
/reactos/dll/win32/gdiplus/
H A Dgraphics.c3065 unsigned int dataSize, const unsigned char *pStr, void *userdata) in play_metafile_proc() argument
3067 GdipPlayMetafileRecord(userdata, record_type, flags, dataSize, pStr); in play_metafile_proc()