Home | History | Annotate | Download | only in common

Lines Matching defs:callback_baton

74     void *callback_baton;                       // The callback baton for the callback function
85 void *callback_baton,
95 info_ptr->callback_baton = callback_baton;
147 void * const callback_baton = info->callback_baton;
233 callback_return = callback (callback_baton, wait_pid, exited, signal, exit_status);
1344 MonitorShellCommand (void *callback_baton,
1350 ShellInfo *shell_info = (ShellInfo *)callback_baton;