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

  /external/dropbear/
chansession.h 70 struct ChildPid {
session.h 177 struct ChildPid * childpids; /* array of mappings childpid<->channel */
svr-chansession.c 698 * possibly before we got around to adding the childpid. So we fill
858 svr_ses.childpids = (struct ChildPid*)m_realloc(svr_ses.childpids,
859 sizeof(struct ChildPid) * (svr_ses.childpidsize+1));
1010 svr_ses.childpids = (struct ChildPid*)m_malloc(sizeof(struct ChildPid));

Completed in 43 milliseconds