Home
last modified time | relevance | path

Searched refs:pkgconf_bytecode_eval_ctx_t (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/pkgconf/libpkgconf/
H A Dbytecode.c35 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 pkgconf_bytecode_eval_internal(pkgconf_bytecode_eval_ctx_t *ctx, const pkgconf_bytecode_t *bc, pkgc…
90 pkgconf_bytecode_eval_lookup_var(pkgconf_bytecode_eval_ctx_t *ctx, const char *name, size_t nlen) in pkgconf_bytecode_eval_lookup_var()
107 pkgconf_bytecode_eval_var(pkgconf_bytecode_eval_ctx_t *ctx, const char *name, size_t nlen, pkgconf_… in pkgconf_bytecode_eval_var()
135 pkgconf_bytecode_eval_internal(pkgconf_bytecode_eval_ctx_t *ctx, const pkgconf_bytecode_t *bc, pkgc… in pkgconf_bytecode_eval_internal()
196 pkgconf_bytecode_eval_ctx_init(pkgconf_bytecode_eval_ctx_t *ctx, const pkgconf_client_t *client, co… in pkgconf_bytecode_eval_ctx_init()
242 pkgconf_bytecode_eval_ctx_t ctx; in pkgconf_bytecode_eval()
H A Dlibpkgconf.h341 } pkgconf_bytecode_eval_ctx_t; typedef
352 PKGCONF_API pkgconf_variable_t *pkgconf_bytecode_eval_lookup_var(pkgconf_bytecode_eval_ctx_t *ctx, …
/freebsd/contrib/pkgconf/cli/spdxtool/
H A Dutil.c307 pkgconf_bytecode_eval_ctx_t ctx = { in spdxtool_util_tuple_lookup()
/freebsd/contrib/pkgconf/cli/
H A Dcore.c383 pkgconf_bytecode_eval_ctx_t ctx = { in variable_eval()