Home | History | Annotate | Download | only in cintltst

Lines Matching defs:binResult

458     uint8_t *binResult = NULL;
512 binResult=(uint8_t*)ures_getBinary(res, &len, &status);
517 CONFIRM_INT_EQ(binResult[i], i);
525 binResult=(uint8_t*)ures_getBinary(res, &len, &status);
530 CONFIRM_INT_EQ(binResult[i], i);
761 const uint8_t *binResult = NULL;
856 binResult=ures_getBinary(res, &len, &status);
857 (void)binResult; /* Suppress set but not used warning. */
931 uint8_t *binResult = NULL;
960 binResult=(uint8_t*)ures_getBinary(binColl, &len, &status);
961 (void)binResult; /* Suppress set but not used warning. */
1155 uint8_t *binResult = NULL;
1277 binResult=(uint8_t*)ures_getBinary(binColl, &len, &status);
1278 if(binResult != NULL){