Lines Matching refs:call

33 \item \texttt{PICO$\_$SOCK$\_$EV$\_$WR} - triggered when ready to write to the socket. Issuing a write/send call will now succeed if the buffer has enough space to allocate new outstanding data.
34 \item \texttt{PICO$\_$SOCK$\_$EV$\_$CONN} - triggered when connection is established (TCP only). This event is received either after a successful call to \texttt{pico$\_$socket$\_$connect} to indicate that the connection has been established, or on a listening socket, indicating that a call to \texttt{pico$\_$socket$\_$accept} may now be issued in order to accept the incoming connection from a remote host.
41 On success, this call returns a pointer to the declared socket (\texttt{struct pico$\_$socket *}).
75 On success, this call returns an integer representing the number of bytes read.
112 On success, this call returns an integer representing the number of bytes written to the socket.
157 On success, this call returns an integer representing the number of bytes written to the socket.
200 On success, this call returns an integer representing the number of bytes read from the socket. On success, if \texttt{orig}
259 On success, this call returns an integer representing the number of bytes written to the socket.
302 On success, this call returns an integer representing the number of bytes read from the socket. On success, if \texttt{orig}
348 On success, this call returns an integer representing the number of bytes written to
385 On success, this call returns an integer representing the number of bytes read
420 On success, this call returns 0 after a succesfull bind.
456 On success, this call returns 0 and populates the three fields {local$\_$addr} \texttt{port} and \texttt{proto} accordingly.
496 On success, this call returns 0 and populates the three fields {local$\_$addr} \texttt{port} and \texttt{proto} accordingly.
537 On success, this call returns 0 after a succesfull connect.
571 On success, this call returns 0 after a succesfull listen start.
606 On success, this call returns the pointer to a \texttt{struct pico$\_$socket} that
642 On success, this call returns 0 after a succesfull socket shutdown.
672 On success, this call returns 0 after a succesfull socket shutdown.
725 On success, this call returns 0 after a succesfull setting of socket option.
782 On success, this call returns 0 after a succesfull getting of socket option. The value of