Searched refs:errIndexE (Results 1 – 2 of 2) sorted by relevance
52 cpA->errIndexE = 0; in bbs_Context_init()80 cpA->errIndexE = 0; in bbs_Context_exit()191 if( cpA->errIndexE < bbs_CONTEXT_MAX_ERRORS ) in bbs_Context_pushError()193 cpA->errStackE[ cpA->errIndexE++ ] = errorA; in bbs_Context_pushError()209 if( cpA->errIndexE > 0 ) in bbs_Context_popError()211 return cpA->errStackE[ --( cpA->errIndexE ) ]; in bbs_Context_popError()223 if( cpA->errIndexE > 0 ) in bbs_Context_peekError()225 return cpA->errStackE[ cpA->errIndexE - 1 ]; in bbs_Context_peekError()237 return cpA->errIndexE > 0; in bbs_Context_error()
94 uint32 errIndexE; member