|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#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) |
| #define O_NOATIME 0 |
Definition at line 40 of file sljitProtExecAllocatorPosix.c.
| #define O_TMPFILE 0x404000 |
Definition at line 45 of file sljitProtExecAllocatorPosix.c.
| #define SLJIT_HAS_CHUNK_HEADER |
Definition at line 27 of file sljitProtExecAllocatorPosix.c.
| #define SLJIT_HAS_EXECUTABLE_OFFSET |
Definition at line 28 of file sljitProtExecAllocatorPosix.c.
| int mkostemp | ( | char * | template, |
| int | flags ) |
| char * secure_getenv | ( | const char * | name | ) |