Searched refs:tmpret (Results 1 – 3 of 3) sorted by relevance
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()
895 CON_FUNC_RETURN tmpret; in write_state_machine() local897 tmpret = confunc(s, &pkt); in write_state_machine()898 if (tmpret == CON_FUNC_ERROR) { in write_state_machine()902 } else if (tmpret == CON_FUNC_DONT_SEND) { in write_state_machine()
4272 CON_FUNC_RETURN tmpret; in tls_construct_new_session_ticket() local4274 tmpret = construct_stateless_ticket(s, pkt, age_add_u.age_add, in tls_construct_new_session_ticket()4276 if (tmpret != CON_FUNC_SUCCESS) { in tls_construct_new_session_ticket()4277 if (tmpret == CON_FUNC_DONT_SEND) { in tls_construct_new_session_ticket()
Completed in 15 milliseconds