Home
last modified time | relevance | path

Searched refs:setjmp (Results 1 – 25 of 46) sorted by relevance

12

/reactos/sdk/lib/crt/setjmp/
H A Dsetjmp.cmake4 setjmp/i386/setjmp.s
8 setjmp/amd64/setjmp.s
12 setjmp/arm/setjmp.s
/reactos/sdk/include/c++/stlport/
H A Dsetjmp.h30 #if !defined (setjmp)
33 # include_next <setjmp.h>
35 # include _STLP_NATIVE_C_HEADER(setjmp.h)
41 # error setjmp has been defined before inclusion of setjmp.h header.
/reactos/sdk/include/vcruntime/
H A Dsetjmpex.h15 #define setjmp _setjmp macro
18 #ifdef setjmp
19 #undef setjmp
21 #define setjmp _setjmpex macro
H A Dsetjmp.h199 #define setjmp(BUF) _setjmp((BUF),mingw_getsp()) macro
202 #undef setjmp
203 #define setjmp(BUF) _setjmpex((BUF),mingw_getsp()) macro
209 #define setjmp _setjmp macro
211 int __MINGW_NOTHROW __cdecl setjmp(jmp_buf _Buf);
/reactos/sdk/include/c++/stlport/stl/
H A D_csetjmp.h20 #if !defined (setjmp)
50 # if !defined (setjmp)
53 using _STLP_VENDOR_CSTD::setjmp;
55 using ::setjmp;
/reactos/dll/opengl/glu32/src/libnurbs/internals/
H A Dmysetjmp.h48 #define setjmp gl_setjmp macro
81 return setjmp( j->buf ); in mysetjmp()
/reactos/sdk/lib/crt/
H A DCMakeLists.txt18 include(setjmp/setjmp.cmake)
/reactos/dll/3rdparty/libpng/docs/
H A Dexample.c323 if (setjmp(png_jmpbuf(png_ptr)))
615 if (setjmp(png_jmpbuf((*png_ptr))))
642 if (setjmp(png_jmpbuf((*png_ptr))))
778 if (setjmp(png_jmpbuf(png_ptr)))
/reactos/sdk/lib/pseh/include/pseh/
H A Dframebased.h39 # error PSEH setjmp/longjmp fallback is no longer supported
49 # define _SEHSetJmp setjmp
/reactos/sdk/lib/3rdparty/stlport/etc/
H A Dstd_headers_c_h.txt4 setjmp.h
H A Dmsvcincl.dat113 setjmp.h
/reactos/modules/rostests/apitests/compiler/ms/seh/
H A Dseh0024.c28 if (setjmp(JumpBuffer) == 0) in main()
H A Dxcpt4u.c1451 if (setjmp(JumpBuffer) == 0) { in main()
1473 if (setjmp(JumpBuffer) == 0) { in main()
1501 if (setjmp(JumpBuffer) == 0) { in main()
1532 if (setjmp(JumpBuffer) == 0) { in main()
1566 if (setjmp(JumpBuffer) == 0) { in main()
1604 if (setjmp(JumpBuffer) == 0) { in main()
1636 if (setjmp(JumpBuffer) == 0) { in main()
/reactos/sdk/lib/3rdparty/freetype/include/freetype/config/
H A Dftstdlib.h163 #define ft_setjmp( b ) setjmp( *(ft_jmp_buf*) &(b) ) /* same thing here */
/reactos/sdk/lib/crt/setjmp/arm/
H A Dsetjmp.s40 IMPORT setjmp, WEAK _setjmpex
/reactos/base/applications/network/ftp/
H A Dmain.c241 if (setjmp(toplevel)) in main()
247 top = setjmp(toplevel) == 0; in main()
H A Dftp.c471 if (setjmp(sendabort)) { in sendrequest()
528 if (setjmp(sendabort)) in sendrequest()
752 if (setjmp(recvabort)) { in recvrequest()
816 if (setjmp(recvabort)) in recvrequest()
1483 if (setjmp(ptabort))
H A Dcmds.c369 (void) setjmp(jabort); in mput()
667 (void) setjmp(jabort); in mget()
1073 (void) setjmp(jabort); in mdelete()
1210 (void) setjmp(jabort); in mls()
1775 if (setjmp(abortprox)) { in doproxy()
/reactos/sdk/include/reactos/wine/
H A Dexception.h81 #define sigsetjmp(buf,sigs) setjmp(buf)
/reactos/dll/3rdparty/libjpeg/
H A Dexample.c317 if (setjmp(jerr.setjmp_buffer)) { in read_JPEG_file()
/reactos/modules/rosapps/applications/net/ncftp/sio/
H A Dsio.h39 # define SSetjmp(a) setjmp(a)
/reactos/dll/3rdparty/libpng/
H A Dpngerror.c687 if (!setjmp(free_jmp_buf)) in png_free_jmpbuf()
945 result = setjmp(safe_jmpbuf) == 0; in png_safe_execute()
/reactos/dll/win32/windowscodecs/
H A Djpegformat.c329 if (setjmp(jmpbuf)) in JpegDecoder_Initialize()
1086 if (setjmp(jmpbuf)) in JpegEncoder_Frame_WritePixels()
1204 if (setjmp(jmpbuf)) in JpegEncoder_Frame_Commit()
1321 if (setjmp(jmpbuf)) in JpegEncoder_Initialize()
/reactos/modules/rosapps/applications/net/ncftp/libncftp/
H A Drcmd.c324 sj = setjmp(gBrokenCtrlJmp); in GetResponse()
560 sj = setjmp(gBrokenCtrlJmp); in SendCommand()
/reactos/modules/rosapps/applications/net/ncftp/ncftp/
H A Dshell.c517 sj = setjmp(gBackToTopJmp);

12