Home | History | Annotate | Download | only in b_BasicEm

Lines Matching refs:bbs_Context

28 struct bbs_Context;
33 typedef void ( *bbs_errorFPtr )( struct bbs_Context* cpA );
36 typedef uint32 ( *bbs_callbackFPtr )( struct bbs_Context* cpA );
85 struct bbs_Context
124 /** initializes bbs_Context */
125 void bbs_Context_init( struct bbs_Context* cpA );
127 /** frees bbs_Context */
128 void bbs_Context_exit( struct bbs_Context* cpA );
133 void bbs_Context_copy( struct bbs_Context* cpA, const struct bbs_Context* srcPtrA );
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 );
158 flag bbs_Context_error( struct bbs_Context* cpA );
164 bbs_errorFPtr bbs_Context_setErrorHandler( struct bbs_Context* cpA,
172 void bbs_Context_doCallback( struct bbs_Context* cpA );
178 bbs_callbackFPtr bbs_Context_setCallbackHandler( struct bbs_Context* cpA,
186 void bbs_Context_addStaticSeg( struct bbs_Context* cpA,
195 void bbs_Context_addDynamicSeg( struct bbs_Context* cpA,
203 uint32 bbs_Context_exclAllocSize( struct bbs_Context* cpA, uint32 segIndexA );
209 uint32 bbs_Context_shrdAllocSize( struct bbs_Context* cpA, uint32 segIndexA );
222 void bbs_Context_quickInit( struct bbs_Context* cpA,