From b95e7fe4666105d474c87a7114cfefac4338bbbb Mon Sep 17 00:00:00 2001 From: Andy Green Date: Sun, 5 Feb 2017 22:46:39 +0800 Subject: [PATCH] gcc format strings: http2 --- doc/html/annotated.html | 33 +- doc/html/classes.html | 37 +- doc/html/classlws__conn.html | 55 +- doc/html/classlws__conn__listener.html | 55 +- doc/html/deprecated.html | 25 +- .../dir_97aefd0d527b934f1d99a682da8fe6a9.html | 31 +- .../dir_e8731c315d086bdbd43ee7d72e0ed36b.html | 35 +- doc/html/doxygen.css | 55 +- doc/html/files.html | 31 +- doc/html/functions.html | 110 +--- doc/html/functions_func.html | 40 +- doc/html/functions_vars.html | 110 +--- doc/html/globals.html | 48 +- doc/html/globals_enum.html | 40 +- doc/html/globals_eval.html | 50 +- doc/html/globals_func.html | 49 +- doc/html/globals_l.html | 50 +- doc/html/globals_type.html | 40 +- doc/html/group__HTTP-headers-create.html | 45 +- doc/html/group__HTTP-headers-read.html | 51 +- doc/html/group__Protocols-and-Plugins.html | 53 +- doc/html/group__callback-when-writeable.html | 59 +- doc/html/group__cgi.html | 25 +- doc/html/group__client.html | 51 +- doc/html/group__context-and-vhost.html | 163 ++--- doc/html/group__ev.html | 33 +- doc/html/group__extensions.html | 62 +- doc/html/group__fops.html | 29 +- doc/html/group__form-parsing.html | 72 +- doc/html/group__generic-sessions.html | 63 +- .../group__html-chunked-substitution.html | 33 +- doc/html/group__http.html | 37 +- doc/html/group__httpft.html | 35 +- doc/html/group__log.html | 51 +- doc/html/group__misc.html | 81 ++- doc/html/group__misc.js | 2 +- doc/html/group__net.html | 41 +- doc/html/group__pur.html | 33 +- doc/html/group__sending-data.html | 68 +- doc/html/group__service.html | 57 +- doc/html/group__sha.html | 37 +- doc/html/group__smtp.html | 86 ++- doc/html/group__sock-adopt.html | 33 +- doc/html/group__timeout.html | 31 +- doc/html/group__urlendec.html | 33 +- doc/html/group__usercb.html | 243 +++---- doc/html/group__uv.html | 37 +- doc/html/group__vhost-mounts.html | 64 +- doc/html/group__wsclose.html | 98 ++- doc/html/group__wsstatus.html | 53 +- doc/html/hierarchy.html | 33 +- doc/html/index.html | 25 +- doc/html/jquery.js | 21 +- doc/html/libwebsockets_8h.html | 115 ++-- doc/html/libwebsockets_8h.js | 6 +- doc/html/libwebsockets_8h_source.html | 614 +++++++++--------- doc/html/md_README_8build.html | 235 +++++++ doc/html/md_README_8coding.html | 283 ++++++++ doc/html/md_README_8generic-sessions.html | 180 +++++ doc/html/md_README_8generic-table.html | 170 +++++ doc/html/md_README_8lwsws.html | 197 ++++++ doc/html/md_README_8problems.html | 104 +++ doc/html/md_README_8test-apps.html | 188 ++++++ doc/html/menu.js | 26 + doc/html/menudata.js | 69 ++ doc/html/modules.html | 25 +- doc/html/navtree.css | 7 +- doc/html/navtree.js | 50 +- doc/html/navtreedata.js | 190 +++--- doc/html/navtreeindex1.js | 6 +- doc/html/navtreeindex2.js | 6 +- doc/html/navtreeindex3.js | 192 +++--- doc/html/navtreeindex4.js | 6 +- doc/html/pages.html | 39 +- doc/html/resize.js | 172 ++--- doc/html/structlws__cgi__args.html | 53 +- .../structlws__client__connect__info.html | 105 +-- .../structlws__context__creation__info.html | 199 ++++-- doc/html/structlws__email.html | 101 +-- doc/html/structlws__ext__option__arg.html | 49 +- doc/html/structlws__ext__options.html | 41 +- doc/html/structlws__extension.html | 45 +- doc/html/structlws__gs__event__args.html | 45 +- doc/html/structlws__http__mount.html | 97 +-- doc/html/structlws__plat__file__ops.html | 53 +- doc/html/structlws__plugin.html | 53 +- doc/html/structlws__plugin__capability.html | 53 +- doc/html/structlws__polarssl__context.html | 45 +- doc/html/structlws__pollargs.html | 45 +- doc/html/structlws__pollfd.html | 45 +- doc/html/structlws__process__html__args.html | 49 +- doc/html/structlws__process__html__state.html | 63 +- .../structlws__protocol__vhost__options.html | 49 +- doc/html/structlws__protocols.html | 57 +- doc/html/structlws__session__info.html | 53 +- doc/html/structlws__token__limits.html | 37 +- doc/html/structlws__tokens.html | 41 +- doc/html/structlwsgw__hash.html | 37 +- doc/html/structlwsgw__hash__bin.html | 37 +- doc/html/structpollfd.html | 45 +- doc/html/tabs.css | 61 +- lib/http2.c | 2 +- lib/ssl-http2.c | 2 +- 103 files changed, 4330 insertions(+), 2944 deletions(-) create mode 100644 doc/html/md_README_8build.html create mode 100644 doc/html/md_README_8coding.html create mode 100644 doc/html/md_README_8generic-sessions.html create mode 100644 doc/html/md_README_8generic-table.html create mode 100644 doc/html/md_README_8lwsws.html create mode 100644 doc/html/md_README_8problems.html create mode 100644 doc/html/md_README_8test-apps.html create mode 100644 doc/html/menu.js create mode 100644 doc/html/menudata.js diff --git a/doc/html/annotated.html b/doc/html/annotated.html index ebb55032..8bdf2957 100644 --- a/doc/html/annotated.html +++ b/doc/html/annotated.html @@ -3,7 +3,8 @@ - + + libwebsockets: Data Structures @@ -14,7 +15,6 @@ @@ -35,24 +35,15 @@ - - - + + + + +
diff --git a/doc/html/classes.html b/doc/html/classes.html index 550aa51b..4709270b 100644 --- a/doc/html/classes.html +++ b/doc/html/classes.html @@ -3,7 +3,8 @@ - + + libwebsockets: Data Structure Index @@ -14,7 +15,6 @@ @@ -35,24 +35,15 @@
- - - + + + + +
-
L | P
+
l | p
  l  
