Lines Matching refs:mpRes
118 if (start->mpRes) in PositionItems()
120 if (start->mpRes->type == RES_TYPE_FOLDER) in PositionItems()
232 info = start->mpRes; in DoesFolderExist()
303 if ((start->mpRes) && (start->IsOpen())) in FindItem()
305 if ((start->mpRes->type == RES_TYPE_FOLDER) || in FindItem()
306 start->mpRes->type == RES_TYPE_GROUP) in FindItem()
336 … if (start->mpRes && start->mpRes->type == folder_type && start->mpRes->folder_id == folder_id) in FindFolder()
360 if (start->mpRes && start->mpRes->type == res_type && start->mpRes->name == res_name) in FindItem()
385 if ((start->mpRes) && in FindFolderNamed()
386 (start->mpRes->type == folder_type) && in FindFolderNamed()
387 (start->mpRes->folder_id == folder_id) && in FindFolderNamed()
388 (start->mpRes->name == folder_name)) in FindFolderNamed()