Searched refs:tmpret (Results 1 – 3 of 3) sorted by relevance
853 int tmpret; in write_state_machine() local855 tmpret = confunc(s, &pkt); in write_state_machine()856 if (tmpret <= 0) { in write_state_machine()860 } else if (tmpret == 2) { in write_state_machine()
4003 int tmpret; in tls_construct_new_session_ticket() local4005 tmpret = construct_stateless_ticket(s, pkt, age_add_u.age_add, in tls_construct_new_session_ticket()4007 if (tmpret != 1) { in tls_construct_new_session_ticket()4008 if (tmpret == 0) { in tls_construct_new_session_ticket()
57 STACK_OF(CONF_VALUE) *tmpret = NULL, *origret = ret; in STACK_OF()66 tmpret = i2v_GENERAL_NAME(method, gen, ret); in STACK_OF()67 if (tmpret == NULL) { in STACK_OF()72 ret = tmpret; in STACK_OF()