php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
sljitProtExecAllocatorPosix.c File Reference
#include <sys/stat.h>
#include <fcntl.h>
#include <stdio.h>
#include <string.h>
#include "sljitExecAllocatorCore.c"

Go to the source code of this file.

Data Structures

struct  sljit_chunk_header
 

Macros

#define SLJIT_HAS_CHUNK_HEADER
 
#define SLJIT_HAS_EXECUTABLE_OFFSET
 
#define O_NOATIME   0
 
#define O_TMPFILE   0x404000
 

Functions

char * secure_getenv (const char *name)
 
int mkostemp (char *template, int flags)
 

Macro Definition Documentation

◆ O_NOATIME

#define O_NOATIME   0

Definition at line 40 of file sljitProtExecAllocatorPosix.c.

◆ O_TMPFILE

#define O_TMPFILE   0x404000

Definition at line 45 of file sljitProtExecAllocatorPosix.c.

◆ SLJIT_HAS_CHUNK_HEADER

#define SLJIT_HAS_CHUNK_HEADER

Definition at line 27 of file sljitProtExecAllocatorPosix.c.

◆ SLJIT_HAS_EXECUTABLE_OFFSET

#define SLJIT_HAS_EXECUTABLE_OFFSET

Definition at line 28 of file sljitProtExecAllocatorPosix.c.

Function Documentation

◆ mkostemp()

int mkostemp ( char * template,
int flags )

◆ secure_getenv()

char * secure_getenv ( const char * name)