Home
last modified time | relevance | path

Searched refs:content (Results 1 – 25 of 27) sorted by relevance

12

/civetweb-2.7.6/examples/_obsolete/hello/
Dhello.c9 char content[100]; in begin_request_handler() local
12 int content_length = snprintf(content, sizeof(content), in begin_request_handler()
23 content_length, content); in begin_request_handler()
/civetweb-2.7.6/docs/api/
Dmg_send_http_ok.md10 |**`mime_type`**|`const char *`|The content type to be sent|
21 …" response header, including typical response headers like date, length, content type, "no caching…
22 A proper content type (`mime_type`) has to be supplied (e.g., "text/plain", "text/html", "applicati…
24 …_len`), or using [`mg_send_chunk`](mg_send_chunk.md) (chunked encoding for unknown content length).
Dmg_get_var2.md12 |**`dst`**|`char *`|Destination buffer to store the variable content|
26content in the return buffer, **`-1`** if a variable with the specified name could not be found an…
Dmg_response_info.md25 |**`content_length`**|`long long`| The content length of the request body. This value can be -1 if …
Dmg_request_info.md18 |**`content_length`**|`long long`| The content length of the request body. This value can be -1 if …
Dmg_get_system_info.md23 format are possible in future versions. The exact content of the JSON object may vary,
Dmg_get_context_info.md24 If data is available, the returned string is in JSON format. The exact content may
Dmg_get_connection_info.md25 If data is available, the returned string is in JSON format. The exact content may
Dmg_option.md15 …). This function fills a list of `struct mg_option` structures where the content of each structure…
Dmg_get_var.md12 |**`dst`**|`char *`|Output buffer to store the content of the variable|
/civetweb-2.7.6/examples/_obsolete/docroot/
Dstyle.css43 #content, .menu-item-selected, .chat-title, .chat-content {
47 #content {
57 .chat-content {
/civetweb-2.7.6/test/
Dssi_test.shtml6 <meta name="author" content="CivetWeb developers">
7 <meta name="description" content="CivetWeb Server Side Include (SSI) Test Page">
Dwebsocket.lua104 if bits and content then
105 data(bits, content)
Dtest.pl421 my $content = read_file($path);
422 $content =~ /^b:a:\w+$/gs or fail("Bad content of the passwd file");
/civetweb-2.7.6/examples/rest/cJSON/
DcJSON.c251 const unsigned char *content; member
264 #define buffer_at_offset(buffer) ((buffer)->content + (buffer)->offset)
275 if ((input_buffer == NULL) || (input_buffer->content == NULL)) in parse_number()
716 …while (((size_t)(input_end - input_buffer->content) < input_buffer->length) && (*input_end != '\"'… in parse_string()
721 if ((size_t)(input_end + 1 - input_buffer->content) >= input_buffer->length) in parse_string()
731 … if (((size_t)(input_end - input_buffer->content) >= input_buffer->length) || (*input_end != '\"')) in parse_string()
808 input_buffer->offset = (size_t) (input_end - input_buffer->content); in parse_string()
821 input_buffer->offset = (size_t)(input_pointer - input_buffer->content); in parse_string()
966 if ((buffer == NULL) || (buffer->content == NULL)) in buffer_skip_whitespace()
987 if ((buffer == NULL) || (buffer->content == NULL) || (buffer->offset != 0)) in skip_utf8_bom()
[all …]
/civetweb-2.7.6/src/third_party/lua-5.3.5/doc/
Dmanual.css19 content: "" ;
Dlua.css36 content: "\2756" ;
/civetweb-2.7.6/src/third_party/duktape-1.8.0/debugger/static/
Dstyle.css27 justify-content: space-between;
29 align-content: stretch;
494 content: counter(source-line);
/civetweb-2.7.6/src/third_party/duktape-1.5.2/debugger/static/
Dstyle.css27 justify-content: space-between;
29 align-content: stretch;
494 content: counter(source-line);
/civetweb-2.7.6/docs/
DOpenSSL.md112 you need to copy their content together into one file.
137 Check the content of 'error.log':
DUserManual.md419 In contrast to Lua scripts, the content of a Lua server pages is delivered
421 content by including them between <? and ?> tags.
624 Dynamically generated content, i.e., content created by a script or callback,
747 the Lua script must send header and content of the web page by calling
754 insert the content of a variable by enclosing the Lua variable name in
770 and `<?lua= ?>` or `<%= %>` for variable content (corresponding to `<?= ?>`).
788 web client. Using `mg.write()` is the way to generate web content from inside
792 relative to the working path of the CivetWeb process. The web server content
807 These examples show the content of the `mg.request_info` object as the page
808 content. Please refer to `struct mg_request_info` definition in
[all …]
DAPIReference.md30 The content of both structures is not defined in the interface - they are only used as opaque point…
/civetweb-2.7.6/examples/https/
DREADME.md14 Note: I do not take any warranty or liability for this configuration, or for the content of any lin…
/civetweb-2.7.6/src/
Dhandle_form.inl284 /* Store the content to a file */
580 * content (see https://www.ietf.org/rfc/rfc1867.txt,
875 /* Store the content to a file */
932 /* Store the content of the buffer. */
/civetweb-2.7.6/
DRELEASE_NOTES.md260 - Make content length available in request_info

12