HomeSort by relevance Sort by last modified time
    Searched refs:abandon_cb (Results 1 - 2 of 2) sorted by null

  /external/openssh/
channels.h 80 channel_confirm_abandon_cb *abandon_cb; member in struct:channel_confirm
channels.c 433 if (cc->abandon_cb != NULL)
434 cc->abandon_cb(c, cc->ctx);
717 channel_confirm_abandon_cb *abandon_cb, void *ctx)
727 cc->abandon_cb = abandon_cb;
    [all...]

Completed in 57 milliseconds