|
Pharos 0.7.23
Modern Web Framework & Web App Hosting Service.
|
#include <yyjson.h>
Data Fields | |
| char * | cur |
| char * | end |
| size_t | chunk_size |
| size_t | chunk_size_max |
| yyjson_str_chunk * | chunks |
| size_t yyjson_str_pool::chunk_size |
Definition at line 5821 of file yyjson.h.
Referenced by unsafe_yyjson_str_pool_grow(), yyjson_mut_doc_new(), and yyjson_mut_doc_set_str_pool_size().
| size_t yyjson_str_pool::chunk_size_max |
Definition at line 5822 of file yyjson.h.
Referenced by unsafe_yyjson_str_pool_grow(), and yyjson_mut_doc_new().
| yyjson_str_chunk* yyjson_str_pool::chunks |
Definition at line 5823 of file yyjson.h.
Referenced by unsafe_yyjson_str_pool_grow(), and unsafe_yyjson_str_pool_release().
| char* yyjson_str_pool::cur |
Definition at line 5819 of file yyjson.h.
Referenced by unsafe_yyjson_str_pool_grow().
| char* yyjson_str_pool::end |
Definition at line 5820 of file yyjson.h.
Referenced by unsafe_yyjson_str_pool_grow().