Home
last modified time | relevance | path

Searched refs:pkgconf_bytecode_from_buffer (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/pkgconf/tests/api/
H A Dtest-bytecode.c39 pkgconf_bytecode_from_buffer(&v->bc, &v->bcbuf); in seed_variable()
52 pkgconf_bytecode_from_buffer(&bc, &bcbuf); in test_emit_text_and_eval()
92 pkgconf_bytecode_from_buffer(&bc, &bcbuf); in test_emit_var_and_eval()
117 pkgconf_bytecode_from_buffer(&bc, &bcbuf); in test_emit_sysroot_and_eval()
375 pkgconf_bytecode_from_buffer(&bc, &rewritten); in test_rewrite_selfrefs()
409 pkgconf_bytecode_from_buffer(&bc, &rewritten); in test_rewrite_selfrefs_no_match()
590 pkgconf_bytecode_from_buffer(&v->bc, &v->bcbuf); in test_compile_eval_roundtrip()
H A Dtest-tuple.c203 pkgconf_bytecode_from_buffer(&v->bc, &v->bcbuf); in test_tuple_define_variable_overrides_local()
H A Dtest-variable.c34 pkgconf_bytecode_from_buffer(&v->bc, &v->bcbuf); in seed_variable()
/freebsd/contrib/pkgconf/libpkgconf/
H A Dtuple.c204 pkgconf_bytecode_from_buffer(&v->bc, &v->bcbuf); in pkgconf_tuple_add()
239 pkgconf_bytecode_from_buffer(&v->bc, &v->bcbuf); in pkgconf_tuple_add()
H A Dbytecode.c301 pkgconf_bytecode_from_buffer(pkgconf_bytecode_t *bc, const pkgconf_buffer_t *buf) in pkgconf_bytecode_from_buffer() function
414 pkgconf_bytecode_from_buffer(&bc, &bcbuf); in pkgconf_bytecode_eval_str_to_buf()
H A Dlibpkgconf.h348 PKGCONF_API void pkgconf_bytecode_from_buffer(pkgconf_bytecode_t *bc, const pkgconf_buffer_t *buf);