/reactos/sdk/lib/drivers/wdf/kmdf/src/irphandlers/wmi/ |
H A D | fxwmiprovider.cpp | 103 BOOLEAN update; in _Create() local 112 update = FALSE; in _Create() 233 if (update) { in _Create() 243 if (update) { in _Create() 359 BOOLEAN update; in AddInstance() local 375 if (update) { in AddInstance() 380 if (update) { in AddInstance() 393 BOOLEAN update; in RemoveInstance() local 395 update = FALSE; in RemoveInstance() 429 if (update) { in RemoveInstance() [all …]
|
H A D | fxwmiirphandler.cpp | 266 BOOLEAN update; in AddProviderLocked() local 268 update = FALSE; in AddProviderLocked() 273 update = TRUE; in AddProviderLocked() 288 if (update) { in AddProviderLocked() 289 update = DeferUpdateLocked(OldIrql); in AddProviderLocked() 292 *Update = update; in AddProviderLocked() 436 update = FALSE; in AddPowerPolicyProviderAndInstance() 519 &update, in AddPowerPolicyProviderAndInstance() 526 if (update) { in AddPowerPolicyProviderAndInstance() 527 update = DeferUpdateLocked(irql); in AddPowerPolicyProviderAndInstance() [all …]
|
/reactos/dll/opengl/glu32/src/libnurbs/internals/ |
H A D | varray.cc | 74 Varray::update( Arc_ptr arc, long dir[2], REAL val ) in update() function in Varray 116 update( left, ldir, left->prev->tail()[1] ); in init() 120 update( right, rdir, right->tail()[1] ); in init()
|
H A D | varray.h | 55 inline void update( Arc *, long[2], REAL );
|
/reactos/drivers/network/ndis/ |
H A D | readme.txt | 13 - make must be run from the top level reactos directory to update the import 14 library, unless you manually update it
|
/reactos/ |
H A D | .gitpod.Dockerfile | 8 # RUN sudo apt-get -q update && # sudo apt-get install -yq bastet && # sudo rm -rf /var/lib… 11 RUN sudo apt-get -q update && \
|
/reactos/dll/win32/msi/ |
H A D | sql.y | 193 MSIVIEW *update = NULL; variable 195 UPDATE_CreateView( sql->db, &update, $2, $4, $6 ); 196 if( !update ) 199 PARSER_BUBBLE_UP_VIEW( sql, $$, update ); 204 MSIVIEW *update = NULL; variable 206 UPDATE_CreateView( sql->db, &update, $2, $4, NULL ); 207 if( !update ) 210 PARSER_BUBBLE_UP_VIEW( sql, $$, update );
|
H A D | CMakeLists.txt | 46 update.c
|
/reactos/dll/win32/mshtml/ |
H A D | view.c | 64 if(!This->doc_obj->update && This->doc_obj->hwnd) in update_doc() 67 This->doc_obj->update |= flags; in update_doc() 75 if(!(This->update & UPDATE_TITLE)) in update_title() 78 This->update &= ~UPDATE_TITLE; in update_title() 100 TRACE("(%p) %x\n", This, This->update); in on_timer() 104 if(!This->update) in on_timer() 107 if(This->update & UPDATE_UI) { in on_timer() 126 This->update = 0; in on_timer()
|
/reactos/base/applications/network/telnet/src/ |
H A D | tscroll.h | 19 void update(const char *pszBegin, const char *pszEnd);
|
/reactos/media/doc/ |
H A D | INDEX | 6 BUGLIST: Known bugs, please update when you find one
|
/reactos/base/applications/mstsc/ |
H A D | secure.c | 351 void * update; in sec_update() local 370 update = rdssl_rc4_info_create(); in sec_update() 371 rdssl_rc4_set_key(update, (char *)key, g_rc4_key_len); in sec_update() 372 rdssl_rc4_crypt(update, (char *)key, (char *)key, g_rc4_key_len); in sec_update() 373 rdssl_rc4_info_delete(update); in sec_update()
|
/reactos/modules/rosapps/applications/notevil/ |
H A D | readme.txt | 12 unique) and edit resource.h to update minimum and
|
/reactos/sdk/tools/ |
H A D | gen_baseaddress.py | 329 def update(self, priorities): member in MemoryLayout 392 layout.update(PRIORITIES)
|
/reactos/win32ss/user/winsrv/consrv/frontends/gui/lang/ |
H A D | pl-PL.rc | 5 * Translation update by Olaf Siejka (Caemyr), Apr 2011
|
/reactos/modules/rosapps/applications/explorer-old/taskbar/ |
H A D | traynotify.cpp | 737 void NotifyArea::Refresh(bool update) in Refresh() argument 746 ++update; in Refresh() 761 ++update; in Refresh() 768 ++update; in Refresh() 778 ++update; in Refresh() 784 if (update) in Refresh()
|
/reactos/dll/win32/userenv/lang/ |
H A D | it-IT.rc | 9 * 11 Feb 2009: Gabriel Ilardi (gabrielilardi at hotmail.it) - compatibility fixes/update.
|
/reactos/win32ss/user/winsrv/usersrv/lang/ |
H A D | pl-PL.rc | 5 * Translation update by Olaf Siejka (Caemyr), Apr 2011
|
/reactos/modules/rosapps/applications/explorer-old/doc/ |
H A D | changes.txt | 99 09.01.2005 frik85 update for german resource scripts 110 m. fuchs update ROS icon in about dialog and start menu side bar 139 15.07.2005 greatlrd update swedish .rc and rename it from sw to sv, remove the german part in swedi… 145 21.09.2005 m. fuchs XMLStorage update, Bugfix for UTF-8 strings
|
/reactos/base/applications/screensavers/logon/ |
H A D | logon.rc | 19 * versions, add the new bitmap and update the path below.
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/ |
H A D | secure.c | 201 RC4_KEY update; in sec_update() local 215 RC4_set_key(&update, This->secure.rc4_key_len, key); in sec_update() 216 RC4(&update, This->secure.rc4_key_len, key, key); in sec_update()
|
/reactos/drivers/storage/ide/uniata/ |
H A D | todo.txt | 36 23. update Identify block (11 ) 56 38. update Identify dtructure (11c) 217 136.update and sort BusMasterAdapters[] (23a)
|
/reactos/sdk/tools/winesync/d3dx9_staging/ |
H A D | 0011-d3dx9_36__Improve_D3DXSaveTextureToFile_to_save_simple_texture_to_dds_file.diff | 8 IDirect3DSurface9 *temp_surface, BOOL update) DECLSPEC_HIDDEN;
|
/reactos/sdk/lib/3rdparty/stlport/doc/ |
H A D | README.dmc | 77 solution may be in a free online CD update. Download and unzip all free
|
/reactos/base/applications/cmdutils/replace/lang/ |
H A D | sq-AL.rc | 28 /U Zëvendëso (update) vetem dokumenta që janë më të vjetër se\n\
|