RetroArch/libretro-common/net
twinaphex 3e72c502a8 strlen optimizations :
- use STRLEN_CONST for constant strings, translates to sizeof
which should be computed at compile-time
- found some places where we are needlessly calling strlen two
times instead of just once
2019-04-27 04:21:10 +02:00
..
net_compat.c Clean up white space. 2019-02-03 16:00:50 -08:00
net_http_parse.c Merge commit 'ce9ce1d35387ef8144e53bf071396fa075bfb6c5' as 'libretro-common' 2018-05-12 17:56:34 +02:00
net_http.c strlen optimizations : 2019-04-27 04:21:10 +02:00
net_ifinfo.c Clean up white space. 2019-02-03 16:00:50 -08:00
net_natt.c Clean up white space. 2019-02-03 16:00:50 -08:00
net_socket_ssl.c Merge pull request #7745 from orbea/mbedtls 2018-12-19 01:53:14 +01:00
net_socket.c Merge commit 'ce9ce1d35387ef8144e53bf071396fa075bfb6c5' as 'libretro-common' 2018-05-12 17:56:34 +02:00