Searched refs:URES_IS_ARRAY (Results 1 – 2 of 2) sorted by relevance
72 #define URES_IS_ARRAY(type) ((int32_t)(type)==URES_ARRAY || (int32_t)(type)==URES_ARRAY16) macro74 #define URES_IS_CONTAINER(type) (URES_IS_TABLE(type) || URES_IS_ARRAY(type))
583 } else if(URES_IS_ARRAY(type)) { in res_findResource()