Searched refs:poolBundleKeys (Results 1 – 8 of 8) sorted by relevance
311 const char *poolBundleKeys; member
44 (pResData)->poolBundleKeys+(keyOffset)-(pResData)->localKeyLimit)49 (pResData)->poolBundleKeys+((keyOffset)&0x7fffffff))
390 … r->fData.poolBundleKeys = (const char *)(poolIndexes + (poolIndexes[URES_INDEX_LENGTH] & 0xff)); in init_entry()
317 const char *poolBundleKeys; member
46 (pResData)->poolBundleKeys+(keyOffset)-(pResData)->localKeyLimit)51 (pResData)->poolBundleKeys+((keyOffset)&0x7fffffff))
388 … r->fData.poolBundleKeys = (const char *)(poolIndexes + (poolIndexes[URES_INDEX_LENGTH] & 0xff)); in init_entry()
424 resData.poolBundleKeys=(const char *)(poolIndexes+poolIndexLength); in ures_enumDependencies()