Lines Matching defs:buf
29 static struct wpabuf_trace * wpabuf_get_trace(const struct wpabuf *buf) in wpabuf_get_trace()
37 static void wpabuf_overflow(const struct wpabuf *buf, size_t len) in wpabuf_overflow()
54 struct wpabuf *buf = *_buf; in wpabuf_resize() local
122 struct wpabuf *buf; in wpabuf_alloc() local
143 struct wpabuf *buf; in wpabuf_alloc_ext_data() local
165 struct wpabuf *buf = wpabuf_alloc(len); in wpabuf_alloc_copy() local
174 struct wpabuf *buf = wpabuf_alloc(wpabuf_len(src)); in wpabuf_dup() local
185 void wpabuf_free(struct wpabuf *buf) in wpabuf_free()
210 void wpabuf_clear_free(struct wpabuf *buf) in wpabuf_clear_free()
219 void * wpabuf_put(struct wpabuf *buf, size_t len) in wpabuf_put()
279 struct wpabuf * wpabuf_zeropad(struct wpabuf *buf, size_t len) in wpabuf_zeropad()
301 void wpabuf_printf(struct wpabuf *buf, const char *fmt, ...) in wpabuf_printf()