php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Macros | |
#define | MAXLINELEN 300 /* longest sane line length */ |
#define | ISSPC(x) |
Functions | |
file_private unsigned char * | encode_utf8 (unsigned char *, size_t, file_unichar_t *, size_t) |
file_private size_t | trim_nuls (const unsigned char *, size_t) |
file_protected int | file_ascmagic (struct magic_set *ms, const struct buffer *b, int text) |
file_protected int | file_ascmagic_with_encoding (struct magic_set *ms, const struct buffer *b, file_unichar_t *ubuf, size_t ulen, const char *code, const char *type, int text) |
#define ISSPC | ( | x | ) |
Definition at line 50 of file ascmagic.c.
Definition at line 49 of file ascmagic.c.
file_private unsigned char * encode_utf8 | ( | unsigned char * | buf, |
size_t | len, | ||
file_unichar_t * | ubuf, | ||
size_t | ulen ) |
Definition at line 338 of file ascmagic.c.
file_protected int file_ascmagic | ( | struct magic_set * | ms, |
const struct buffer * | b, | ||
int | text ) |
Definition at line 71 of file ascmagic.c.
file_protected int file_ascmagic_with_encoding | ( | struct magic_set * | ms, |
const struct buffer * | b, | ||
file_unichar_t * | ubuf, | ||
size_t | ulen, | ||
const char * | code, | ||
const char * | type, | ||
int | text ) |
Definition at line 105 of file ascmagic.c.
file_private size_t trim_nuls | ( | const unsigned char * | buf, |
size_t | nbytes ) |
Definition at line 62 of file ascmagic.c.