/reactos/modules/rostests/winetests/winmm/ |
H A D | mci.c | 197 ok(!err,"open another: %s\n", dbg_mcierr(err)); in test_mciParser() 255 ok(!err,"status 4(mode): %s\n", dbg_mcierr(err)); in test_mciParser() 335 ok(!err,"status mode: %s\n", dbg_mcierr(err)); in test_mciParser() 357 ok(!err,"capability files: %s\n", dbg_mcierr(err)); in test_mciParser() 361 ok(!err,"capability video: %s\n", dbg_mcierr(err)); in test_mciParser() 369 ok(!err,"info version: %s\n", dbg_mcierr(err)); in test_mciParser() 376 ok(!err,"close avi: %s\n", dbg_mcierr(err)); in test_mciParser() 682 ok(!err || err==MCIERR_OUTOFRANGE,"mci set format tag pcm returned %s\n", dbg_mcierr(err)); in test_recordWAVE() 743 ok(!err,"mci returned %s\n", dbg_mcierr(err)); in test_recordWAVE() 765 ok(!err,"mci save returned %s\n", dbg_mcierr(err)); in test_recordWAVE() [all …]
|
H A D | mcicda.c | 102 ok(!err || err == MCIERR_CANNOT_LOAD_DRIVER || err == MCIERR_MUST_USE_SHAREABLE, in test_play() 164 ok(!err, "info product: %s\n", dbg_mcierr(err)); in test_play() 180 ok(!err, "STATUS mode: %s\n", dbg_mcierr(err)); in test_play() 198 ok(!err, "status mode: %s\n", dbg_mcierr(err)); in test_play() 210 ok(!err || err == MCIERR_HARDWARE, "info identity: %s\n", dbg_mcierr(err)); in test_play() 215 ok(err == ok_hw || err == MCIERR_NO_IDENTITY, "info upc: %s\n", dbg_mcierr(err)); in test_play() 280 ok(!err, "set video: %s\n", dbg_mcierr(err)); in test_play() 287 ok(!err || err == MCIERR_HARDWARE, "set audio: %s\n", dbg_mcierr(err)); in test_play() 439 ok(!err, "pause: %s\n", dbg_mcierr(err)); in test_play() 519 ok(!err, "stop: %s\n", dbg_mcierr(err)); in test_play() [all …]
|
/reactos/dll/3rdparty/libjpeg/ |
H A D | jerror.c | 131 struct jpeg_error_mgr * err = cinfo->err; in emit_message() local 138 if (err->num_warnings == 0 || err->trace_level >= 3) in emit_message() 141 err->num_warnings++; in emit_message() 160 struct jpeg_error_mgr * err = cinfo->err; in format_message() local 173 msgtext = err->addon_message_table[msg_code - err->first_addon_message]; in format_message() 197 err->msg_parm.i[0], err->msg_parm.i[1], in format_message() 198 err->msg_parm.i[2], err->msg_parm.i[3], in format_message() 199 err->msg_parm.i[4], err->msg_parm.i[5], in format_message() 200 err->msg_parm.i[6], err->msg_parm.i[7]); in format_message() 250 err->last_addon_message = 0; in jpeg_std_error() [all …]
|
/reactos/modules/rostests/apitests/ws2_32/ |
H A D | close.c | 13 int err; in Test_CloseDuplicatedSocket() local 44 ok(err == 0, "closesocket sck err = %d %d\n", err, WSAGetLastError()); in Test_CloseDuplicatedSocket() 90 int err; in Test_CloseWhileSelectSameSocket() local 109 ok(err == 0, "bind err = %d %d\n", err, WSAGetLastError()); in Test_CloseWhileSelectSameSocket() 111 ok(err == 0, "listen err = %d %d\n", err, WSAGetLastError()); in Test_CloseWhileSelectSameSocket() 118 ok(err == 0, "closesocket err = %d %d\n", err, WSAGetLastError()); in Test_CloseWhileSelectSameSocket() 127 int err; in Test_CloseWhileSelectDuplicatedSocket() local 147 ok(err == 0, "bind err = %d %d\n", err, WSAGetLastError()); in Test_CloseWhileSelectDuplicatedSocket() 149 ok(err == 0, "listen err = %d %d\n", err, WSAGetLastError()); in Test_CloseWhileSelectDuplicatedSocket() 166 ok(err == 0, "closesocket err = %d %d\n", err, WSAGetLastError()); in Test_CloseWhileSelectDuplicatedSocket() [all …]
|
H A D | nonblocking.c | 22 int nConRes, err; in START_TEST() local 64 ok(err == 0, "ERROR: server bind failed\n"); in START_TEST() 65 err = ioctlsocket(ServerSocket, FIONBIO, &ulValue); in START_TEST() 69 err = ioctlsocket(ClientSocket, FIONBIO, &ulValue); in START_TEST() 74 err = listen(ServerSocket, 2); in START_TEST() 75 ok(err == 0, "ERROR: cannot initialize server listen\n"); in START_TEST() 93 if (err == 0) in START_TEST() 98 if (err == 0) in START_TEST() 106 …ok(err == dwAddrLen, "ERROR: error writing data to connected socket, error %d %d\n", err, WSAGetLa… in START_TEST() 115 if (err == 1 && FD_ISSET(ServerSocket, &readfds)) in START_TEST() [all …]
|
/reactos/dll/win32/rsaenh/ |
H A D | rsa.c | 42 static int mpi_to_ltc_error(int err) in mpi_to_ltc_error() argument 90 int err; in rsa_make_key() local 101 return mpi_to_ltc_error(err); in rsa_make_key() 161 err = CRYPT_OK; in rsa_make_key() 167 err = mpi_to_ltc_error(err); in rsa_make_key() 170 return err; in rsa_make_key() 186 int err; in rsa_exptmod() local 204 err = CRYPT_PK_INVALID_SIZE; in rsa_exptmod() 241 err = CRYPT_OK; in rsa_exptmod() 244 err = mpi_to_ltc_error(err); in rsa_exptmod() [all …]
|
/reactos/sdk/include/reactos/libs/libjpeg/ |
H A D | jerror.h | 210 ((cinfo)->err->msg_code = (code), \ 213 ((cinfo)->err->msg_code = (code), \ 217 ((cinfo)->err->msg_code = (code), \ 222 ((cinfo)->err->msg_code = (code), \ 228 ((cinfo)->err->msg_code = (code), \ 235 ((cinfo)->err->msg_code = (code), \ 244 ((cinfo)->err->msg_code = (code), \ 252 ((cinfo)->err->msg_code = (code), \ 255 ((cinfo)->err->msg_code = (code), \ 259 ((cinfo)->err->msg_code = (code), \ [all …]
|
/reactos/sdk/lib/crt/string/ |
H A D | strerror.c | 92 if (err < 0 || err > _sys_nerr) err = _sys_nerr; in strerror() 130 int err; in _strerror() local 136 if (err < 0 || err > _sys_nerr) err = _sys_nerr; in _strerror() 152 if (err < 0 || err > _sys_nerr) err = _sys_nerr; in perror() 159 _write( 2, _sys_errlist[err], strlen(_sys_errlist[err]) ); in perror() 173 if (err < 0 || err > _sys_nerr) err = _sys_nerr; in _wcserror_s() 196 int err; in __wcserror_s() local 201 err = *_errno(); in __wcserror_s() 202 if (err < 0 || err > _sys_nerr) err = _sys_nerr; in __wcserror_s() 230 int err; in __wcserror() local [all …]
|
/reactos/sdk/lib/3rdparty/zlib/contrib/minizip/ |
H A D | zip.c | 353 if (err==1) in zip64local_getByte() 377 int err; in zip64local_getShort() local 390 return err; in zip64local_getShort() 399 int err; in zip64local_getLong() local 420 return err; in zip64local_getLong() 430 int err; in zip64local_getLong64() local 468 return err; in zip64local_getLong64() 843 return err; in LoadCentralDirectoryRecord() 967 int err; in Write_LocalFileHeader() local 1050 return err; in Write_LocalFileHeader() [all …]
|
H A D | unzip.c | 218 if (err==1) in unz64local_getByte() 247 int err; in unz64local_getShort() local 260 return err; in unz64local_getShort() 274 int err; in unz64local_getLong() local 295 return err; in unz64local_getLong() 310 int err; in unz64local_getLong64() local 1147 int err; in unzGetCurrentFileInfo() local 1207 int err; in unzGoToNextFile() local 1240 int err; in unzLocateFile() local 1346 int err; in unzGoToFilePos64() local [all …]
|
/reactos/sdk/tools/mkisofs/schilytools/libschily/ |
H A D | comerr.c | 138 int err; in comerrno() 166 int err; 220 int err; in errmsgno() 284 err = exc; 286 err = _ex_clash(err); 290 return (err); 331 comexit(err) in comexit() argument 332 int err; in comexit() 342 exit(err); 353 int err; in errmsgstr() [all …]
|
/reactos/dll/win32/wintrust/ |
H A D | softpub.c | 100 if (!err) in SOFTPUB_OpenFile() 528 if (err) in SOFTPUB_LoadFileMessage() 531 if (err) in SOFTPUB_LoadFileMessage() 534 if (err) in SOFTPUB_LoadFileMessage() 538 if (err) in SOFTPUB_LoadFileMessage() 541 if (err) in SOFTPUB_LoadFileMessage() 544 if (err) in SOFTPUB_LoadFileMessage() 583 if (err) in SOFTPUB_LoadCatalogMessage() 587 if (err) in SOFTPUB_LoadCatalogMessage() 590 if (err) in SOFTPUB_LoadCatalogMessage() [all …]
|
/reactos/drivers/network/tcpip/lwip/src/api/ |
H A D | api_lib.c | 120 err_t err; in netconn_apimsg() local 135 return err; in netconn_apimsg() 194 err_t err; in netconn_prepare_delete() local 235 err_t err; in netconn_delete() local 272 err_t err; in netconn_getaddr() local 310 err_t err; in netconn_bind() local 354 err_t err; in netconn_bind_if() local 380 err_t err; in netconn_connect() local 412 err_t err; in netconn_disconnect() local 1307 msg.err = &err; [all …]
|
H A D | api_msg.c | 495 conn->current_msg->err = err; 1063 conn->current_msg->err = err; 1249 msg->err = err; 1293 msg->err = err; 1324 conn->current_msg->err = err; 1415 msg->err = err; 1524 msg->err = err; 1581 msg->err = err; 1732 if ((err == ERR_OK) || (err == ERR_MEM)) { 1791 conn->current_msg->err = err; [all …]
|
H A D | netifapi.c | 165 err_t err; in netifapi_arp_add() local 181 return err; in netifapi_arp_add() 195 err_t err; in netifapi_arp_remove() local 210 return err; in netifapi_arp_remove() 228 err_t err; in netifapi_netif_add() local 255 return err; in netifapi_netif_add() 272 err_t err; in netifapi_netif_set_addr() local 292 return err; in netifapi_netif_set_addr() 306 err_t err; in netifapi_netif_common() local 329 err_t err; in netifapi_netif_name_to_index() local [all …]
|
/reactos/sdk/lib/3rdparty/libmpg123/ |
H A D | lfs_wrap.c | 169 int err; in mpg123_decode_frame() local 181 return err; in mpg123_decode_frame() 189 int err; in mpg123_framebyframe_decode() local 351 int err; in mpg123_index() local 363 if(err != MPG123_OK) return err; in mpg123_index() 408 int err; in mpg123_set_index() local 449 int err; in mpg123_position() local 452 if(err != MPG123_OK) return err; in mpg123_position() 670 int err; in mpg123_open() local 734 int err; in mpg123_open_fd() local [all …]
|
/reactos/drivers/network/tcpip/lwip/src/apps/http/ |
H A D | http_client.c | 421 err_t err; in httpc_get_internal_addr() local 434 return err; in httpc_get_internal_addr() 445 err_t err; in httpc_dns_found() local 470 err_t err; in httpc_get_internal_dns() local 485 return err; in httpc_get_internal_dns() 637 err_t err; in httpc_get_file() local 645 return err; in httpc_get_file() 655 return err; in httpc_get_file() 682 err_t err; in httpc_get_file_dns() local 823 err_t err; in httpc_get_file_to_disk() local [all …]
|
/reactos/dll/3rdparty/libtiff/ |
H A D | tif_dirread.c | 521 return(err); in TIFFReadDirEntryLong8() 960 return(err); in TIFFReadDirEntryByteArray() 1109 return(err); in TIFFReadDirEntryByteArray() 1140 return(err); in TIFFReadDirEntrySbyteArray() 1288 return(err); in TIFFReadDirEntrySbyteArray() 1318 return(err); in TIFFReadDirEntryShortArray() 1460 return(err); in TIFFReadDirEntryShortArray() 1490 return(err); in TIFFReadDirEntrySshortArray() 1627 return(err); in TIFFReadDirEntrySshortArray() 2853 return(err); in TIFFReadDirEntryPersampleShort() [all …]
|
/reactos/drivers/filesystems/ext2/src/jbd/ |
H A D | recovery.c | 72 int err; in do_readahead() local 117 err = 0; in do_readahead() 122 return err; in do_readahead() 135 int err; in jread() local 148 if (err) { in jread() 227 int err; in journal_recover() local 249 if (!err) in journal_recover() 251 if (!err) in journal_recover() 266 return err; in journal_recover() 284 int err; in journal_skip_recovery() local [all …]
|
/reactos/sdk/lib/drivers/wdf/shared/support/um/ |
H A D | fxregkeyum.cpp | 61 DWORD err = RegCloseKey((HKEY)Key); in _Close() local 63 if (ERROR_SUCCESS == err) { in _Close() 104 if (ERROR_SUCCESS == err) { in _Create() 139 if (ERROR_SUCCESS == err) { in _OpenKey() 158 DWORD err; in _SetValue() local 160 err = RegSetValueEx((HKEY)Key, in _SetValue() 166 if (ERROR_SUCCESS == err) { in _SetValue() 187 DWORD err; in _QueryValue() local 221 if (err == ERROR_SUCCESS) { in _QueryValue() 251 DWORD err; in _QueryULong() local [all …]
|
/reactos/drivers/filesystems/ext2/src/ext4/ |
H A D | ext4_extents.c | 218 if (err) in __read_extent_tree_block() 367 int err; in __ext4_ext_dirty() local 720 err: in ext4_find_extent() 743 if (err) in ext4_ext_insert_index() 887 if (err) in ext4_ext_split() 919 if (err) in ext4_ext_split() 1067 if (err) in ext4_ext_grow_indepth() 1087 if (err) in ext4_ext_grow_indepth() 1467 if (err) in ext4_ext_correct_indexes() 1471 if (err) in ext4_ext_correct_indexes() [all …]
|
/reactos/drivers/network/tcpip/lwip/test/unit/tcp/ |
H A D | test_tcp.c | 110 err_t err; in START_TEST() local 459 err_t err; in START_TEST() local 635 err_t err; in START_TEST() local 724 err_t err; in START_TEST() local 801 err_t err; in test_tcp_tx_full_window_lost() local 962 err_t err; in START_TEST() local 1075 err_t err; in START_TEST() local 1197 err_t err; in test_tcp_rto_timeout_impl() local 1295 err_t err; in test_tcp_rto_timeout_syn_sent_impl() local 1392 err_t err; in test_tcp_zwp_timeout_impl() local [all …]
|
/reactos/base/applications/sndrec32/ |
H A D | audio_waveout.cpp | 86 MMRESULT err; in prep_headers_() local 111 MMRESULT err; in unprep_headers_() local 150 MMRESULT err; in open() local 208 if (err != MMSYSERR_NOERROR) in open() 220 MMRESULT err; in play() local 274 MMRESULT err; in pause() local 294 MMRESULT err; in stop() local 309 if (err != MMSYSERR_NOERROR) in stop() 327 MMRESULT err; in close() local 338 if (err != MMSYSERR_NOERROR) in close() [all …]
|
H A D | audio_wavein.cpp | 91 MMRESULT err; in prep_headers_() local 103 if (err != MMSYSERR_NOERROR) in prep_headers_() 114 MMRESULT err; in unprep_headers_() local 137 MMRESULT err; in add_buffers_to_driver_() local 190 MMRESULT err; in open() local 252 if (err != MMSYSERR_NOERROR) in open() 272 MMRESULT err; in start_recording() local 298 if (err != MMSYSERR_NOERROR) in start_recording() 310 MMRESULT err; in stop_recording() local 319 if ( err != MMSYSERR_NOERROR ) in stop_recording() [all …]
|
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/ |
H A D | pppos.c | 207 err_t err; in pppos_write() local 229 err = ERR_OK; in pppos_write() 242 err = pppos_output_last(pppos, err, nb, &fcs_out); in pppos_write() 249 return err; in pppos_write() 259 err_t err; in pppos_netif_output() local 280 err = ERR_OK; in pppos_netif_output() 305 err = pppos_output_last(pppos, err, nb, &fcs_out); in pppos_netif_output() 311 return err; in pppos_netif_output() 428 err_t err; in pppos_input_tcpip() local 440 return err; in pppos_input_tcpip() [all …]
|