Searched refs:_jmpbuf (Results 1 – 1 of 1) sorted by relevance
3066 void *_jmpbuf; member3097 longjmp(*((jmp_buf*)exp->_jmpbuf),-1); in trex_error()3571 exp->_jmpbuf = malloc(sizeof(jmp_buf)); in trex_compile()3572 if (!exp->_jmpbuf) break; in trex_compile()3574 if(setjmp(*((jmp_buf*)exp->_jmpbuf)) == 0) { in trex_compile()3614 if(exp->_jmpbuf) free(exp->_jmpbuf); in trex_free()