Lines Matching refs:ok
171 long max, int *ok);
410 long dtls1_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok)
428 *ok=1;
438 i = dtls1_get_message_fragment(s, st1, stn, max, ok);
442 else if ( i <= 0 && !*ok)
476 *ok = 0;
531 dtls1_retrieve_buffered_fragment(SSL *s, long max, int *ok)
542 *ok = 0;
572 *ok = 1;
578 *ok = 0;
587 dtls1_reassemble_fragment(SSL *s, struct hm_header_st* msg_hdr, int *ok)
684 *ok = 0;
690 dtls1_process_out_of_seq_message(SSL *s, struct hm_header_st* msg_hdr, int *ok)
736 return dtls1_reassemble_fragment(s, msg_hdr, ok);
769 *ok = 0;
775 dtls1_get_message_fragment(SSL *s, int st1, int stn, long max, int *ok)
783 if ((frag_len = dtls1_retrieve_buffered_fragment(s,max,ok)) || *ok)
785 if (*ok) s->init_num = frag_len;
795 *ok = 0;
810 return dtls1_process_out_of_seq_message(s, &msg_hdr, ok);
817 return dtls1_reassemble_fragment(s, &msg_hdr, ok);
835 max, ok);
861 *ok = 0;
872 *ok = 1;
885 *ok=0;