/civetweb-2.7.6/src/third_party/duktape-1.8.0/examples/debug-trans-socket/ |
D | duk_trans_socket_unix.c | 69 (void) close(server_sock); in duk_trans_socket_init() 76 (void) close(client_sock); in duk_trans_socket_finish() 80 (void) close(server_sock); in duk_trans_socket_finish() 96 (void) close(client_sock); in duk_trans_socket_waitconn() 121 (void) close(server_sock); in duk_trans_socket_waitconn() 128 (void) close(client_sock); in duk_trans_socket_waitconn() 195 (void) close(client_sock); in duk_trans_socket_read_cb() 249 (void) close(client_sock); in duk_trans_socket_write_cb() 293 (void) close(client_sock); in duk_trans_socket_peek_cb()
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/examples/debug-trans-socket/ |
D | duk_trans_socket_unix.c | 69 (void) close(server_sock); in duk_trans_socket_init() 76 (void) close(client_sock); in duk_trans_socket_finish() 80 (void) close(server_sock); in duk_trans_socket_finish() 96 (void) close(client_sock); in duk_trans_socket_waitconn() 121 (void) close(server_sock); in duk_trans_socket_waitconn() 128 (void) close(client_sock); in duk_trans_socket_waitconn() 195 (void) close(client_sock); in duk_trans_socket_read_cb() 249 (void) close(client_sock); in duk_trans_socket_write_cb() 293 (void) close(client_sock); in duk_trans_socket_peek_cb()
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/examples/eventloop/ |
D | c_eventloop.js | 120 this.close(fd); 147 this.close(fd); 163 EventLoop.close = function(fd) { function 168 Socket.close(fd);
|
D | ecma_eventloop.js | 295 rc = Socket.close(fd); // ignore result 325 rc = Socket.close(fd); // ignore result 347 EventLoop.close = function(fd) { function
|
D | socket.c | 114 (void) close(sock); in socket_create_server_socket() 126 rc = close(sock); in socket_close()
|
D | client-socket-test.js | 17 EventLoop.close(fd);
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/examples/eventloop/ |
D | c_eventloop.js | 120 this.close(fd); 147 this.close(fd); 163 EventLoop.close = function(fd) { function 168 Socket.close(fd);
|
D | ecma_eventloop.js | 295 rc = Socket.close(fd); // ignore result 325 rc = Socket.close(fd); // ignore result 347 EventLoop.close = function(fd) { function
|
D | socket.c | 114 (void) close(sock); in socket_create_server_socket() 126 rc = close(sock); in socket_close()
|
D | client-socket-test.js | 17 EventLoop.close(fd);
|
/civetweb-2.7.6/ci/test/ |
D | civet.lua | 22 s:close() 37 s:close()
|
/civetweb-2.7.6/docs/api/ |
D | mg_close_connection.md | 17 …on()` is used to close a connection which was opened with the [`mg_download()`](mg_download.md) fu…
|
/civetweb-2.7.6/test/ |
D | websocket.lua | 7 f:close() 86 function close(tab) function
|
D | windows.cgi.cmd | 3 echo Connection: close
|
D | echo.lua | 38 function close(tab) function
|
D | ws_status.lua | 102 function close(tab) function
|
D | page.lua | 113 db:close()
|
D | filehandler.lua | 59 f:close()
|
/civetweb-2.7.6/src/third_party/lua-5.1.5/test/ |
D | luac.lua | 7 assert(f:close())
|
/civetweb-2.7.6/ci/test/01_basic/ |
D | basic_spec.lua | 26 :close()
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/debugger/ |
D | duk_debug.js | 581 _this.close(); 780 _this.close(); 816 _this.close(); 821 _this.close(); 826 DebugProtocolParser.prototype.close = function () { method in DebugProtocolParser 1511 this.inputParser.close(); 1519 this.outputParser.close(); 2217 this.inputParser.close();
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/debugger/ |
D | duk_debug.js | 581 _this.close(); 780 _this.close(); 816 _this.close(); 821 _this.close(); 826 DebugProtocolParser.prototype.close = function () { method in DebugProtocolParser 1511 this.inputParser.close(); 1519 this.outputParser.close(); 2217 this.inputParser.close();
|
/civetweb-2.7.6/src/ |
D | mod_lua.inl | 210 return luaL_error(L, "invalid internal state in :close() call"); 212 /* Do not closesocket(*psock); here, close it in __gc */ 215 return luaL_error(L, "invalid :close() call"); 262 return luaL_error(L, "invalid internal state in :close() call"); 273 return luaL_error(L, "invalid :close() call"); 302 static const struct luaL_Reg luasocket_methods[] = {{"close", lsp_sock_close}, 402 /* Third call: close function call */ 539 /* Drop close tag */ 552 /* Not a close tag, continue searching */ 594 "Connection: close\r\n" [all …]
|
/civetweb-2.7.6/resources/ |
D | check_defines.lua | 54 fi:close()
|
/civetweb-2.7.6/test/ajax/ |
D | echo.cgi.old | 68 myFile:close()
|