Home
last modified time | relevance | path

Searched refs:pkgconf_bytecode_emit (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/pkgconf/libpkgconf/
H A Dbytecode.c257 pkgconf_bytecode_emit(pkgconf_buffer_t *buf, enum pkgconf_bytecode_op tag, const void *data, uint32… in pkgconf_bytecode_emit() function
282 return pkgconf_bytecode_emit(buf, PKGCONF_BYTECODE_OP_TEXT, p, (uint32_t) n); in pkgconf_bytecode_emit_text()
291 return pkgconf_bytecode_emit(buf, PKGCONF_BYTECODE_OP_VAR, name, (uint32_t) nlen); in pkgconf_bytecode_emit_var()
297 return pkgconf_bytecode_emit(buf, PKGCONF_BYTECODE_OP_SYSROOT, NULL, 0); in pkgconf_bytecode_emit_sysroot()
H A Dlibpkgconf.h344 PKGCONF_API bool pkgconf_bytecode_emit(pkgconf_buffer_t *buf, enum pkgconf_bytecode_op tag, const v…