Lines Matching refs:ret
88 int ret = SSL_CTX_use_certificate(ctx, x.get());
90 if (ret) {
100 ret = 0;
118 if (ret) {
122 // and then handle the potential error properly here (set ret to 0).
130 ret = 0;
135 if (ret && x != nullptr) {
138 ret = 0;
140 return ret;
1009 bool ret = false;
1074 ret = true;
1077 if (!ret) {
1195 Local<Value> ret;
1202 {0, 0}).ToLocal(&ret) ||
1203 !ret->IsArray()) {
1206 Local<Array> arr = ret.As<Array>();