Lines Matching defs:cpA
41 void bbs_Context_init( struct bbs_Context* cpA ) in bbs_Context_init()
69 void bbs_Context_exit( struct bbs_Context* cpA ) in bbs_Context_exit()
110 void bbs_Context_copy( struct bbs_Context* cpA, const struct bbs_Context* srcPtrA ) in bbs_Context_copy()
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()
235 flag bbs_Context_error( struct bbs_Context* cpA ) in bbs_Context_error()
242 bbs_errorFPtr bbs_Context_setErrorHandler( struct bbs_Context* cpA, in bbs_Context_setErrorHandler()
252 void bbs_Context_doCallback( struct bbs_Context* cpA ) in bbs_Context_doCallback()
266 bbs_callbackFPtr bbs_Context_setCallbackHandler( struct bbs_Context* cpA, in bbs_Context_setCallbackHandler()
277 void bbs_Context_addStaticSeg( struct bbs_Context* cpA, in bbs_Context_addStaticSeg()
325 void bbs_Context_addDynamicSeg( struct bbs_Context* cpA, in bbs_Context_addDynamicSeg()
381 uint32 bbs_Context_exclAllocSize( struct bbs_Context* cpA, uint32 segIndexA ) in bbs_Context_exclAllocSize()
388 uint32 bbs_Context_shrdAllocSize( struct bbs_Context* cpA, uint32 segIndexA ) in bbs_Context_shrdAllocSize()
395 void bbs_Context_quickInit( struct bbs_Context* cpA, in bbs_Context_quickInit()