Searched refs:jo_exit_cb (Results 1 – 2 of 2) sorted by relevance
97 if (opt->jo_exit_cb.cb_partial != NULL) in free_job_options()98 partial_unref(opt->jo_exit_cb.cb_partial); in free_job_options()99 else if (opt->jo_exit_cb.cb_name != NULL) in free_job_options()100 func_unref(opt->jo_exit_cb.cb_name); in free_job_options()355 opt->jo_exit_cb = get_callback(item); in get_job_options()356 if (opt->jo_exit_cb.cb_name == NULL) in get_job_options()1186 if (opt->jo_exit_cb.cb_name == NULL || *opt->jo_exit_cb.cb_name == NUL) in job_set_options()1192 copy_callback(&job->jv_exit_cb, &opt->jo_exit_cb); in job_set_options()
2398 callback_T jo_exit_cb; member