Symbol: peek
headers/cpp/iostream.h
195
int peek();
headers/cpp/std/complext.cc
103
if (is.peek () == '(')
headers/private/net/ProtocolUtilities.h
121
status_t BlockingDequeue(bool peek, bigtime_t timeout,
headers/private/net/ProtocolUtilities.h
133
virtual status_t SocketStatus(bool peek) const;
headers/private/net/ProtocolUtilities.h
137
net_buffer* _Dequeue(bool peek);
headers/private/net/ProtocolUtilities.h
224
DECL_DATAGRAM_SOCKET(inline net_buffer*)::Dequeue(bool peek)
headers/private/net/ProtocolUtilities.h
227
return _Dequeue(peek);
headers/private/net/ProtocolUtilities.h
231
DECL_DATAGRAM_SOCKET(inline status_t)::BlockingDequeue(bool peek,
headers/private/net/ProtocolUtilities.h
238
status_t status = SocketStatus(peek);
headers/private/net/ProtocolUtilities.h
240
if (peek)
headers/private/net/ProtocolUtilities.h
252
*_buffer = _Dequeue(peek);
headers/private/net/ProtocolUtilities.h
253
if (peek && waited) {
headers/private/net/ProtocolUtilities.h
297
DECL_DATAGRAM_SOCKET(inline status_t)::SocketStatus(bool peek) const
headers/private/net/ProtocolUtilities.h
299
if (peek)
headers/private/net/ProtocolUtilities.h
324
DECL_DATAGRAM_SOCKET(inline net_buffer*)::_Dequeue(bool peek)
headers/private/net/ProtocolUtilities.h
329
if (peek)
src/add-ons/kernel/network/protocols/unix/UnixFifo.cpp
431
struct sockaddr_storage* address, bigtime_t timeout, bool peek)
src/add-ons/kernel/network/protocols/unix/UnixFifo.cpp
434
find_thread(NULL), this, vecs, vecCount, timeout, peek);
src/add-ons/kernel/network/protocols/unix/UnixFifo.cpp
439
UnixRequest request(vecs, vecCount, NULL, address, peek);
src/add-ons/kernel/network/protocols/unix/UnixFifo.h
140
struct sockaddr_storage* address, bigtime_t timeout, bool peek);
src/add-ons/kernel/network/stack/link.cpp
222
LinkProtocol::SocketStatus(bool peek) const
src/add-ons/kernel/network/stack/link.cpp
227
return LocalDatagramSocket::SocketStatus(peek);
src/add-ons/kernel/network/stack/link.cpp
61
status_t SocketStatus(bool peek) const;