OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:output_handler_
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_node_tty.h
58
struct tioc_nacl_output
output_handler_
;
member in class:nacl_io::MountNodeTty
59
// Lock to protect
output_handler_
. This lock gets aquired whenever
60
//
output_handler_
is used or set.
mount_node_tty.cc
42
output_handler_
.handler = NULL;
89
if (
output_handler_
.handler == NULL)
92
int rtn =
output_handler_
.handler(static_cast<const char*>(buf),
94
output_handler_
.user_data);
242
output_handler_
.handler = NULL;
245
if (
output_handler_
.handler != NULL)
247
output_handler_
= *arg;
/external/chromium/third_party/libjingle/source/talk/xmpp/
xmppengineimpl.cc
72
output_handler_
(NULL),
91
output_handler_
= output_handler;
446
if (
output_handler_
) {
447
output_handler_
->StartTls(
469
if (engine->
output_handler_
&& flushing) {
472
engine->
output_handler_
->WriteOutput(output.c_str(), output.length());
476
engine->
output_handler_
->CloseConnection();
477
engine->
output_handler_
= 0;
xmppengineimpl.h
261
XmppOutputHandler*
output_handler_
;
member in class:buzz::XmppEngineImpl
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppengineimpl.cc
63
output_handler_
(NULL),
86
output_handler_
= output_handler;
408
if (
output_handler_
) {
413
output_handler_
->StartTls(
435
if (engine->
output_handler_
&& flushing) {
438
engine->
output_handler_
->WriteOutput(output.c_str(), output.length());
442
engine->
output_handler_
->CloseConnection();
443
engine->
output_handler_
= 0;
xmppengineimpl.h
266
XmppOutputHandler*
output_handler_
;
member in class:buzz::XmppEngineImpl
Completed in 1776 milliseconds