Searched refs:jumpBufferPtr (Results 1 – 1 of 1) sorted by relevance
79 jmp_buf* jumpBufferPtr = static_cast<jmp_buf*>(common->client_data); in handleError() local80 longjmp(*jumpBufferPtr, -1); in handleError()