Home
last modified time | relevance | path

Searched refs:idParams (Results 1 - 3 of 3) sorted by relevance

/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dglobal.c172 if (idHeader.idParams[i].id == id) { in GLOBAL_GetValueByIdInternal()
173 ret = utilsImpl->GetIdItem(file, idHeader.idParams[i].offset, &idItem); in GLOBAL_GetValueByIdInternal()
176 free(idHeader.idParams); in GLOBAL_GetValueByIdInternal()
182 free(idHeader.idParams); in GLOBAL_GetValueByIdInternal()
192 free(idHeader.idParams); in GLOBAL_GetValueByIdInternal()
240 ret = utilsImpl->GetIdItem(file, idHeader.idParams[i].offset, &idItem); in GLOBAL_GetValueByNameInternal()
243 free(idHeader.idParams); in GLOBAL_GetValueByNameInternal()
253 free(idHeader.idParams); in GLOBAL_GetValueByNameInternal()
263 free(idHeader.idParams); in GLOBAL_GetValueByNameInternal()
H A Dglobal_utils.c507 idHeader->idParams = (IdParam *)malloc(sizeof(IdParam) * idHeader->count); in GetIdHeaderByOffset()
508 if (idHeader->idParams == NULL) { in GetIdHeaderByOffset()
512 idHeader->idParams[i].id = GetDefaultOffsetValue(file); in GetIdHeaderByOffset()
513 idHeader->idParams[i].offset = GetDefaultOffsetValue(file); in GetIdHeaderByOffset()
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dglobal_utils.h85 IdParam *idParams; member

Completed in 3 milliseconds