php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
magic_map Struct Reference

Data Fields

voidp
 
size_t len
 
int type
 
struct magicmagic [MAGIC_SETS]
 
uint32_t nmagic [MAGIC_SETS]
 

Detailed Description

Definition at line 104 of file apprentice.c.

Field Documentation

◆ len

size_t magic_map::len

Definition at line 106 of file apprentice.c.

◆ magic

struct magic* magic_map::magic[MAGIC_SETS]

Definition at line 108 of file apprentice.c.

◆ nmagic

uint32_t magic_map::nmagic[MAGIC_SETS]

Definition at line 109 of file apprentice.c.

◆ p

void* magic_map::p

Definition at line 105 of file apprentice.c.

◆ type

int magic_map::type

Definition at line 107 of file apprentice.c.


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