FD.io VPP  v21.01.1
Vector Packet Processing
printbuffer Struct Reference
+ Collaboration diagram for printbuffer:

Data Fields

unsigned char * buffer
 
size_t length
 
size_t offset
 
size_t depth
 
cJSON_bool noalloc
 
cJSON_bool format
 
internal_hooks hooks
 

Detailed Description

Definition at line 423 of file cJSON.c.

Field Documentation

◆ buffer

unsigned char* printbuffer::buffer

Definition at line 425 of file cJSON.c.

◆ depth

size_t printbuffer::depth

Definition at line 428 of file cJSON.c.

◆ format

cJSON_bool printbuffer::format

Definition at line 430 of file cJSON.c.

◆ hooks

internal_hooks printbuffer::hooks

Definition at line 431 of file cJSON.c.

◆ length

size_t printbuffer::length

Definition at line 426 of file cJSON.c.

◆ noalloc

cJSON_bool printbuffer::noalloc

Definition at line 429 of file cJSON.c.

◆ offset

size_t printbuffer::offset

Definition at line 427 of file cJSON.c.


The documentation for this struct was generated from the following file: