libubox
C utility functions for OpenWrt.
blob_buf Struct Reference

#include <blob.h>

Collaboration diagram for blob_buf:

Data Fields

struct blob_attrhead
 
bool(* grow )(struct blob_buf *buf, int minlen)
 
int buflen
 
void * buf
 

Detailed Description

Definition at line 64 of file blob.h.

Field Documentation

◆ buf

void* blob_buf::buf

Definition at line 68 of file blob.h.

◆ buflen

int blob_buf::buflen

Definition at line 67 of file blob.h.

◆ grow

bool(* blob_buf::grow) (struct blob_buf *buf, int minlen)

Definition at line 66 of file blob.h.

◆ head

struct blob_attr* blob_buf::head

Definition at line 65 of file blob.h.


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