Home
last modified time | relevance | path

Searched refs:no (Results 1 – 25 of 68) sorted by relevance

123

/civetweb-2.7.6/docs/api/
Dmg_request_info.md14 …g, defined as URL part after the first '?' character, not including '?'. NULL if there is no '?'. |
15 |**`remote_user`**|`const char *`| The name of the authenticated remote user, or NULL if no authent…
18 …ong long`| The content length of the request body. This value can be -1 if no content length was p…
Dmg_get_header.md16 |`const char *`| A pointer to the value of the request header, or NULL of no matching header count …
20 …urn a pointer to the value text of the header when successful, and NULL of no matching request hea…
Dmg_callbacks.md18 …ation sends their own error page, it must return 1 to signal CivetWeb that no further processing i…
24 … function signals CivetWeb that the SSL context has already been setup and no further processing i…
26 … function signals CivetWeb that the certificate has already been setup and no further processing i…
36 …s returned, CivetWeb assumes that access logging has already been done and no further action is pe…
38 … value is returned CivetWeb assumes that logging has already been done and no further action is pe…
52 …by the callback function, CivetWeb will close the websocket connection and no more frames will be …
Dmg_response_info.md13 can be -1 if no length was given. */
25 …ong long`| The content length of the request body. This value can be -1 if no content length was p…
Dmg_get_user_connection_data.md15 |`void *`|A pointer to the user data, or NULL if no user data was registered with the connection|
Dmg_exit_library.md24 but they will no longer do a de-initialization, leaving a memory leak when the library is unloaded.
Dmg_check_digest_access_authentication.md28 A return of 0 means, reading the password file succeeded, but there was no matching user,
Dmg_get_response.md22 …lets the function return after a specified number of milliseconds, even if no data is received fro…
Dmg_send_mime_file2.md22 …clashes with other headers. If the `additional_headers` parameter is NULL, no custom headers will …
Dmg_read.md21 …*0** when the connection has been closed by peer and a negative value when no more data could be r…
/civetweb-2.7.6/src/third_party/lua-5.1.5/
DHISTORY53 + new error handling protocol: the core no longer prints error messages;
62 + the core no longer needs "stdio.h" for anything (except for a single
81 + no more '$debug': full speed *and* full debug information.
127 + no arbitrary limits on the total number of constants and globals.
/civetweb-2.7.6/docs/
DInterface_Changes_1.10.md27 Calling mg\_lock\_connection is no longer called implicitly
37 no incompatibility. If a websocket connection was used in multiple
88 there is no way to add a client to the throttle or access list.
DUserManual.md173 ### allow\_index\_script\_resource `no`
195 …/here/script.cgi with PATH\_INFO='/handle/this.ext', no matter if this option is set to `yes` or `
211 ### case\_sensitive `no`
249 the server after this time. The default is "no timeout", so scripts may
254 by setting this option to `no`.
269 Enable directory listing, either `yes` or `no`.
271 ### enable\_keep\_alive `no`
272 Enable connection keep alive, either `yes` or `no`.
281 to some value > 0 (e.g. 500). If you set keep\_alive to `no`, you should set
287 ### enable\_websocket\_ping\_pong `no`
[all …]
/civetweb-2.7.6/src/
Dmod_zlib.inl63 (zstream.msg ? zstream.msg : "<no error message>"));
122 (zstream.msg ? zstream.msg : "<no error message>"));
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_error_macros.c137 #error no DUK_USE_PANIC_xxx macro defined in duk_default_panic_handler()
156 #error no DUK_USE_PANIC_xxx macro defined in duk_default_panic_handler()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_error_macros.c137 #error no DUK_USE_PANIC_xxx macro defined in duk_default_panic_handler()
156 #error no DUK_USE_PANIC_xxx macro defined in duk_default_panic_handler()
/civetweb-2.7.6/examples/multidomain/
Dadd_domain.conf4 enable_directory_listing no
/civetweb-2.7.6/
DCMakeLists.txt71 # Serve no files from the web server
72 option(CIVETWEB_SERVE_NO_FILES "Configures the server to serve no static files" OFF)
73 message(STATUS "Serve no static files - ${CIVETWEB_SERVE_NO_FILES}")
75 # Serve no files from the web server
80 option(CIVETWEB_DISABLE_CACHING "Disables caching, so that no timegm is used." OFF)
/civetweb-2.7.6/src/third_party/duktape-1.8.0/examples/alloc-torture/
DREADME.rst5 Example allocator that wipes memory on free and checks that no out-of-bounds
/civetweb-2.7.6/src/third_party/duktape-1.5.2/examples/alloc-torture/
DREADME.rst5 Example allocator that wipes memory on free and checks that no out-of-bounds
/civetweb-2.7.6/src/third_party/duktape-1.5.2/extras/
DREADME.rst12 an extra breaks due to Duktape changes and there is no time to fix it, the
/civetweb-2.7.6/src/third_party/duktape-1.8.0/extras/
DREADME.rst12 an extra breaks due to Duktape changes and there is no time to fix it, the
/civetweb-2.7.6/cmake/
DAddCCompilerFlag.cmake12 # add_c_compiler_flag(-no-strict-aliasing RELEASE)
DAddCXXCompilerFlag.cmake12 # add_cxx_compiler_flag(-no-strict-aliasing RELEASE)
/civetweb-2.7.6/src/third_party/lua-5.1.5/doc/
Dlua.css78 background-repeat: no-repeat;

123