api rationalization eliminate oldstyle internal api names
authorAndy Green <andy.green@linaro.org>
Fri, 4 Dec 2015 01:23:56 +0000 (09:23 +0800)
committerAndy Green <andy.green@linaro.org>
Fri, 4 Dec 2015 01:23:56 +0000 (09:23 +0800)
commit3ef579b4f91da270cc3029faa19a92e34060ce6c
treed58bc3bbf0d1cfdcd0930a140966b353da4245f8
parent62304764559231c956dd7855b5e6d1c6a25494a6
api rationalization eliminate oldstyle internal api names

Between changing to lws_ a few years ago and the previous two
patches migrating the public apis, there are only a few
internal functions left using libwebsocket_*.

Change those to also use lws_ without regard to compatibility
since they were never visible outside the library.

Signed-off-by: Andy Green <andy.green@linaro.org>
17 files changed:
lib/client-handshake.c
lib/client-parser.c
lib/client.c
lib/context.c
lib/handshake.c
lib/hpack.c
lib/http2.c
lib/libev.c
lib/libwebsockets.c
lib/lws-plat-mbed3.cpp
lib/output.c
lib/parsers.c
lib/private-libwebsockets.h
lib/server-handshake.c
lib/server.c
lib/service.c
lib/ssl.c