Lines Matching refs:pkgconf_buffer_t

39 buffer_debug(pkgconf_buffer_t *buffer)
62 pkgconf_buffer_append(pkgconf_buffer_t *buffer, const char *text) in pkgconf_buffer_append()
94 pkgconf_buffer_append_slice(pkgconf_buffer_t *buf, const char *p, size_t n) in pkgconf_buffer_append_slice()
121 pkgconf_buffer_append_vfmt(pkgconf_buffer_t *buffer, const char *fmt, va_list src_va) in pkgconf_buffer_append_vfmt()
158 pkgconf_buffer_append_fmt(pkgconf_buffer_t *buffer, const char *fmt, ...) in pkgconf_buffer_append_fmt()
182 pkgconf_buffer_prepend(pkgconf_buffer_t *buffer, const char *text) in pkgconf_buffer_prepend()
184 pkgconf_buffer_t tmpbuf = PKGCONF_BUFFER_INITIALIZER; in pkgconf_buffer_prepend()
215 pkgconf_buffer_push_byte(pkgconf_buffer_t *buffer, char byte) in pkgconf_buffer_push_byte()
243 pkgconf_buffer_trim_byte(pkgconf_buffer_t *buffer) in pkgconf_buffer_trim_byte()
273 pkgconf_buffer_finalize(pkgconf_buffer_t *buffer) in pkgconf_buffer_finalize()
293 pkgconf_buffer_fputs(pkgconf_buffer_t *buffer, FILE *out) in pkgconf_buffer_fputs()
321 pkgconf_buffer_vjoin(pkgconf_buffer_t *buffer, char delim, va_list src_va) in pkgconf_buffer_vjoin()
364 pkgconf_buffer_join(pkgconf_buffer_t *buffer, int delim, ...) in pkgconf_buffer_join()
387 pkgconf_buffer_has_prefix(const pkgconf_buffer_t *haystack, const pkgconf_buffer_t *prefix) in pkgconf_buffer_has_prefix()
407 pkgconf_buffer_contains(const pkgconf_buffer_t *haystack, const pkgconf_buffer_t *needle) in pkgconf_buffer_contains()
428 pkgconf_buffer_contains_byte(const pkgconf_buffer_t *haystack, char needle) in pkgconf_buffer_contains_byte()
446 pkgconf_buffer_match(const pkgconf_buffer_t *haystack, const pkgconf_buffer_t *needle) in pkgconf_buffer_match()
472 pkgconf_buffer_subst(pkgconf_buffer_t *dest, const pkgconf_buffer_t *src, const char *pattern, cons… in pkgconf_buffer_subst()
524 pkgconf_buffer_escape(pkgconf_buffer_t *dest, const pkgconf_buffer_t *src, const pkgconf_span_t *sp… in pkgconf_buffer_escape()