Home
last modified time | relevance | path

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

/freebsd/contrib/pkgconf/libpkgconf/
H A Dlibpkgconf.h129 enum pkgconf_bytecode_op { enum
136 enum pkgconf_bytecode_op tag;
344 PKGCONF_API bool pkgconf_bytecode_emit(pkgconf_buffer_t *buf, enum pkgconf_bytecode_op tag, const v…
H A Dbytecode.c257 pkgconf_bytecode_emit(pkgconf_buffer_t *buf, enum pkgconf_bytecode_op tag, const void *data, uint32… in pkgconf_bytecode_emit()