Home
last modified time | relevance | path

Searched refs:ctx_buffer_flush (Results 1 - 1 of 1) sorted by relevance

/third_party/mbedtls/programs/test/
H A Dudp_proxy.c382 static int ctx_buffer_flush(ctx_buffer *buf) in ctx_buffer_flush() function
431 if ((ret = ctx_buffer_flush(buf)) <= 0) { in ctx_buffer_append()
432 mbedtls_printf("ctx_buffer_flush failed with -%#04x", (unsigned int) -ret); in ctx_buffer_append()
887 ctx_buffer_flush(&outbuf[0]); in main()
893 ctx_buffer_flush(&outbuf[1]); in main()

Completed in 2 milliseconds