Home | History | Annotate | Download | only in genrb

Lines Matching refs:pRoot

473         int32_t *p=(int32_t *)RES_GET_POINTER(pResData->pRoot, res);
487 derb_getTableKey(const Resource *pRoot, const Resource res, uint16_t indexS) {
488 uint16_t *p=(uint16_t *)RES_GET_POINTER(pRoot, res);
490 return ((const char *)(pRoot)+(p[indexS+1])); /*RES_GET_KEY(pRoot, p[indexS+1]);*/
497 derb_getArrayItem(Resource *pRoot, Resource res, int32_t indexR) {
498 int32_t *p=(int32_t *)RES_GET_POINTER(pRoot, res);
507 derb_getTableItem(const Resource *pRoot, const Resource res, uint16_t indexR) {
508 uint16_t *p=(uint16_t *)RES_GET_POINTER(pRoot, res);
727 r = derb_getTableItem(resource->fResData.pRoot, resource->fRes, (int16_t)i);
728 key = derb_getTableKey(resource->fResData.pRoot, resource->fRes, (int16_t)i);
730 r = derb_getArrayItem(resource->fResData.pRoot, resource->fRes, i);