Searched refs:pkgconf_bytecode_from_buffer (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/pkgconf/tests/api/ |
| H A D | test-bytecode.c | 39 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 D | test-tuple.c | 203 pkgconf_bytecode_from_buffer(&v->bc, &v->bcbuf); in test_tuple_define_variable_overrides_local()
|
| H A D | test-variable.c | 34 pkgconf_bytecode_from_buffer(&v->bc, &v->bcbuf); in seed_variable()
|
| /freebsd/contrib/pkgconf/libpkgconf/ |
| H A D | tuple.c | 204 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 D | bytecode.c | 301 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 D | libpkgconf.h | 348 PKGCONF_API void pkgconf_bytecode_from_buffer(pkgconf_bytecode_t *bc, const pkgconf_buffer_t *buf);
|