Searched refs:delay_list (Results 1 – 1 of 1) sorted by relevance
238 char **delay_list; in get_options() local245 delay_list = opt.delay_cli; in get_options()250 delay_list = opt.delay_srv; in get_options()269 delay_list[ (*delay_cnt)++ ] = buf; in get_options()709 char ** delay_list; in handle_message() local729 delay_list = opt.delay_cli; in handle_message()734 delay_list = opt.delay_srv; in handle_message()742 if( delay_list[ delay_idx ] == NULL ) in handle_message()745 if( strcmp( delay_list[ delay_idx ], cur.type ) == 0 ) in handle_message()751 mbedtls_free( delay_list[delay_idx] ); in handle_message()[all …]
Completed in 4 milliseconds