api rationalization use new names internally
authorAndy Green <andy.green@linaro.org>
Fri, 4 Dec 2015 00:43:54 +0000 (08:43 +0800)
committerAndy Green <andy.green@linaro.org>
Fri, 4 Dec 2015 00:43:54 +0000 (08:43 +0800)
commit62304764559231c956dd7855b5e6d1c6a25494a6
treea3f76c817f0cb5de5ac34517a3c05673385f2446
parent29a44cf2abafd3e3125f9c6edc6db3750d2e8375
api rationalization use new names internally

Change all internal uses of rationalized public apis to reflect the
new names.

Theer are a few things that got changed as side effect of search/replace
matches, but these are almost all internal.  I added a compatibility define
for the public enum that got renamed.

Theoretically existing code should not notice the difference from these
two patches.  And new code will find the new names.

https://github.com/warmcat/libwebsockets/issues/357

Signed-off-by: Andy Green <andy.green@linaro.org>
33 files changed:
lib/client-handshake.c
lib/client-parser.c
lib/client.c
lib/context.c
lib/extension.c
lib/handshake.c
lib/header.c
lib/http2.c
lib/libev.c
lib/libwebsockets.c
lib/libwebsockets.h
lib/lws-plat-mbed3.c
lib/lws-plat-mbed3.cpp
lib/lws-plat-unix.c
lib/lws-plat-win.c
lib/output.c
lib/parsers.c
lib/pollfd.c
lib/private-libwebsockets.h
lib/server-handshake.c
lib/server.c
lib/service.c
lib/sha-1.c
lib/ssl.c
test-server/test-client.c
test-server/test-echo.c
test-server/test-fraggle.c
test-server/test-ping.c
test-server/test-server-dumb-increment.c
test-server/test-server-http.c
test-server/test-server-mirror.c
test-server/test-server-pthreads.c
test-server/test-server.c