Lines Matching refs:saw_sysroot
65 …_bytecode_eval_ctx_t *ctx, const pkgconf_bytecode_t *bc, pkgconf_buffer_t *out, bool *saw_sysroot);
107 …_bytecode_eval_ctx_t *ctx, const char *name, size_t nlen, pkgconf_buffer_t *out, bool *saw_sysroot) in pkgconf_bytecode_eval_var() argument
128 if (saw_sysroot != NULL) in pkgconf_bytecode_eval_var()
129 *saw_sysroot |= inner_saw; in pkgconf_bytecode_eval_var()
135 …f_bytecode_eval_ctx_t *ctx, const pkgconf_bytecode_t *bc, pkgconf_buffer_t *out, bool *saw_sysroot) in pkgconf_bytecode_eval_internal() argument
173 if (!pkgconf_bytecode_eval_var(ctx, op->data, op->size, out, saw_sysroot)) in pkgconf_bytecode_eval_internal()
178 if (saw_sysroot != NULL) in pkgconf_bytecode_eval_internal()
179 *saw_sysroot = true; in pkgconf_bytecode_eval_internal()
235 …const pkgconf_list_t *vars, const pkgconf_bytecode_t *bc, pkgconf_buffer_t *out, bool *saw_sysroot) in pkgconf_bytecode_eval() argument
246 if (saw_sysroot != NULL) in pkgconf_bytecode_eval()
247 *saw_sysroot = false; in pkgconf_bytecode_eval()
249 ret = pkgconf_bytecode_eval_internal(&ctx, bc, out, saw_sysroot); in pkgconf_bytecode_eval()
402 …client_t *client, const pkgconf_list_t *vars, const char *input, bool *saw_sysroot, pkgconf_buffer… in pkgconf_bytecode_eval_str_to_buf() argument
416 ret = pkgconf_bytecode_eval(client, vars, &bc, out, saw_sysroot); in pkgconf_bytecode_eval_str_to_buf()
424 …r(const pkgconf_client_t *client, const pkgconf_list_t *vars, const char *input, bool *saw_sysroot) in pkgconf_bytecode_eval_str() argument
428 if (!pkgconf_bytecode_eval_str_to_buf(client, vars, input, saw_sysroot, &out)) in pkgconf_bytecode_eval_str()