Home
last modified time | relevance | path

Searched refs:dll_error_return (Results 1 – 2 of 2) sorted by relevance

/haiku/src/bin/unzip/
H A Dapi.c53 jmp_buf dll_error_return; variable
572 retcode = setjmp(dll_error_return); in UzpValidate()
H A Dfileio.c579 longjmp(dll_error_return, 1); in readbyte()