Lines Matching refs:pkgconf_bytecode_compile
38 pkgconf_bytecode_compile(&v->bcbuf, value); in seed_variable()
153 TEST_ASSERT_FALSE(pkgconf_bytecode_compile(NULL, "x")); in test_compile_null_args()
154 TEST_ASSERT_FALSE(pkgconf_bytecode_compile(&out, NULL)); in test_compile_null_args()
334 pkgconf_bytecode_compile(&bcbuf, "-I${includedir} -L${libdir}"); in test_references_var()
351 pkgconf_bytecode_compile(&bcbuf, "just plain text"); in test_references_var_text_only()
366 pkgconf_bytecode_compile(&prev, "old"); in test_rewrite_selfrefs()
369 pkgconf_bytecode_compile(&rhs, "${foo} new"); in test_rewrite_selfrefs()
397 pkgconf_bytecode_compile(&prev, "PREV"); in test_rewrite_selfrefs_no_match()
400 pkgconf_bytecode_compile(&rhs, "${other} tail"); in test_rewrite_selfrefs_no_match()
568 pkgconf_bytecode_compile(&bc, "hello ${world}"); in test_compile_produces_nonempty_buffer()
589 pkgconf_bytecode_compile(&v->bcbuf, "hello ${name}"); in test_compile_eval_roundtrip()