/civetweb-2.7.6/docs/ |
D | APIReference.md | 106 * [`mg_get_cookie( cookie, var_name, buf, buf_len );`](api/mg_get_cookie.md) 132 * [`mg_get_system_info( buffer, buf_len );`](api/mg_get_system_info.md) 133 * [`mg_get_context_info( ctx, buffer, buf_len );`](api/mg_get_context_info.md) 134 * [`mg_get_connection_info( ctx, idx, buffer, buf_len );`](api/mg_get_connection_info.md)
|
/civetweb-2.7.6/docs/api/ |
D | mg_get_cookie.md | 3 ### `mg_get_cookie( cookie, var_name, buf, buf_len );` 12 |**`buf_len`**|`size_t`|The length of the cookie buffer, including the terminating NUL|
|
D | mg_set_websocket_handler.md | 19 `int mg_websocket_data_handler( struct mg_connection *conn, int opcode, char * buf, size_t buf_len,…
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/ |
D | duk_bi_json.c | 1503 …AL void duk__enc_buffer_data(duk_json_enc_ctx *js_ctx, duk_uint8_t *buf_data, duk_size_t buf_len) { argument 1524 space = 9 + buf_len * 2 + 2; 1526 DUK_ASSERT((space - 2) / 2 >= buf_len); /* overflow not possible, buffer limits */ 1535 q = duk__enc_buffer_data_hex(buf_data, buf_len, q); 1548 q = duk__enc_buffer_data_hex(buf_data, buf_len, q);
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/ |
D | duk_bi_json.c | 1503 …AL void duk__enc_buffer_data(duk_json_enc_ctx *js_ctx, duk_uint8_t *buf_data, duk_size_t buf_len) { argument 1524 space = 9 + buf_len * 2 + 2; 1526 DUK_ASSERT((space - 2) / 2 >= buf_len); /* overflow not possible, buffer limits */ 1535 q = duk__enc_buffer_data_hex(buf_data, buf_len, q); 1548 q = duk__enc_buffer_data_hex(buf_data, buf_len, q);
|
/civetweb-2.7.6/include/ |
D | civetweb.h | 1135 size_t buf_len);
|
/civetweb-2.7.6/src/ |
D | handle_form.inl | 153 size_t buf_len, argument 159 int clen = (int)buf_len - (int)boundary_len - 4;
|
D | civetweb.c | 3659 gmt_time_string(char *buf, size_t buf_len, time_t *t) argument 3673 strftime(buf, buf_len, "%a, %d %b %Y %H:%M:%S GMT", tm); 3675 mg_strlcpy(buf, "Thu, 01 Jan 1970 00:00:00 GMT", buf_len); 3676 buf[buf_len - 1] = '\0'; 9627 construct_etag(char *buf, size_t buf_len, const struct mg_file_stat *filestat) argument 9633 buf_len,
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/ |
D | duktape.c | 30336 …AL void duk__enc_buffer_data(duk_json_enc_ctx *js_ctx, duk_uint8_t *buf_data, duk_size_t buf_len) { argument 30357 space = 9 + buf_len * 2 + 2; 30359 DUK_ASSERT((space - 2) / 2 >= buf_len); /* overflow not possible, buffer limits */ 30368 q = duk__enc_buffer_data_hex(buf_data, buf_len, q); 30381 q = duk__enc_buffer_data_hex(buf_data, buf_len, q);
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/ |
D | duktape.c | 30611 …AL void duk__enc_buffer_data(duk_json_enc_ctx *js_ctx, duk_uint8_t *buf_data, duk_size_t buf_len) { argument 30632 space = 9 + buf_len * 2 + 2; 30634 DUK_ASSERT((space - 2) / 2 >= buf_len); /* overflow not possible, buffer limits */ 30643 q = duk__enc_buffer_data_hex(buf_data, buf_len, q); 30656 q = duk__enc_buffer_data_hex(buf_data, buf_len, q);
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/ |
D | duktape.c | 30404 …AL void duk__enc_buffer_data(duk_json_enc_ctx *js_ctx, duk_uint8_t *buf_data, duk_size_t buf_len) { argument 30425 space = 9 + buf_len * 2 + 2; 30427 DUK_ASSERT((space - 2) / 2 >= buf_len); /* overflow not possible, buffer limits */ 30436 q = duk__enc_buffer_data_hex(buf_data, buf_len, q); 30449 q = duk__enc_buffer_data_hex(buf_data, buf_len, q);
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/ |
D | duktape.c | 30543 …AL void duk__enc_buffer_data(duk_json_enc_ctx *js_ctx, duk_uint8_t *buf_data, duk_size_t buf_len) { argument 30564 space = 9 + buf_len * 2 + 2; 30566 DUK_ASSERT((space - 2) / 2 >= buf_len); /* overflow not possible, buffer limits */ 30575 q = duk__enc_buffer_data_hex(buf_data, buf_len, q); 30588 q = duk__enc_buffer_data_hex(buf_data, buf_len, q);
|