Orca
A bot framework that is easy to reason about, easy to debug, and easy to use.
Public Attributes | List of all members
ua_resp_header Struct Reference

Public Attributes

char * buf
 
size_t length
 
size_t bufsize
 
struct {
   struct {
      uintptr_t   idx
 
      size_t   size
 
   }   field
 
   struct {
      uintptr_t   idx
 
      size_t   size
 
   }   value
 
pairs [UA_MAX_HEADER_SIZE]
 
int size
 

Member Data Documentation

◆ buf

char* ua_resp_header::buf

the api response header and its length

◆ bufsize

size_t ua_resp_header::bufsize

the real size occupied in memory by 'buf'

◆ pairs

struct { ... } ua_resp_header::pairs[UA_MAX_HEADER_SIZE]

index and size of individual field and values from 'buf'

◆ size

int ua_resp_header::size

amount of field/value pairs


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