Home
last modified time | relevance | path

Searched defs:listen (Results 1 – 25 of 49) sorted by relevance

12

/third_party/musl/src/network/
Dlisten.c4 int listen(int fd, int backlog) in listen() function
/third_party/typescript/tests/cases/compiler/
DdeclaredExternalModule.ts13 listen: (port: number) => void; property
DexportAssignmentWithPrivacyError.ts7 listen: (port: number) => void; property
DdeclaredExternalModuleWithExportAssignment.ts8 listen: (port: number) => void; property
DdeclarationMapsWithoutDeclaration.ts8 listen: (port: number) => void; property
DdeclFileExportAssignmentImportInternalModule.ts10 listen: (port: number) => void; property
DmultipleExportAssignments.ts7 listen: (port: number) => void; property
DdeclareFileExportAssignment.ts9 listen: (port: number) => void; property
DdeclarationMaps.ts9 listen: (port: number) => void; property
DexportAssignmentWithImportStatementPrivacyError.ts8 listen: (port: number) => void; property
DdeclareFileExportAssignmentWithVarFromVariableStatement.ts9 listen: (port: number) => void; property
DdeclFileImportModuleWithExportAssignment.ts11 listen: (port: number) => void; property
/third_party/node/lib/internal/cluster/
Dchild.js142 function listen(backlog) { function
175 const handle = { close, listen, ref: noop, unref: noop }; property
/third_party/skia/third_party/externals/swiftshader/src/System/
DSocket.cpp66 void Socket::listen(int backlog) in listen() function in sw::Socket
/third_party/skia/third_party/externals/swiftshader/src/Common/
DSocket.cpp65 void Socket::listen(int backlog) in listen() function in sw::Socket
/third_party/ffmpeg/libavformat/
Dtls.h34 int listen; member
Dunix.c39 int listen; member
Dtcp.c38 int listen; member
/third_party/node/doc/api/
Dnet.md366 #### `server.listen(handle[, backlog][, callback])`
385 #### `server.listen(options[, callback])`
440 #### `server.listen(path[, backlog][, callback])`
453 #### `server.listen([port[, host[, backlog]]][, callback])`
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeSocket.cpp96 void Socket::listen (const SocketAddress& address) in listen() function in de::Socket
/third_party/node/deps/npm/test/
Dfake-registry.js64 listen (cb) { method in FakeRegistry
/third_party/ffmpeg/libavfilter/
Daf_aexciter.c46 int listen; member
182 const double listen = 1.0 - s->listen; in filter_frame() local
/third_party/typescript/src/typingsInstaller/
DnodeTypingsInstaller.ts133 listen() { method in ts.server.typingsInstaller.NodeTypingsInstaller
/third_party/lwip/src/include/lwip/priv/
Daltcp_priv.h102 altcp_listen_fn listen; member
/third_party/rust/crates/rustix/src/net/
Dsocket.rs299 pub fn listen<Fd: AsFd>(sockfd: Fd, backlog: i32) -> io::Result<()> { in listen() function

12