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

  /external/openssh/
sshbuf.c 39 (buf->dont_free && (buf->readonly || buf->parent != NULL)) ||
141 ret->dont_free = 1;
150 int dont_free = 0; local
178 dont_free = buf->dont_free;
184 if (!dont_free)
sshbuf.h 48 int dont_free; /* Kludge to support sshbuf_init */ member in struct:sshbuf

Completed in 569 milliseconds