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

  /external/openssh/
channels.h 75 channel_confirm_abandon_cb *abandon_cb; member in struct:channel_confirm
channels.c 415 if (cc->abandon_cb != NULL)
416 cc->abandon_cb(c, cc->ctx);
688 channel_confirm_abandon_cb *abandon_cb, void *ctx)
698 cc->abandon_cb = abandon_cb;
    [all...]

Completed in 714 milliseconds