Home
last modified time | relevance | path

Searched refs:address (Results 1 – 22 of 22) sorted by relevance

/civetweb-2.7.6/src/third_party/duktape-1.5.2/examples/eventloop/
Dc_eventloop.js151 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);
Decma_eventloop.js337 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/
Dc_eventloop.js151 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);
Decma_eventloop.js337 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/
Dmg_download.md9 |**`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…
Dmg_request_info.md16 …e addr`**|`char[48]`| The IP address of the remote client as a string. This can either represent a…
Dmg_client_options.md9 |**`host`**|`const char *`|The hostname or IP address to connect to|
Dmg_connect_client.md9 |**`host`**|`const char *`|hostname or IP address of the server|
Dmg_read.md21 …onnection. The data is handled as binary and is stored in a buffer whose address has been provided…
Dmg_connect_websocket_client.md9 |**`host`**|`const char *`|The hostname or IP address of the server|
/civetweb-2.7.6/src/
Dmod_zlib.inl24 zfree(void *opaque, void *address) argument
29 mg_free(address);
Dsha1.inl50 3- Changed email address from steve@edmweb.com to sreid@sea-to-sky.net
Dhandle_form.inl866 /* If the boundary is already in the buffer, get the address,
Dmod_lua.inl2465 /* File content is now memory mapped. Get mapping address */
/civetweb-2.7.6/src/third_party/duktape-1.5.2/
DAUTHORS.rst15 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/
DAUTHORS.rst15 Please include an e-mail address, a link to your GitHub profile, or something
/civetweb-2.7.6/
DCMakeLists.txt103 # 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/
DUserManual.md149 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/
Dduk_config.h-modular-dll1880 * address space. If DUK_SIZE_MAX is a typecast value (which is necessary
Dduk_config.h-modular-static1880 * 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/
Dduk_config.h-modular-dll1880 * address space. If DUK_SIZE_MAX is a typecast value (which is necessary
Dduk_config.h-modular-static1880 * address space. If DUK_SIZE_MAX is a typecast value (which is necessary