Home | History | Annotate | Download | only in common

Lines Matching refs:idx

120                    int32_t *idx, const char **realKey) {
146 *idx=mid;
154 *idx=URESDATA_ITEM_NOT_FOUND;
160 int32_t *idx, const char **realKey) {
186 *idx=mid;
193 *idx=URESDATA_ITEM_NOT_FOUND;
362 int32_t idx;
365 return _res_findTableItem(pResData->pRoot, pResData->rootRes, key, &idx, &realKey);
367 return _res_findTable32Item(pResData->pRoot, pResData->rootRes, key, &idx, &realKey);