Searched refs:no (Results 1 – 25 of 68) sorted by relevance
123
/civetweb-2.7.6/docs/api/ |
D | mg_request_info.md | 14 …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…
|
D | mg_get_header.md | 16 |`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…
|
D | mg_callbacks.md | 18 …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 …
|
D | mg_response_info.md | 13 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…
|
D | mg_get_user_connection_data.md | 15 |`void *`|A pointer to the user data, or NULL if no user data was registered with the connection|
|
D | mg_exit_library.md | 24 but they will no longer do a de-initialization, leaving a memory leak when the library is unloaded.
|
D | mg_check_digest_access_authentication.md | 28 A return of 0 means, reading the password file succeeded, but there was no matching user,
|
D | mg_get_response.md | 22 …lets the function return after a specified number of milliseconds, even if no data is received fro…
|
D | mg_send_mime_file2.md | 22 …clashes with other headers. If the `additional_headers` parameter is NULL, no custom headers will …
|
D | mg_read.md | 21 …*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/ |
D | HISTORY | 53 + 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/ |
D | Interface_Changes_1.10.md | 27 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.
|
D | UserManual.md | 173 ### 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/ |
D | mod_zlib.inl | 63 (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/ |
D | duk_error_macros.c | 137 #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/ |
D | duk_error_macros.c | 137 #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/ |
D | add_domain.conf | 4 enable_directory_listing no
|
/civetweb-2.7.6/ |
D | CMakeLists.txt | 71 # 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/ |
D | README.rst | 5 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/ |
D | README.rst | 5 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/ |
D | README.rst | 12 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/ |
D | README.rst | 12 an extra breaks due to Duktape changes and there is no time to fix it, the
|
/civetweb-2.7.6/cmake/ |
D | AddCCompilerFlag.cmake | 12 # add_c_compiler_flag(-no-strict-aliasing RELEASE)
|
D | AddCXXCompilerFlag.cmake | 12 # add_cxx_compiler_flag(-no-strict-aliasing RELEASE)
|
/civetweb-2.7.6/src/third_party/lua-5.1.5/doc/ |
D | lua.css | 78 background-repeat: no-repeat;
|
123