Searched refs:pkgconf_bytecode_emit (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/pkgconf/libpkgconf/ |
| H A D | bytecode.c | 257 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 D | libpkgconf.h | 344 PKGCONF_API bool pkgconf_bytecode_emit(pkgconf_buffer_t *buf, enum pkgconf_bytecode_op tag, const v…
|