|
Orca
A bot framework that is easy to reason about, easy to debug, and easy to use.
|
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 |
| char* ua_resp_header::buf |
the api response header and its length
| size_t ua_resp_header::bufsize |
the real size occupied in memory by 'buf'
| struct { ... } ua_resp_header::pairs[UA_MAX_HEADER_SIZE] |
index and size of individual field and values from 'buf'
| int ua_resp_header::size |
amount of field/value pairs
1.8.17