Home
last modified time | relevance | path

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

/third_party/mbedtls/programs/util/
H A Dstrerror.c66 char error_buf[200]; in main() local
67 mbedtls_strerror(val, error_buf, 200); in main()
68 mbedtls_printf("Last error was: -0x%04x - %s\n\n", (unsigned int) -val, error_buf); in main()
/third_party/mbedtls/programs/ssl/
H A Ddtls_server.c243 char error_buf[100]; in main() local
244 mbedtls_strerror(ret, error_buf, 100); in main()
245 printf("Last error was: %d - %s\n\n", ret, error_buf); in main()
375 char error_buf[100]; in main() local
376 mbedtls_strerror(ret, error_buf, 100); in main()
377 printf("Last error was: %d - %s\n\n", ret, error_buf); in main()
H A Dssl_server.c211 char error_buf[100]; in main() local
212 mbedtls_strerror(ret, error_buf, 100); in main()
213 mbedtls_printf("Last error was: %d - %s\n\n", ret, error_buf); in main()
336 char error_buf[100]; in main() local
337 mbedtls_strerror(ret, error_buf, 100); in main()
338 mbedtls_printf("Last error was: %d - %s\n\n", ret, error_buf); in main()
H A Dssl_pthread_server.c224 char error_buf[100]; in handle_ssl_connection() local
225 mbedtls_strerror(ret, error_buf, 100); in handle_ssl_connection()
227 thread_id, (unsigned int) -ret, error_buf); in handle_ssl_connection()
434 char error_buf[100]; in main() local
435 mbedtls_strerror(ret, error_buf, 100); in main()
437 error_buf); in main()
H A Dssl_client1.c268 char error_buf[100]; in main() local
269 mbedtls_strerror(ret, error_buf, 100); in main()
270 mbedtls_printf("Last error was: %d - %s\n\n", ret, error_buf); in main()
H A Ddtls_client.c317 char error_buf[100]; in main() local
318 mbedtls_strerror(ret, error_buf, 100); in main()
319 mbedtls_printf("Last error was: %d - %s\n\n", ret, error_buf); in main()
H A Dssl_server2.c3340 char error_buf[100]; in main() local
3341 mbedtls_strerror(ret, error_buf, 100); in main()
3342 mbedtls_printf("Last error was: %d - %s\n\n", ret, error_buf); in main()
4188 char error_buf[100]; in main() local
4189 mbedtls_strerror(ret, error_buf, 100); in main()
4190 mbedtls_printf("Last error was: -0x%X - %s\n\n", (unsigned int) -ret, error_buf); in main()
H A Dssl_client2.c3108 char error_buf[100]; in main() local
3109 mbedtls_strerror(ret, error_buf, 100); in main()
3110 mbedtls_printf("Last error was: -0x%X - %s\n\n", (unsigned int) -ret, error_buf); in main()
/third_party/ffmpeg/libavcodec/
H A Ddss_sp.c517 int32_t *error_buf, int32_t *dst) in dss_sp_shift_sq_sub()
527 tmp -= error_buf[i] * (unsigned)filter_buf[i]; in dss_sp_shift_sq_sub()
530 error_buf[i] = error_buf[i - 1]; in dss_sp_shift_sq_sub()
534 error_buf[1] = tmp; in dss_sp_shift_sq_sub()
516 dss_sp_shift_sq_sub(const int32_t *filter_buf, int32_t *error_buf, int32_t *dst) dss_sp_shift_sq_sub() argument
/third_party/skia/third_party/externals/libpng/
H A Dpngerror.c903 if (image->opaque != NULL && image->opaque->error_buf != NULL) in PNG_FUNCTION()
944 saved_error_buf = image->opaque->error_buf; in png_safe_execute()
950 image->opaque->error_buf = safe_jmpbuf; in png_safe_execute()
954 image->opaque->error_buf = saved_error_buf; in png_safe_execute()
H A Dpngpriv.h2071 png_voidp error_buf; /* Always a jmp_buf at present. */ member
2084 # define png_control_jmp_buf(pc) (((jmp_buf*)((pc)->error_buf))[0])
2086 # define png_control_jmp_buf(pc) ((pc)->error_buf)
H A Dpng.c4589 image->opaque->error_buf == NULL) in png_image_free()
/third_party/mbedtls/programs/test/
H A Dudp_proxy.c947 char error_buf[100]; in main() local
948 mbedtls_strerror(ret, error_buf, 100); in main()
949 mbedtls_printf("Last error was: -0x%04X - %s\n\n", (unsigned int) -ret, error_buf); in main()
/third_party/libcoap/src/
H A Dcoap_mbedtls.c2624 char error_buf[64]; \
2625 mbedtls_strerror(c_tmp, error_buf, sizeof(error_buf)); \
2626 coap_log_err("mbedtls: -0x%04x: %s\n", -c_tmp, error_buf); \

Completed in 31 milliseconds