Lines Matching refs:pkgconf_buffer_t
35 pkgconf_bytecode_eval_append_slice(pkgconf_bytecode_eval_ctx_t *ctx, pkgconf_buffer_t *out, const c… in pkgconf_bytecode_eval_append_slice()
56 pkgconf_bytecode_eval_append(pkgconf_bytecode_eval_ctx_t *ctx, pkgconf_buffer_t *out, const char *s) in pkgconf_bytecode_eval_append()
65 …nal(pkgconf_bytecode_eval_ctx_t *ctx, const pkgconf_bytecode_t *bc, pkgconf_buffer_t *out, bool *s…
107 …ar(pkgconf_bytecode_eval_ctx_t *ctx, const char *name, size_t nlen, pkgconf_buffer_t *out, bool *s… in pkgconf_bytecode_eval_var()
135 …nal(pkgconf_bytecode_eval_ctx_t *ctx, const pkgconf_bytecode_t *bc, pkgconf_buffer_t *out, bool *s… in pkgconf_bytecode_eval_internal()
235 … *client, const pkgconf_list_t *vars, const pkgconf_bytecode_t *bc, pkgconf_buffer_t *out, bool *s… in pkgconf_bytecode_eval()
257 pkgconf_bytecode_emit(pkgconf_buffer_t *buf, enum pkgconf_bytecode_op tag, const void *data, uint32… in pkgconf_bytecode_emit()
277 pkgconf_bytecode_emit_text(pkgconf_buffer_t *buf, const char *p, size_t n) in pkgconf_bytecode_emit_text()
286 pkgconf_bytecode_emit_var(pkgconf_buffer_t *buf, const char *name, size_t nlen) in pkgconf_bytecode_emit_var()
295 pkgconf_bytecode_emit_sysroot(pkgconf_buffer_t *buf) in pkgconf_bytecode_emit_sysroot()
301 pkgconf_bytecode_from_buffer(pkgconf_bytecode_t *bc, const pkgconf_buffer_t *buf) in pkgconf_bytecode_from_buffer()
308 pkgconf_bytecode_compile(pkgconf_buffer_t *out, const char *value) in pkgconf_bytecode_compile()
402 …t *client, const pkgconf_list_t *vars, const char *input, bool *saw_sysroot, pkgconf_buffer_t *out) in pkgconf_bytecode_eval_str_to_buf()
404 pkgconf_buffer_t bcbuf = PKGCONF_BUFFER_INITIALIZER; in pkgconf_bytecode_eval_str_to_buf()
426 pkgconf_buffer_t out = PKGCONF_BUFFER_INITIALIZER; in pkgconf_bytecode_eval_str()
447 pkgconf_bytecode_references_var(const pkgconf_buffer_t *buf, const char *key) in pkgconf_bytecode_references_var()
496 pkgconf_bytecode_append_stream(pkgconf_buffer_t *dst, const pkgconf_buffer_t *bcbuf) in pkgconf_bytecode_append_stream()
505 …conf_bytecode_rewrite_selfrefs(pkgconf_buffer_t *out, const pkgconf_buffer_t *rhs, const char *key… in pkgconf_bytecode_rewrite_selfrefs()