Searched refs:URES_IS_CONTAINER (Results 1 – 3 of 3) sorted by relevance
81 #define URES_IS_CONTAINER(type) (URES_IS_TABLE(type) || URES_IS_ARRAY(type)) macro
884 if(!URES_IS_CONTAINER(type)) { in res_findResource()888 while(nextSepP && *pathP && t1 != RES_BOGUS && URES_IS_CONTAINER(type)) { in res_findResource()
1779 while (*pathPart && resource != RES_BOGUS && URES_IS_CONTAINER(type)) { in getTableItemByKeyPath()