/civetweb-2.7.6/src/third_party/duktape-1.5.2/examples/eventloop/ |
D | c_eventloop.js | 151 EventLoop.server = function(address, port, cb_accepted) { argument 152 var fd = Socket.createServerSocket(address, port); 157 EventLoop.connect = function(address, port, cb_connected) { argument 158 var fd = Socket.connect(address, port);
|
D | ecma_eventloop.js | 337 EventLoop.server = function(address, port, cb_accepted) { argument 338 var fd = Socket.createServerSocket(address, port); 342 EventLoop.connect = function(address, port, cb_connected) { argument 343 var fd = Socket.connect(address, port);
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/examples/eventloop/ |
D | c_eventloop.js | 151 EventLoop.server = function(address, port, cb_accepted) { argument 152 var fd = Socket.createServerSocket(address, port); 157 EventLoop.connect = function(address, port, cb_connected) { argument 158 var fd = Socket.connect(address, port);
|
D | ecma_eventloop.js | 337 EventLoop.server = function(address, port, cb_accepted) { argument 338 var fd = Socket.createServerSocket(address, port); 342 EventLoop.connect = function(address, port, cb_connected) { argument 343 var fd = Socket.connect(address, port);
|
/civetweb-2.7.6/docs/api/ |
D | mg_download.md | 9 |**`host`**|`const char *`|The hostname or IP address of the server| 25 …nload data from a remote webserver. The server address can either be specified as a hostname or IP…
|
D | mg_request_info.md | 16 …e addr`**|`char[48]`| The IP address of the remote client as a string. This can either represent a…
|
D | mg_client_options.md | 9 |**`host`**|`const char *`|The hostname or IP address to connect to|
|
D | mg_connect_client.md | 9 |**`host`**|`const char *`|hostname or IP address of the server|
|
D | mg_read.md | 21 …onnection. The data is handled as binary and is stored in a buffer whose address has been provided…
|
D | mg_connect_websocket_client.md | 9 |**`host`**|`const char *`|The hostname or IP address of the server|
|
/civetweb-2.7.6/src/ |
D | mod_zlib.inl | 24 zfree(void *opaque, void *address) argument 29 mg_free(address);
|
D | sha1.inl | 50 3- Changed email address from steve@edmweb.com to sreid@sea-to-sky.net
|
D | handle_form.inl | 866 /* If the boundary is already in the buffer, get the address,
|
D | mod_lua.inl | 2465 /* File content is now memory mapped. Get mapping address */
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/ |
D | AUTHORS.rst | 15 Please include an e-mail address, a link to your GitHub profile, or something
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/ |
D | AUTHORS.rst | 15 Please include an e-mail address, a link to your GitHub profile, or something
|
/civetweb-2.7.6/ |
D | CMakeLists.txt | 103 # ASAN in debug mode (-fsanitize=address, etc) 315 add_c_compiler_flag(-fsanitize=address DEBUG) 386 add_cxx_compiler_flag(-fsanitize=address DEBUG)
|
/civetweb-2.7.6/docs/ |
D | UserManual.md | 149 this means to deny only that single IP address. 436 It is possible to specify an IP address to bind to. In this case, 437 an IP address and a colon must be pre-pended to the port number. 471 environment - in some cases, you might need to resort to a fixed IP address. 846 .remote_addr -- IP address of the client as string 867 local host = 'www.example.com' -- IP address or domain name
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/config/ |
D | duk_config.h-modular-dll | 1880 * address space. If DUK_SIZE_MAX is a typecast value (which is necessary
|
D | duk_config.h-modular-static | 1880 * address space. If DUK_SIZE_MAX is a typecast value (which is necessary
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/config/ |
D | duk_config.h-modular-dll | 1880 * address space. If DUK_SIZE_MAX is a typecast value (which is necessary
|
D | duk_config.h-modular-static | 1880 * address space. If DUK_SIZE_MAX is a typecast value (which is necessary
|