Searched refs:tbool (Results 1 – 3 of 3) sorted by relevance
35 int *tbool = ((void*)0); in f1() local38 tbool = (int *)pval; // use the cast-to type 'int *' to create element region. in f1()39 char c = (unsigned char) *tbool; // Should use cast-to type to create symbol. in f1()40 if (*tbool == -1) // here load the element region with the correct type 'int' in f1()
572 ASN1_BOOLEAN *tbool = NULL; in asn1_ex_i2c() local623 tbool = (ASN1_BOOLEAN *)pval; in asn1_ex_i2c()624 if (*tbool == -1) in asn1_ex_i2c()629 if (*tbool && (it->size > 0)) in asn1_ex_i2c()631 if (!*tbool && !it->size) in asn1_ex_i2c()634 c = (unsigned char)*tbool; in asn1_ex_i2c()
978 ASN1_BOOLEAN *tbool; in asn1_ex_c2i() local979 tbool = (ASN1_BOOLEAN *)pval; in asn1_ex_c2i()980 *tbool = *cont; in asn1_ex_c2i()