Lines Matching refs:ret
55 const X509V3_EXT_METHOD *t = &tmp, *const *ret;
61 ret = OBJ_bsearch_ext(&t, standard_exts, STANDARD_EXTENSION_COUNT);
62 if (ret)
63 return *ret;
223 STACK_OF(X509_EXTENSION) *ret = NULL;
283 ret = *x;
285 && (ret = sk_X509_EXTENSION_new_null()) == NULL)
287 if (!sk_X509_EXTENSION_push(ret, ext))
290 *x = ret;
295 if (ret != *x)
296 sk_X509_EXTENSION_free(ret);