OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateT
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/base/
win32socketserver.h
35
bool
CreateT
(int family, int type);
win32socketserver.cc
238
bool Win32Socket::
CreateT
(int family, int type) {
356
if ((socket_ == INVALID_SOCKET) && !
CreateT
(addr.family(), SOCK_STREAM)) {
749
if (socket->
CreateT
(family, type)) {
/external/webrtc/webrtc/examples/peerconnection/client/
peer_connection_client.cc
35
sock->
CreateT
(family, SOCK_STREAM);
Completed in 158 milliseconds