OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CreateT
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
win32socketserver.cc
246
bool Win32Socket::
CreateT
(int type) {
329
if ((socket_ == INVALID_SOCKET) && !
CreateT
(SOCK_STREAM))
716
if (socket->
CreateT
(type)) {
/external/chromium_org/third_party/libjingle/source/talk/base/
win32socketserver.cc
252
bool Win32Socket::
CreateT
(int family, int type) {
370
if ((socket_ == INVALID_SOCKET) && !
CreateT
(addr.family(), SOCK_STREAM)) {
763
if (socket->
CreateT
(family, type)) {
Completed in 200 milliseconds