Lines Matching full:goto
86 if(name && !(tname = BUF_strdup(name))) goto err;
87 if(value && !(tvalue = BUF_strdup(value))) goto err;
88 if(!(vtmp = (CONF_VALUE *)OPENSSL_malloc(sizeof(CONF_VALUE)))) goto err;
89 if(!*extlist && !(*extlist = sk_CONF_VALUE_new_null())) goto err;
93 if(!sk_CONF_VALUE_push(*extlist, vtmp)) goto err;
216 if(!(btmp = value->value)) goto err;
272 goto err;
284 goto err;
300 goto err;
317 goto err;
327 goto err;
400 if(!(hexbuf = OPENSSL_malloc(strlen(str) >> 1))) goto err;
421 else goto badhex;
425 else goto badhex;
614 goto err;
622 goto err;
626 goto err;
628 goto err;