Searched refs:dll_error_return (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dubz2err.c56 longjmp(dll_error_return, 1);
H A Dapi.c58 jmp_buf dll_error_return; variable
675 if (setjmp(dll_error_return) != 0) {
H A Dfileio.c636 longjmp(dll_error_return, 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/
H A Dwindll.h27 extern jmp_buf dll_error_return;
H A Dwindll.c55 extern jmp_buf dll_error_return;
601 retcode = setjmp(dll_error_return);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dintrface.h129 GLOBAL_DECLARE jmp_buf dll_error_return; variable
H A Dintrface.cpp576 int error = setjmp(dll_error_return);

Completed in 170 milliseconds