Lines Matching refs:result
28 int result = strcmp(subject, cur_cert->subject);
30 if (result < 0) {
32 } else if (result > 0) {
35 result = strcmp(issuer, cur_cert->issuer);
36 if (result < 0) {
38 } else if (result > 0) {
110 int result = strcmp(cert->subject, this->subject);
113 if (result < 0) {
115 } else if (result > 0) {
118 result = strcmp(cert->issuer, this->issuer);
119 if (result < 0) {
121 } else if (result > 0) {