OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bbs_Error
(Results
1 - 3
of
3
) sorted by null
/external/neven/Embedded/common/src/b_BasicEm/
Context.h
67
struct
bbs_Error
91
struct
bbs_Error
errStackE[ bbs_CONTEXT_MAX_ERRORS ];
140
struct
bbs_Error
bbs_Error_create( uint32 errorA, uint32 lineA, const char* fileA, const char* textA, ... );
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 );
Context.c
134
struct
bbs_Error
bbs_Error_create( uint32 errorA,
140
struct
bbs_Error
errorL;
188
flag bbs_Context_pushError( struct bbs_Context* cpA, struct
bbs_Error
errorA )
207
struct
bbs_Error
bbs_Context_popError( struct bbs_Context* cpA )
221
struct
bbs_Error
bbs_Context_peekError( struct bbs_Context* cpA )
/external/neven/FaceRecEm/common/src/b_FDSDK/
SDK.c
213
struct
bbs_Error
errL = bbs_Context_popError( &hsdkA->contextE );
Completed in 283 milliseconds