Searched refs:pkgconf_bytecode_t (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/pkgconf/libpkgconf/ |
| H A D | bytecode.c | 65 pkgconf_bytecode_eval_internal(pkgconf_bytecode_eval_ctx_t *ctx, const pkgconf_bytecode_t *bc, pkgc… 135 pkgconf_bytecode_eval_internal(pkgconf_bytecode_eval_ctx_t *ctx, const pkgconf_bytecode_t *bc, pkgc… in pkgconf_bytecode_eval_internal() 235 …(const pkgconf_client_t *client, const pkgconf_list_t *vars, const pkgconf_bytecode_t *bc, pkgconf… in pkgconf_bytecode_eval() 301 pkgconf_bytecode_from_buffer(pkgconf_bytecode_t *bc, const pkgconf_buffer_t *buf) in pkgconf_bytecode_from_buffer() 405 pkgconf_bytecode_t bc; in pkgconf_bytecode_eval_str_to_buf()
|
| H A D | libpkgconf.h | 144 } pkgconf_bytecode_t; typedef 152 pkgconf_bytecode_t bc; 343 …onst pkgconf_client_t *client, const pkgconf_list_t *tuples, const pkgconf_bytecode_t *bc, pkgconf… 348 PKGCONF_API void pkgconf_bytecode_from_buffer(pkgconf_bytecode_t *bc, const pkgconf_buffer_t *buf);
|
| /freebsd/contrib/pkgconf/tests/api/ |
| H A D | test-bytecode.c | 48 pkgconf_bytecode_t bc; in test_emit_text_and_eval() 85 pkgconf_bytecode_t bc; in test_emit_var_and_eval() 110 pkgconf_bytecode_t bc; in test_emit_sysroot_and_eval() 136 pkgconf_bytecode_t bc = { NULL, 0 }; in test_eval_null_args() 374 pkgconf_bytecode_t bc; in test_rewrite_selfrefs() 408 pkgconf_bytecode_t bc; in test_rewrite_selfrefs_no_match()
|