Lines Matching defs:callback
95 void (*callback)(void *, int success);
442 int (*callback)(void *callback_context,
478 r = callback(callback_context, e.old_chunk, e.new_chunk);
487 int (*callback)(void *callback_context, chunk_t old,
537 r = insert_exceptions(ps, area, callback, callback_context,
605 int (*callback)(void *callback_context,
664 r = read_exceptions(ps, callback, callback_context);
694 void (*callback) (void *, int success),
710 * Add the callback to the back of the array. This code
711 * is the only place where the callback array is
716 cb->callback = callback;
752 cb->callback(cb->context, ps->valid);