Searched refs:ibuf_open (Results 1 – 3 of 3) sorted by relevance
156 if ((m.buf = ibuf_open(datalen)) == NULL) in imsg_get()305 if ((hdrbuf = ibuf_open(IMSG_HEADER_SIZE)) == NULL) in imsg_compose_ibuf()
82 struct ibuf *ibuf_open(size_t);
54 ibuf_open(size_t len) in ibuf_open() function