Searched refs:bbs_Error (Results 1 – 3 of 3) sorted by relevance
67 struct bbs_Error struct91 struct bbs_Error errStackE[ bbs_CONTEXT_MAX_ERRORS ]; argument140 struct bbs_Error bbs_Error_create( uint32 errorA, uint32 lineA, const char* fileA, const char* text…149 flag bbs_Context_pushError( struct bbs_Context* cpA, struct bbs_Error errorA );152 struct bbs_Error bbs_Context_popError( struct bbs_Context* cpA );155 struct bbs_Error bbs_Context_peekError( struct bbs_Context* cpA );
134 struct bbs_Error bbs_Error_create( uint32 errorA, in bbs_Error_create()140 struct bbs_Error errorL; in bbs_Error_create()188 flag bbs_Context_pushError( struct bbs_Context* cpA, struct bbs_Error errorA ) in bbs_Context_pushError()207 struct bbs_Error bbs_Context_popError( struct bbs_Context* cpA ) in bbs_Context_popError()221 struct bbs_Error bbs_Context_peekError( struct bbs_Context* cpA ) in bbs_Context_peekError()
213 struct bbs_Error errL = bbs_Context_popError( &hsdkA->contextE ); in btk_SDK_getError()