Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
_bufhead Struct Reference

#include <hash.h>

Collaboration diagram for _bufhead:
Collaboration graph
[legend]

Data Fields

u_int32_t addr
 
char flags
 
BUFHEADnext
 
BUFHEADovfl
 
char * page
 
BUFHEADprev
 

Detailed Description

Definition at line 47 of file hash.h.

Field Documentation

◆ addr

u_int32_t addr

◆ flags

char flags

◆ next

BUFHEAD* next

Definition at line 49 of file hash.h.

Referenced by __buf_init().

◆ ovfl

BUFHEAD* ovfl

Definition at line 50 of file hash.h.

Referenced by __add_ovflpage(), __big_delete(), __big_split(), __get_buf(), __reclaim_buf(), and newbuf().

◆ page

char* page

◆ prev

BUFHEAD* prev

Definition at line 48 of file hash.h.

Referenced by __buf_free(), and __buf_init().


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