Searched refs:fullName (Results 1 – 2 of 2) sorted by relevance
42 const char *fullName);456 static ENVResource *ENVi_SearchByFullNameFromResourceSet(ENVResource * resSet, const char *fullName) in ENVi_SearchByFullNameFromResourceSet() argument465 OS_TPrintf("comp %x %x\n", ir->name, fullName); in ENVi_SearchByFullNameFromResourceSet()467 if (!STD_CompareString(ir->name, fullName)) in ENVi_SearchByFullNameFromResourceSet()488 ENVResource *ENVi_SearchByFullName(const char *fullName, ENVResource ** resSetPtr) in ENVi_SearchByFullName() argument492 if (link && fullName && *fullName != '\0') in ENVi_SearchByFullName()496 ENVResource *p = ENVi_SearchByFullNameFromResourceSet(link->array, fullName); in ENVi_SearchByFullName()
292 extern ENVResource *ENVi_SearchByFullName(const char *fullName, ENVResource ** resSetPtr);304 static inline ENVResource *ENV_SearchByFullName(const char *fullName) in ENV_SearchByFullName() argument306 return ENVi_SearchByFullName(fullName, NULL); in ENV_SearchByFullName()