Go to the source code of this file.
|
| typedef void | BSL_USER_ExDataNew(void *parent, void *ptr, BSL_USER_ExData *ad, int idx, long argl, void *argp) |
| |
| typedef void | BSL_USER_ExDataFree(void *parent, void *ptr, BSL_USER_ExData *ad, int idx, long argl, void *argp) |
| |
| typedef int | BSL_USER_ExDataDup(BSL_USER_ExData *to, const BSL_USER_ExData *from, void **fromD, int idx, long argl, void *argp) |
| |
|
| int | BSL_USER_SetExData (BSL_USER_ExData *ad, int32_t idx, void *val) |
| |
| void * | BSL_USER_GetExData (const BSL_USER_ExData *ad, int32_t idx) |
| |
| int | BSL_USER_GetExDataNewIndex (int32_t index, int64_t argl, const void *argp, void *newFunc, void *dupFunc, void *freeFunc) |
| |
| void | BSL_USER_FreeExDataIndex (int32_t index, void *obj, BSL_USER_ExData *ad) |
| |