Searched refs:testValue (Results 1 – 1 of 1) sorted by relevance
105 char *testValue; in hints_setHint() local125 testValue = (char *)SDL_GetHint((char*)_HintsEnum[i]); in hints_setHint()128 (SDL_strcmp(value, testValue) == 0), in hints_setHint()130 (testValue == NULL) ? "null" : testValue, in hints_setHint()
Completed in 5 milliseconds