Pharos 0.7.23
Modern Web Framework & Web App Hosting Service.
Loading...
Searching...
No Matches
Buffer Struct Reference

Growable byte buffer used by parsing and string assembly helpers. More...

#include <native_support.h>

Data Fields

char * data
size_t len
size_t cap

Detailed Description

Growable byte buffer used by parsing and string assembly helpers.

Definition at line 14 of file native_support.h.

Field Documentation

◆ cap

size_t Buffer::cap

Total allocated capacity in bytes.

Definition at line 17 of file native_support.h.

Referenced by buffer_free(), buffer_init(), and buffer_reserve().

◆ data

◆ len


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