Home | History | Annotate | Download | only in base

Lines Matching full:tmp_sockets

31   SyncSocket* tmp_sockets[2] = { NULL, NULL };
37 tmp_sockets[0] = new SyncSocket(kInvalidHandle);
38 if (tmp_sockets[0] == NULL) {
41 tmp_sockets[1] = new SyncSocket(kInvalidHandle);
42 if (tmp_sockets[1] == NULL) {
59 tmp_sockets[0]->handle_ = handles[0];
60 pair[0] = tmp_sockets[0];
61 tmp_sockets[1]->handle_ = handles[1];
62 pair[1] = tmp_sockets[1];
74 delete tmp_sockets[0];
75 delete tmp_sockets[1];