Home
last modified time | relevance | path

Searched refs:bRes (Results 1 – 25 of 684) sorted by path

12345678910>>...28

/dports/astro/opencpn/OpenCPN-5.2.4/libs/sqlite/src/
H A Dsqlite3.c161241 int bRes = 0; /* Result to set *pbRes to */
161248 if( SQLITE_ROW==sqlite3_step(pCheck) ) bRes = 1;
161252 *pbRes = bRes;
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DOCPNPlatform.cpp2574 bool bRes = false; in GetSizeForDevID() local
2596 bRes = GetMonitorSizeFromEDID(hDevRegKey, WidthMm, HeightMm); in GetSizeForDevID()
2602 return bRes; in GetSizeForDevID()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/sqlite/
H A Dsqlite3.c184425 int bRes = 0; /* Result to set *pbRes to */
184432 if( SQLITE_ROW==sqlite3_step(pCheck) ) bRes = 1;
184436 *pbRes = bRes;
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libsqlite3-sys-0.22.2/sqlite3/
H A Dsqlite3.c184413 int bRes = 0; /* Result to set *pbRes to */
184420 if( SQLITE_ROW==sqlite3_step(pCheck) ) bRes = 1;
184424 *pbRes = bRes;
/dports/audio/gonic/gonic-0.8.4/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c171559 int bRes = 0; /* Result to set *pbRes to */
171566 if( SQLITE_ROW==sqlite3_step(pCheck) ) bRes = 1;
171570 *pbRes = bRes;
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/interface/
H A Dw32g_syn.c441 BOOL bRes; in AddTasktrayIcon() local
450 bRes = Shell_NotifyIcon ( NIM_ADD, &nid ); in AddTasktrayIcon()
451 return bRes; in AddTasktrayIcon()
457 BOOL bRes; in DeleteTasktrayIcon() local
465 bRes = Shell_NotifyIcon ( NIM_DELETE, &nid ); in DeleteTasktrayIcon()
466 if ( bRes == TRUE ) in DeleteTasktrayIcon()
H A Dw32g_ut2.c433 BOOL bRes; in ReadFromMailslot() local
435 bRes = GetMailslotInfo(hmailslot,NULL,&dwMessageSize,&dwMessageNum,(LPDWORD)NULL); in ReadFromMailslot()
436 if(bRes==FALSE || dwMessageSize==MAILSLOT_NO_MESSAGE) in ReadFromMailslot()
439 bRes = ReadFile(hMailslot,buffer,dwMessageSize,&dwMessageReadSize,(LPOVERLAPPED)NULL); in ReadFromMailslot()
443 if(bRes==TRUE){ in ReadFromMailslot()
448 if(bRes==TRUE){ in ReadFromMailslot()
483 BOOL bRes; in WriteMailslot() local
484 bRes = WriteFile(hmailslot,buffer,(DWORD)lstrlen(buffer) + 1,&dwWrittenSize,(LPOVERLAPPED)NULL); in WriteMailslot()
485 if(bRes==FALSE){ in WriteMailslot()
/dports/audio/portaudio/portaudio/src/hostapi/wdmks/
H A Dpa_win_wdmks.c720 BOOL bRes; in WdmSyncIoctl() local
728bRes = DeviceIoControl(handle, ioctlNumber, inBuffer, inBufferCount, outBuffer, outBufferCount, by… in WdmSyncIoctl()
729 if (!bRes) in WdmSyncIoctl()
/dports/audio/praat/praat-6.2.03/external/portaudio/
H A Dpa_win_wdmks.c721 BOOL bRes; in WdmSyncIoctl() local
729bRes = DeviceIoControl(handle, ioctlNumber, inBuffer, inBufferCount, outBuffer, outBufferCount, by… in WdmSyncIoctl()
730 if (!bRes) in WdmSyncIoctl()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/portaudio_sc_org/src/hostapi/wdmks/
H A Dpa_win_wdmks.c720 BOOL bRes; in WdmSyncIoctl() local
728bRes = DeviceIoControl(handle, ioctlNumber, inBuffer, inBufferCount, outBuffer, outBufferCount, by… in WdmSyncIoctl()
729 if (!bRes) in WdmSyncIoctl()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/public.sdk/samples/vst-hosting/audiohost/source/media/jack/
H A Djackclient.cpp233 bool bRes = audioClient->process (buffers, jack_last_frame_time (jackClient));
234 assert (bRes);
/dports/audio/timidity++-emacs/TiMidity++-2.15.0/interface/
H A Dw32g_syn.c441 BOOL bRes; in AddTasktrayIcon() local
450 bRes = Shell_NotifyIcon ( NIM_ADD, &nid ); in AddTasktrayIcon()
451 return bRes; in AddTasktrayIcon()
457 BOOL bRes; in DeleteTasktrayIcon() local
465 bRes = Shell_NotifyIcon ( NIM_DELETE, &nid ); in DeleteTasktrayIcon()
466 if ( bRes == TRUE ) in DeleteTasktrayIcon()
H A Dw32g_ut2.c433 BOOL bRes; in ReadFromMailslot() local
435 bRes = GetMailslotInfo(hmailslot,NULL,&dwMessageSize,&dwMessageNum,(LPDWORD)NULL); in ReadFromMailslot()
436 if(bRes==FALSE || dwMessageSize==MAILSLOT_NO_MESSAGE) in ReadFromMailslot()
439 bRes = ReadFile(hMailslot,buffer,dwMessageSize,&dwMessageReadSize,(LPOVERLAPPED)NULL); in ReadFromMailslot()
443 if(bRes==TRUE){ in ReadFromMailslot()
448 if(bRes==TRUE){ in ReadFromMailslot()
483 BOOL bRes; in WriteMailslot() local
484 bRes = WriteFile(hmailslot,buffer,(DWORD)lstrlen(buffer) + 1,&dwWrittenSize,(LPOVERLAPPED)NULL); in WriteMailslot()
485 if(bRes==FALSE){ in WriteMailslot()
/dports/audio/timidity++-gtk/TiMidity++-2.15.0/interface/
H A Dw32g_syn.c441 BOOL bRes; in AddTasktrayIcon() local
450 bRes = Shell_NotifyIcon ( NIM_ADD, &nid ); in AddTasktrayIcon()
451 return bRes; in AddTasktrayIcon()
457 BOOL bRes; in DeleteTasktrayIcon() local
465 bRes = Shell_NotifyIcon ( NIM_DELETE, &nid ); in DeleteTasktrayIcon()
466 if ( bRes == TRUE ) in DeleteTasktrayIcon()
H A Dw32g_ut2.c433 BOOL bRes; in ReadFromMailslot() local
435 bRes = GetMailslotInfo(hmailslot,NULL,&dwMessageSize,&dwMessageNum,(LPDWORD)NULL); in ReadFromMailslot()
436 if(bRes==FALSE || dwMessageSize==MAILSLOT_NO_MESSAGE) in ReadFromMailslot()
439 bRes = ReadFile(hMailslot,buffer,dwMessageSize,&dwMessageReadSize,(LPOVERLAPPED)NULL); in ReadFromMailslot()
443 if(bRes==TRUE){ in ReadFromMailslot()
448 if(bRes==TRUE){ in ReadFromMailslot()
483 BOOL bRes; in WriteMailslot() local
484 bRes = WriteFile(hmailslot,buffer,(DWORD)lstrlen(buffer) + 1,&dwWrittenSize,(LPOVERLAPPED)NULL); in WriteMailslot()
485 if(bRes==FALSE){ in WriteMailslot()
/dports/audio/timidity++-motif/TiMidity++-2.15.0/interface/
H A Dw32g_syn.c441 BOOL bRes; in AddTasktrayIcon() local
450 bRes = Shell_NotifyIcon ( NIM_ADD, &nid ); in AddTasktrayIcon()
451 return bRes; in AddTasktrayIcon()
457 BOOL bRes; in DeleteTasktrayIcon() local
465 bRes = Shell_NotifyIcon ( NIM_DELETE, &nid ); in DeleteTasktrayIcon()
466 if ( bRes == TRUE ) in DeleteTasktrayIcon()
H A Dw32g_ut2.c433 BOOL bRes; in ReadFromMailslot() local
435 bRes = GetMailslotInfo(hmailslot,NULL,&dwMessageSize,&dwMessageNum,(LPDWORD)NULL); in ReadFromMailslot()
436 if(bRes==FALSE || dwMessageSize==MAILSLOT_NO_MESSAGE) in ReadFromMailslot()
439 bRes = ReadFile(hMailslot,buffer,dwMessageSize,&dwMessageReadSize,(LPOVERLAPPED)NULL); in ReadFromMailslot()
443 if(bRes==TRUE){ in ReadFromMailslot()
448 if(bRes==TRUE){ in ReadFromMailslot()
483 BOOL bRes; in WriteMailslot() local
484 bRes = WriteFile(hmailslot,buffer,(DWORD)lstrlen(buffer) + 1,&dwWrittenSize,(LPOVERLAPPED)NULL); in WriteMailslot()
485 if(bRes==FALSE){ in WriteMailslot()
/dports/audio/timidity++-slang/TiMidity++-2.15.0/interface/
H A Dw32g_syn.c441 BOOL bRes; in AddTasktrayIcon() local
450 bRes = Shell_NotifyIcon ( NIM_ADD, &nid ); in AddTasktrayIcon()
451 return bRes; in AddTasktrayIcon()
457 BOOL bRes; in DeleteTasktrayIcon() local
465 bRes = Shell_NotifyIcon ( NIM_DELETE, &nid ); in DeleteTasktrayIcon()
466 if ( bRes == TRUE ) in DeleteTasktrayIcon()
H A Dw32g_ut2.c433 BOOL bRes; in ReadFromMailslot() local
435 bRes = GetMailslotInfo(hmailslot,NULL,&dwMessageSize,&dwMessageNum,(LPDWORD)NULL); in ReadFromMailslot()
436 if(bRes==FALSE || dwMessageSize==MAILSLOT_NO_MESSAGE) in ReadFromMailslot()
439 bRes = ReadFile(hMailslot,buffer,dwMessageSize,&dwMessageReadSize,(LPOVERLAPPED)NULL); in ReadFromMailslot()
443 if(bRes==TRUE){ in ReadFromMailslot()
448 if(bRes==TRUE){ in ReadFromMailslot()
483 BOOL bRes; in WriteMailslot() local
484 bRes = WriteFile(hmailslot,buffer,(DWORD)lstrlen(buffer) + 1,&dwWrittenSize,(LPOVERLAPPED)NULL); in WriteMailslot()
485 if(bRes==FALSE){ in WriteMailslot()
/dports/audio/timidity++-xaw/TiMidity++-2.15.0/interface/
H A Dw32g_syn.c441 BOOL bRes; in AddTasktrayIcon() local
450 bRes = Shell_NotifyIcon ( NIM_ADD, &nid ); in AddTasktrayIcon()
451 return bRes; in AddTasktrayIcon()
457 BOOL bRes; in DeleteTasktrayIcon() local
465 bRes = Shell_NotifyIcon ( NIM_DELETE, &nid ); in DeleteTasktrayIcon()
466 if ( bRes == TRUE ) in DeleteTasktrayIcon()
H A Dw32g_ut2.c433 BOOL bRes; in ReadFromMailslot() local
435 bRes = GetMailslotInfo(hmailslot,NULL,&dwMessageSize,&dwMessageNum,(LPDWORD)NULL); in ReadFromMailslot()
436 if(bRes==FALSE || dwMessageSize==MAILSLOT_NO_MESSAGE) in ReadFromMailslot()
439 bRes = ReadFile(hMailslot,buffer,dwMessageSize,&dwMessageReadSize,(LPOVERLAPPED)NULL); in ReadFromMailslot()
443 if(bRes==TRUE){ in ReadFromMailslot()
448 if(bRes==TRUE){ in ReadFromMailslot()
483 BOOL bRes; in WriteMailslot() local
484 bRes = WriteFile(hmailslot,buffer,(DWORD)lstrlen(buffer) + 1,&dwWrittenSize,(LPOVERLAPPED)NULL); in WriteMailslot()
485 if(bRes==FALSE){ in WriteMailslot()
/dports/audio/timidity++-xskin/TiMidity++-2.15.0/interface/
H A Dw32g_syn.c441 BOOL bRes; in AddTasktrayIcon() local
450 bRes = Shell_NotifyIcon ( NIM_ADD, &nid ); in AddTasktrayIcon()
451 return bRes; in AddTasktrayIcon()
457 BOOL bRes; in DeleteTasktrayIcon() local
465 bRes = Shell_NotifyIcon ( NIM_DELETE, &nid ); in DeleteTasktrayIcon()
466 if ( bRes == TRUE ) in DeleteTasktrayIcon()
H A Dw32g_ut2.c433 BOOL bRes; in ReadFromMailslot() local
435 bRes = GetMailslotInfo(hmailslot,NULL,&dwMessageSize,&dwMessageNum,(LPDWORD)NULL); in ReadFromMailslot()
436 if(bRes==FALSE || dwMessageSize==MAILSLOT_NO_MESSAGE) in ReadFromMailslot()
439 bRes = ReadFile(hMailslot,buffer,dwMessageSize,&dwMessageReadSize,(LPOVERLAPPED)NULL); in ReadFromMailslot()
443 if(bRes==TRUE){ in ReadFromMailslot()
448 if(bRes==TRUE){ in ReadFromMailslot()
483 BOOL bRes; in WriteMailslot() local
484 bRes = WriteFile(hmailslot,buffer,(DWORD)lstrlen(buffer) + 1,&dwWrittenSize,(LPOVERLAPPED)NULL); in WriteMailslot()
485 if(bRes==FALSE){ in WriteMailslot()
/dports/audio/timidity++/TiMidity++-2.15.0/interface/
H A Dw32g_syn.c441 BOOL bRes; in AddTasktrayIcon() local
450 bRes = Shell_NotifyIcon ( NIM_ADD, &nid ); in AddTasktrayIcon()
451 return bRes; in AddTasktrayIcon()
457 BOOL bRes; in DeleteTasktrayIcon() local
465 bRes = Shell_NotifyIcon ( NIM_DELETE, &nid ); in DeleteTasktrayIcon()
466 if ( bRes == TRUE ) in DeleteTasktrayIcon()
H A Dw32g_ut2.c433 BOOL bRes; in ReadFromMailslot() local
435 bRes = GetMailslotInfo(hmailslot,NULL,&dwMessageSize,&dwMessageNum,(LPDWORD)NULL); in ReadFromMailslot()
436 if(bRes==FALSE || dwMessageSize==MAILSLOT_NO_MESSAGE) in ReadFromMailslot()
439 bRes = ReadFile(hMailslot,buffer,dwMessageSize,&dwMessageReadSize,(LPOVERLAPPED)NULL); in ReadFromMailslot()
443 if(bRes==TRUE){ in ReadFromMailslot()
448 if(bRes==TRUE){ in ReadFromMailslot()
483 BOOL bRes; in WriteMailslot() local
484 bRes = WriteFile(hmailslot,buffer,(DWORD)lstrlen(buffer) + 1,&dwWrittenSize,(LPOVERLAPPED)NULL); in WriteMailslot()
485 if(bRes==FALSE){ in WriteMailslot()

12345678910>>...28