Lines Matching refs:binResult
459 uint8_t *binResult = NULL;
513 binResult=(uint8_t*)ures_getBinary(res, &len, &status);
518 CONFIRM_INT_EQ(binResult[i], i);
526 binResult=(uint8_t*)ures_getBinary(res, &len, &status);
531 CONFIRM_INT_EQ(binResult[i], i);
762 const uint8_t *binResult = NULL;
857 binResult=ures_getBinary(res, &len, &status);
858 (void)binResult; /* Suppress set but not used warning. */
932 uint8_t *binResult = NULL;
961 binResult=(uint8_t*)ures_getBinary(binColl, &len, &status);
962 (void)binResult; /* Suppress set but not used warning. */
1156 uint8_t *binResult = NULL;
1278 binResult=(uint8_t*)ures_getBinary(binColl, &len, &status);
1279 if(binResult != NULL){