Searched defs:sf (Results 1 – 1 of 1) sorted by relevance
21 static void stream_frame_free(SFRAME_LIST *fl, STREAM_FRAME *sf) in stream_frame_free()33 STREAM_FRAME *sf = OPENSSL_zalloc(sizeof(*sf)); in stream_frame_new() local55 STREAM_FRAME *sf, *next_frame; in ossl_sframe_list_destroy() local83 STREAM_FRAME *sf, *new_frame, *prev_frame, *next_frame; in ossl_sframe_list_insert() local185 STREAM_FRAME *sf = *iter; in ossl_sframe_list_peek() local220 STREAM_FRAME *sf; in ossl_sframe_list_drop_frames() local276 STREAM_FRAME *sf = fl->head, *prev_frame = NULL; in ossl_sframe_list_move_data() local
Completed in 5 milliseconds