Home
last modified time | relevance | path

Searched refs:eof_callback (Results 1 – 2 of 2) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dcli.c48 pa_cli_eof_cb_t eof_callback; member
116 else if (c->eof_callback) in client_kill()
117 c->eof_callback(c, c->userdata); in client_kill()
131 if (c->eof_callback) in line_callback()
132 c->eof_callback(c, c->userdata); in line_callback()
159 if (c->eof_callback) in line_callback()
160 c->eof_callback(c, c->userdata); in line_callback()
168 c->eof_callback = cb; in pa_cli_set_eof_callback()
/third_party/python/Lib/idlelib/
Dpyshell.py920 text.bind("<<end-of-file>>", self.eof_callback)
1230 def eof_callback(self, event): member in PyShell