Lines Matching refs:connection
34 * @brief Accept new posix-socket connection.
62 * @brief Initialize connection with unix-socket.
65 * Note that this mode supports only a single connection,
67 * @param socketfd connection socket file descriptor, must be correctly opened before calling the method.
73 * @brief Accept new unix-socket connection.
86 * @brief Set callback for calling after accepted new connection.
92 * @brief Close server endpoint and connection sockets.
130 * @param connection previously loaded connection state.
131 * @returns updated connection state.
133 ConnectionState WaitConnectingStateEnds(ConnectionState connection);
143 // Callbacks used during different stages of connection lifecycle.
145 // and used to indicate whether the incoming connection should be accepted.