Home
last modified time | relevance | path

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

/external/epid-sdk/example/util/
Dbuffutil.h28 typedef struct BufferPrintOptions { struct
35 } BufferPrintOptions; argument
148 void PrintBufferOpt(const void* buffer, size_t size, BufferPrintOptions opts);
/external/epid-sdk/example/util/src/
Dbufutil.c238 BufferPrintOptions opts; in PrintBuffer()
248 void PrintBufferOpt(const void* buffer, size_t size, BufferPrintOptions opts) { in PrintBufferOpt()