Home
last modified time | relevance | path

Searched defs:rl (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dresource.c116 struct rlimit rl; in resource_getrlimit() local
146 struct rlimit rl; in resource_setrlimit() local
/device/google/cuttlefish/host/frontend/gcastv2/https/
DBufferedSocket.cpp22 BufferedSocket::BufferedSocket(std::shared_ptr<RunLoop> rl, int sock) in BufferedSocket()
DSSLSocket.cpp43 std::shared_ptr<RunLoop> rl, Mode mode, int sock, uint32_t flags) in SSLSocket()
84 std::shared_ptr<RunLoop> rl, in SSLSocket()
99 std::shared_ptr<RunLoop> rl, in SSLSocket()
DPlainSocket.cpp21 PlainSocket::PlainSocket(std::shared_ptr<RunLoop> rl, int sock) in PlainSocket()
DServerSocket.cpp112 int ServerSocket::run(std::shared_ptr<RunLoop> rl) { in run()
DClientSocket.cpp29 std::shared_ptr<RunLoop> rl, in ClientSocket()
DHTTPClientConnection.cpp37 std::shared_ptr<RunLoop> rl, in HTTPClientConnection()