lws_email   lws_plugin   lws_protocol_vhost_options   
  p  
@@ -86,7 +77,7 @@ $(document).ready(function(){initNavTree('classes.html','');});
lws_context_creation_info   lws_plat_file_ops   lws_process_html_state   lwsgw_hash_bin   
-
L | P
+
l | p
@@ -94,7 +85,7 @@ $(document).ready(function(){initNavTree('classes.html','');}); diff --git a/doc/html/classlws__conn.html b/doc/html/classlws__conn.html index 66908a7c..85639122 100644 --- a/doc/html/classlws__conn.html +++ b/doc/html/classlws__conn.html @@ -3,7 +3,8 @@ - + + libwebsockets: lws_conn Class Reference @@ -14,7 +15,6 @@ @@ -35,24 +35,15 @@ - - - + + + + +
- - - - - - -

Public Member Functions

+
void set_wsi (struct lws *_wsi)
 
+
int actual_onRX (Socket *s)
 
+
void onRX (Socket *s)
 
+
void onError (Socket *s, socket_error_t err)
 
+
void onDisconnect (TCPStream *s)
 
+
void onSent (Socket *s, uint16_t len)
 
+
void serialized_writeable (struct lws *wsi)
 
- - - -

Data Fields

+
TCPStream * ts
 
+
struct lws * wsi
 
+
char writeable
 
+
char awaiting_on_writeable
 
@@ -136,7 +127,7 @@ char awaiting_on_writeable + doxygen 1.8.12
diff --git a/doc/html/classlws__conn__listener.html b/doc/html/classlws__conn__listener.html index ac22f73c..39665f92 100644 --- a/doc/html/classlws__conn__listener.html +++ b/doc/html/classlws__conn__listener.html @@ -3,7 +3,8 @@ - + + libwebsockets: lws_conn_listener Class Reference @@ -14,7 +15,6 @@ @@ -35,24 +35,15 @@ - - - + + + + +
diff --git a/doc/html/dir_e8731c315d086bdbd43ee7d72e0ed36b.html b/doc/html/dir_e8731c315d086bdbd43ee7d72e0ed36b.html index f042dc54..16e8203b 100644 --- a/doc/html/dir_e8731c315d086bdbd43ee7d72e0ed36b.html +++ b/doc/html/dir_e8731c315d086bdbd43ee7d72e0ed36b.html @@ -3,7 +3,8 @@ - + + libwebsockets: doc-assets Directory Reference @@ -14,7 +15,6 @@ @@ -35,22 +35,15 @@
- - - + + + + +
- - -

-Files

