Lines Matching defs:binResult
455 uint8_t *binResult = NULL;
509 binResult=(uint8_t*)ures_getBinary(res, &len, &status);
514 CONFIRM_INT_EQ(binResult[i], i);
522 binResult=(uint8_t*)ures_getBinary(res, &len, &status);
527 CONFIRM_INT_EQ(binResult[i], i);
758 const uint8_t *binResult = NULL;
853 binResult=ures_getBinary(res, &len, &status);
854 (void)binResult; /* Suppress set but not used warning. */
928 uint8_t *binResult = NULL;
957 binResult=(uint8_t*)ures_getBinary(binColl, &len, &status);
958 (void)binResult; /* Suppress set but not used warning. */
1152 uint8_t *binResult = NULL;
1274 binResult=(uint8_t*)ures_getBinary(binColl, &len, &status);
1275 if(binResult != NULL){