Home
last modified time | relevance | path

Searched refs:close (Results 1 – 25 of 46) sorted by relevance

12

/civetweb-2.7.6/src/third_party/duktape-1.8.0/examples/debug-trans-socket/
Dduk_trans_socket_unix.c69 (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/
Dduk_trans_socket_unix.c69 (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/
Dc_eventloop.js120 this.close(fd);
147 this.close(fd);
163 EventLoop.close = function(fd) { function
168 Socket.close(fd);
Decma_eventloop.js295 rc = Socket.close(fd); // ignore result
325 rc = Socket.close(fd); // ignore result
347 EventLoop.close = function(fd) { function
Dsocket.c114 (void) close(sock); in socket_create_server_socket()
126 rc = close(sock); in socket_close()
Dclient-socket-test.js17 EventLoop.close(fd);
/civetweb-2.7.6/src/third_party/duktape-1.8.0/examples/eventloop/
Dc_eventloop.js120 this.close(fd);
147 this.close(fd);
163 EventLoop.close = function(fd) { function
168 Socket.close(fd);
Decma_eventloop.js295 rc = Socket.close(fd); // ignore result
325 rc = Socket.close(fd); // ignore result
347 EventLoop.close = function(fd) { function
Dsocket.c114 (void) close(sock); in socket_create_server_socket()
126 rc = close(sock); in socket_close()
Dclient-socket-test.js17 EventLoop.close(fd);
/civetweb-2.7.6/ci/test/
Dcivet.lua22 s:close()
37 s:close()
/civetweb-2.7.6/docs/api/
Dmg_close_connection.md17 …on()` is used to close a connection which was opened with the [`mg_download()`](mg_download.md) fu…
/civetweb-2.7.6/test/
Dwebsocket.lua7 f:close()
86 function close(tab) function
Dwindows.cgi.cmd3 echo Connection: close
Decho.lua38 function close(tab) function
Dws_status.lua102 function close(tab) function
Dpage.lua113 db:close()
Dfilehandler.lua59 f:close()
/civetweb-2.7.6/src/third_party/lua-5.1.5/test/
Dluac.lua7 assert(f:close())
/civetweb-2.7.6/ci/test/01_basic/
Dbasic_spec.lua26 :close()
/civetweb-2.7.6/src/third_party/duktape-1.8.0/debugger/
Dduk_debug.js581 _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/
Dduk_debug.js581 _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/
Dmod_lua.inl210 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/
Dcheck_defines.lua54 fi:close()
/civetweb-2.7.6/test/ajax/
Decho.cgi.old68 myFile:close()

12