Searched refs:tbool (Results 1 – 3 of 3) sorted by relevance
33 int *tbool = ((void*)0); in f1() local36 tbool = (int *)pval; // use the cast-to type 'int *' to create element region. in f1()37 char c = (unsigned char) *tbool; // Should use cast-to type to create symbol. in f1()38 if (*tbool == -1) // here load the element region with the correct type 'int' in f1()
568 ASN1_BOOLEAN *tbool = NULL; in asn1_ex_i2c() local619 tbool = (ASN1_BOOLEAN *)pval; in asn1_ex_i2c()620 if (*tbool == -1) in asn1_ex_i2c()625 if (*tbool && (it->size > 0)) in asn1_ex_i2c()627 if (!*tbool && !it->size) in asn1_ex_i2c()630 c = (unsigned char)*tbool; in asn1_ex_i2c()
976 ASN1_BOOLEAN *tbool; in asn1_ex_c2i() local977 tbool = (ASN1_BOOLEAN *)pval; in asn1_ex_c2i()978 *tbool = *cont; in asn1_ex_c2i()