Lines Matching refs:RES_BOGUS
106 *res = RES_BOGUS; in getFallbackData()
113 … while(*res == RES_BOGUS && resB->fParent != NULL) { /* Otherwise, we'll look in parents */ in getFallbackData()
122 … if(*res != RES_BOGUS) { /* If the resource is found in parents, we need to adjust the error */ in getFallbackData()
405 if (aliasres != RES_BOGUS) { in init_entry()
580 … if ( res_getResource(&t1->fData,"%%Parent") != RES_BOGUS) { /* An explicit parent was found */ in entryOpen()
630 … if ( res_getResource(&t1->fData,"%%Parent") != RES_BOGUS) { /* An explicit parent was found */ in entryOpen()
649 if ( res_getResource(&t1->fData,"%%ParentIsRoot") == RES_BOGUS) { in entryOpen()
992 if(r != RES_BOGUS) { in init_resb_result()
1024 … if(r != RES_BOGUS) { /* found a resource, but it might be an indirection */ in init_resb_result()
1038 } while(r == RES_BOGUS && dataEntry != NULL); in init_resb_result()
1039 if(r == RES_BOGUS) { in init_resb_result()
1378 Resource r = RES_BOGUS; in ures_getNextString()
1400 if(r == RES_BOGUS && resB->fHasFallback) { in ures_getNextString()
1407 if(r == RES_BOGUS && resB->fHasFallback) { in ures_getNextString()
1427 Resource r = RES_BOGUS; in ures_getNextResource()
1455 if(r == RES_BOGUS && resB->fHasFallback) { in ures_getNextResource()
1462 if(r == RES_BOGUS && resB->fHasFallback) { in ures_getNextResource()
1477 Resource r = RES_BOGUS; in ures_getByIndex()
1501 if(r == RES_BOGUS && resB->fHasFallback) { in ures_getByIndex()
1508 if(r == RES_BOGUS && resB->fHasFallback) { in ures_getByIndex()
1525 Resource r = RES_BOGUS; in ures_getStringByIndex()
1544 if(r == RES_BOGUS && resB->fHasFallback) { in ures_getStringByIndex()
1551 if(r == RES_BOGUS && resB->fHasFallback) { in ures_getStringByIndex()
1646 Resource res = RES_BOGUS; in ures_findSubResource()
1659 if(res != RES_BOGUS) { in ures_findSubResource()
1690 Resource res = RES_BOGUS, rootRes = RES_BOGUS; in ures_getByKeyWithFallback()
1708 if(res == RES_BOGUS) { in ures_getByKeyWithFallback()
1715 … while(res == RES_BOGUS && dataEntry->fParent != NULL) { /* Otherwise, we'll look in parents */ in ures_getByKeyWithFallback()
1744 if(res != RES_BOGUS) { in ures_getByKeyWithFallback()
1769 Resource res = RES_BOGUS; in ures_getByKey()
1786 if(res == RES_BOGUS) { in ures_getByKey()
1823 Resource res = RES_BOGUS; in ures_getStringByKey()
1842 if(res == RES_BOGUS) { in ures_getStringByKey()