@@ -83,7 +72,7 @@ Files + doxygen 1.8.12 diff --git a/doc/html/doxygen.css b/doc/html/doxygen.css index 1425ec53..ea8de1d5 100644 --- a/doc/html/doxygen.css +++ b/doc/html/doxygen.css @@ -1,9 +1,13 @@ -/* The standard CSS for doxygen 1.8.11 */ +/* The standard CSS for doxygen 1.8.12 */ body, table, div, p, dl { font: 400 14px/22px Roboto,sans-serif; } +p.reference, p.definition { + font: 400 14px/22px Roboto,sans-serif; +} + /* @group Heading Levels */ h1.groupheader { @@ -173,7 +177,7 @@ pre.fragment { } div.fragment { - padding: 4px 6px; + padding: 0px; margin: 4px 8px 4px 2px; background-color: #FBFCFD; border: 1px solid #C4CFE5; @@ -232,6 +236,15 @@ span.lineno a:hover { background-color: #C8C8C8; } +.lineno { + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + div.ah, span.ah { background-color: black; font-weight: bold; @@ -501,6 +514,29 @@ table.memberdecls { /* Styles for detailed member documentation */ +.memtitle { + padding: 8px; + border-top: 1px solid #A8B8D9; + border-left: 1px solid #A8B8D9; + border-right: 1px solid #A8B8D9; + border-top-right-radius: 4px; + border-top-left-radius: 4px; + margin-bottom: -1px; + background-image: url('nav_f.png'); + background-repeat: repeat-x; + background-color: #E2E8F2; + line-height: 1.25; + font-weight: 300; + float:left; +} + +.permalink +{ + font-size: 65%; + display: inline-block; + vertical-align: middle; +} + .memtemplate { font-size: 80%; color: #4665A2; @@ -539,7 +575,7 @@ table.memberdecls { } .memname { - font-weight: bold; + font-weight: 400; margin-left: 6px; } @@ -555,24 +591,24 @@ table.memberdecls { color: #253555; font-weight: bold; text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9); - background-image:url('nav_f.png'); - background-repeat:repeat-x; - background-color: #E2E8F2; + background-color: #DFE5F1; /* opera specific markup */ box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); border-top-right-radius: 4px; - border-top-left-radius: 4px; /* firefox specific markup */ -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px; -moz-border-radius-topright: 4px; - -moz-border-radius-topleft: 4px; /* webkit specific markup */ -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); -webkit-border-top-right-radius: 4px; - -webkit-border-top-left-radius: 4px; } +.overload { + font-family: "courier new",courier,monospace; + font-size: 65%; +} + .memdoc, dl.reflist dd { border-bottom: 1px solid #A8B8D9; border-left: 1px solid #A8B8D9; @@ -914,6 +950,7 @@ table.fieldtable { padding-bottom: 4px; padding-top: 5px; text-align:left; + font-weight: 400; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-left-radius: 4px; diff --git a/doc/html/files.html b/doc/html/files.html index a5fc39a3..74f3cb0b 100644 --- a/doc/html/files.html +++ b/doc/html/files.html @@ -3,7 +3,8 @@ - + + libwebsockets: File List @@ -14,7 +15,6 @@ @@ -35,22 +35,15 @@ - - - + + + + +
diff --git a/doc/html/functions.html b/doc/html/functions.html index c28b3bb0..3a457dc3 100644 --- a/doc/html/functions.html +++ b/doc/html/functions.html @@ -3,7 +3,8 @@ - + + libwebsockets: Data Fields @@ -14,7 +15,6 @@ @@ -35,57 +35,15 @@
- - - - - + + + + +
- - - - + + + + +
diff --git a/doc/html/functions_vars.html b/doc/html/functions_vars.html index 263f7a23..dfceaafe 100644 --- a/doc/html/functions_vars.html +++ b/doc/html/functions_vars.html @@ -3,7 +3,8 @@ - + + libwebsockets: Data Fields - Variables @@ -14,7 +15,6 @@ @@ -35,57 +35,15 @@
- - - - - + + + + +
- - - - - + + + + +
- - - - + + + + +
diff --git a/doc/html/globals_eval.html b/doc/html/globals_eval.html index fa875e38..26271759 100644 --- a/doc/html/globals_eval.html +++ b/doc/html/globals_eval.html @@ -3,7 +3,8 @@ - + + libwebsockets: Globals @@ -14,7 +15,6 @@ @@ -35,37 +35,15 @@
- - - - - + + + + +
- - - - - + + + + +
- - - - - + + + + +
- - - - + + + + +
diff --git a/doc/html/group__HTTP-headers-create.html b/doc/html/group__HTTP-headers-create.html index c8f19c82..db8c6a60 100644 --- a/doc/html/group__HTTP-headers-create.html +++ b/doc/html/group__HTTP-headers-create.html @@ -3,7 +3,8 @@ - + + libwebsockets: HTTP headers: create @@ -14,7 +15,6 @@ @@ -35,16 +35,15 @@
- - + + + + +