Home
last modified time | relevance | path

Searched refs:BejTupleF (Results 1 – 5 of 5) sorted by relevance

/openbmc/libbej/include/libbej/
H A Dbej_common.h99 struct BejTupleF struct
149 struct BejTupleF format;
H A Dbej_dictionary.h37 struct BejTupleF format;
H A Dbej_tree.h57 struct BejTupleF format;
/openbmc/libbej/src/
H A Dbej_encoder_core.c26 static int bejEncodeFormat(const struct BejTupleF* format, in bejEncodeFormat()
29 return output->recvOutput(format, sizeof(struct BejTupleF), in bejEncodeFormat()
H A Dbej_decoder_core.c109 sflv->format = *(struct BejTupleF*)(params->state.encodedSubStream + in bejInitSFLVStruct()