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

#include <file.h>

Data Structures

struct  out
 

Data Fields

struct mlistmlist [MAGIC_SETS]
 
struct cont c
 
struct magic_set::out o
 
uint32_t offset
 
uint32_t eoffset
 
int error
 
int flags
 
int event_flags
 
const char * file
 
size_t line
 
mode_t mode
 
struct { 
 
   const char *   s 
 
   size_t   s_len 
 
   size_t   offset 
 
   size_t   rm_len 
 
search 
 
union VALUETYPE ms_value
 
uint16_t indir_max
 
uint16_t name_max
 
uint16_t elf_shnum_max
 
uint16_t elf_phnum_max
 
uint16_t elf_notes_max
 
uint16_t regex_max
 
size_t bytes_max
 
size_t encoding_max
 
size_t elf_shsize_max
 

Detailed Description

Definition at line 446 of file file.h.

Field Documentation

◆ bytes_max

size_t magic_set::bytes_max

Definition at line 482 of file file.h.

◆ c

struct cont magic_set::c

Definition at line 448 of file file.h.

◆ elf_notes_max

uint16_t magic_set::elf_notes_max

Definition at line 480 of file file.h.

◆ elf_phnum_max

uint16_t magic_set::elf_phnum_max

Definition at line 479 of file file.h.

◆ elf_shnum_max

uint16_t magic_set::elf_shnum_max

Definition at line 478 of file file.h.

◆ elf_shsize_max

size_t magic_set::elf_shsize_max

Definition at line 484 of file file.h.

◆ encoding_max

size_t magic_set::encoding_max

Definition at line 483 of file file.h.

◆ eoffset

uint32_t magic_set::eoffset

Definition at line 456 of file file.h.

◆ error

int magic_set::error

Definition at line 457 of file file.h.

◆ event_flags

int magic_set::event_flags

Definition at line 459 of file file.h.

◆ file

const char* magic_set::file

Definition at line 461 of file file.h.

◆ flags

int magic_set::flags

Definition at line 458 of file file.h.

◆ indir_max

uint16_t magic_set::indir_max

Definition at line 476 of file file.h.

◆ line

size_t magic_set::line

Definition at line 462 of file file.h.

◆ mlist

struct mlist* magic_set::mlist[MAGIC_SETS]

Definition at line 447 of file file.h.

◆ mode

mode_t magic_set::mode

Definition at line 463 of file file.h.

◆ ms_value

union VALUETYPE magic_set::ms_value

Definition at line 475 of file file.h.

◆ name_max

uint16_t magic_set::name_max

Definition at line 477 of file file.h.

◆ o

struct magic_set::out magic_set::o

◆ offset [1/2]

uint32_t magic_set::offset

Definition at line 454 of file file.h.

◆ offset [2/2]

size_t magic_set::offset

Definition at line 469 of file file.h.

◆ regex_max

uint16_t magic_set::regex_max

Definition at line 481 of file file.h.

◆ rm_len

size_t magic_set::rm_len

Definition at line 470 of file file.h.

◆ s

const char* magic_set::s

Definition at line 467 of file file.h.

◆ s_len

size_t magic_set::s_len

Definition at line 468 of file file.h.

◆ [struct]

struct { ... } magic_set::search

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