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

  /external/kmod/shared/
strbuf.c 31 static bool buf_grow(struct strbuf *buf, size_t newsize) function
79 if (!buf_grow(buf, buf->used + 1))
87 if (!buf_grow(buf, buf->used + 1))
103 if (!buf_grow(buf, buf->used + len))
  /external/syslinux/gpxe/src/crypto/axtls/
crypto.h 286 void buf_grow(BUF_MEM *bm, int len);

Completed in 590 milliseconds