Searched refs:setjmp (Results 76 - 100 of 135) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dshell.c547 sj = setjmp(gBackToTopJmp);
H A Dutil.c716 sj = setjmp(gGetHostByNameJmp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dsparcv9cap.c4 #include <setjmp.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngread.c70 if (setjmp(jmpbuf))
72 if (setjmp(png_ptr->jmpbuf))
157 /* Applications that neglect to set up their own setjmp() and then encounter
161 if (setjmp(jmpbuf))
165 if (setjmp(png_ptr->jmpbuf))
H A Dpngtest.c602 static png_FILE_p fpout; /* "static" prevents setjmp corruption */
693 if (setjmp(jmpbuf))
695 if (setjmp(png_jmpbuf(read_ptr)))
717 if (setjmp(jmpbuf))
719 if (setjmp(png_jmpbuf(write_ptr)))
H A Dpngwrite.c469 if (setjmp(jmpbuf))
471 if (setjmp(png_ptr->jmpbuf))
541 /* Applications that neglect to set up their own setjmp() and then encounter
545 if (setjmp(jmpbuf))
549 if (setjmp(png_ptr->jmpbuf))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dsparcv9cap.c4 #include <setjmp.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dimage_utils.c34 #include <setjmp.h>
432 if( setjmp(setjmp_buffer) )
454 if( setjmp(setjmp_buffer) )
H A Dmetadata.c32 #include <setjmp.h>
510 if( setjmp(setjmp_buffer) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dimage_utils.c34 #include <setjmp.h>
448 if( setjmp(setjmp_buffer) )
484 if( setjmp(setjmp_buffer) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhostip.c40 #include <setjmp.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptp/
H A Dpptp_callmgr.c19 #include <setjmp.h>
H A Dpptp.c34 #include <setjmp.h>
339 /* TODO: redesign to avoid longjmp/setjmp. Several variables here
341 Remove the volatile qualifiers if longjmp/setjmp are removed.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dcpu.c56 # include <setjmp.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.h10 #include <setjmp.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dftp.c274 sj = setjmp(gCancelConnectJmp);
372 sj = setjmp(gCancelConnectJmp);
H A Dncftp.h90 # include <setjmp.h>
191 # include <setjmp.h>
H A Dio_get.c366 sj = setjmp(gBrokenDataJmp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Dcmd_dbd_scanvol.c27 #include <setjmp.h>
1247 if (setjmp(jmp) != 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dldo.c8 #include <setjmp.h>
47 ** longjmp/setjmp otherwise.
67 #define LUAI_TRY(L,c,a) if (setjmp((c)->b) == 0) { a }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/gregbook/
H A Dwpng.c105 #include <setjmp.h> /* for jmpbuf declaration in writepng.h */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/examples/
H A Dgzlog.c247 #include <setjmp.h> /* longjmp */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgl-check.c26 #include <setjmp.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dafp_dsi.c29 #include <setjmp.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/
H A Dwindll.c601 retcode = setjmp(dll_error_return);

Completed in 529 milliseconds

123456