Home
last modified time | relevance | path

Searched refs:uint16_t (Results 1 – 25 of 42) sorted by relevance

12

/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf.h63 uint16_t h_revision;
64 uint16_t h_version;
65 uint16_t h_byte_order;
93 uint16_t d_name[32];
94 uint16_t d_namelen;
138 uint16_t cl_word[2];
145 uint16_t si_zero;
147 uint16_t si_os;
168 uint16_t _pi_u16;
274 uint16_t ce_namlen;
[all …]
H A Dfile.h165 uint16_t h;
179 uint16_t cont_level; /* level of ">" */
434 uint16_t indir_max;
435 uint16_t name_max;
436 uint16_t elf_shnum_max;
437 uint16_t elf_phnum_max;
438 uint16_t elf_notes_max;
439 uint16_t regex_max;
481 uint16_t *, uint16_t *, int, int);
H A Dmagic.c367 ms->indir_max = CAST(uint16_t, *CAST(const size_t *, val)); in magic_setparam()
370 ms->name_max = CAST(uint16_t, *CAST(const size_t *, val)); in magic_setparam()
373 ms->elf_phnum_max = CAST(uint16_t, *CAST(const size_t *, val)); in magic_setparam()
376 ms->elf_shnum_max = CAST(uint16_t, *CAST(const size_t *, val)); in magic_setparam()
379 ms->elf_notes_max = CAST(uint16_t, *CAST(const size_t *, val)); in magic_setparam()
382 ms->regex_max = CAST(uint16_t, *CAST(const size_t *, val)); in magic_setparam()
H A Dcdf.c86 (CAST(uint16_t, NEED_SWAP ? _cdf_tole2(x) : CAST(uint16_t, x)))
88 CDF_TOLE2(CAST(uint16_t, x)) : \
101 static uint16_t
102 _cdf_tole2(uint16_t sv) in _cdf_tole2()
104 uint16_t rv; in _cdf_tole2()
165 uint16_t
166 cdf_tole2(uint16_t sv) in cdf_tole2()
1142 uint16_t reclen; in cdf_unpack_catalog()
1143 const uint16_t *np; in cdf_unpack_catalog()
1166 uint16_t rlen; in cdf_unpack_catalog()
[all …]
H A Dsoftmagic.c51 const struct buffer *, size_t, int, int, int, uint16_t *,
52 uint16_t *, int *, int *, int *, int *);
55 size_t, unsigned int, int, int, int, uint16_t *,
56 uint16_t *, int *, int *, int *, int *);
109 #define BE16(p) ((CAST(uint16_t, (p)->hs[0])<<8)|(CAST(uint16_t, (p)->hs[1])))
110 #define LE16(p) ((CAST(uint16_t, (p)->hs[1])<<8)|(CAST(uint16_t, (p)->hs[0])))
122 uint16_t *indir_count, uint16_t *name_count, int mode, int text) in file_softmagic()
126 uint16_t nc, ic; in file_softmagic()
202 int flip, uint16_t *indir_count, uint16_t *name_count, in match()
1076 DO_CVT(h, uint16_t); in cvt_16()
[all …]
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h72 uint16_t server_status;
108 uint16_t server_status;
109 uint16_t warning_count;
138 uint16_t server_status;
139 uint16_t warning_count;
161 uint16_t warning_count;
162 uint16_t server_status;
185 uint16_t warning_count;
186 uint16_t server_status;
218 uint16_t warning_count;
[all …]
H A Dmysqlnd_portability.h76 #define bit_uint2korr(A) ((uint16_t) (((uint16_t) (((unsigned char*) (A))[1])) +\
77 ((uint16_t) (((unsigned char*) (A))[0]) << 8)))
134 #define uint2korr(A) (*((uint16_t *) (A)))
144 #define int2store(T,A) *((uint16_t*) (T))= (uint16_t) (A)
200 #define uint2korr(A) (uint16_t) (((uint16_t) ((zend_uchar) (A)[0])) +\
201 ((uint16_t) ((zend_uchar) (A)[1]) << 8))
H A Dconfig-win.h75 #define uint2korr(A) (*((uint16_t *) (A)))
85 #define int2store(T,A) *((uint16_t*) (T))= (uint16_t) (A)
/PHP-7.4/ext/ffi/tests/
H A D033.phpt10 $p2 = FFI::new("uint16_t[2]", true, true);
19 $t2 = FFI::type("uint16_t[2]");
36 object(FFI\CData:uint16_t[2])#%d (2) {
50 object(FFI\CType:uint16_t[2])#%d (0) {
52 object(FFI\CData:uint16_t[2])#%d (2) {
H A D035.phpt9 $p = FFI::new("uint16_t[2]", false);
20 object(FFI\CData:uint16_t[2])#%d (2) {
26 object(FFI\CData:uint16_t[2])#%d (0) {
H A D011.phpt12 var_dump(FFI::cast("uint16_t[2]", $a));
15 object(FFI\CData:uint16_t[2])#%d (2) {
H A D034.phpt10 $p2 = FFI::new("uint16_t[2]");
H A D002.phpt33 typedef unsigned short type14; /* uint16_t */
34 typedef unsigned short int type15; /* uint16_t */
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_ucd.c37 const uint16_t PRIV(ucd_stage1)[] = {0};
38 const uint16_t PRIV(ucd_stage2)[] = {0};
1173 const uint16_t PRIV(ucd_stage1)[] = { /* 17408 bytes */
1720 const uint16_t PRIV(ucd_stage2)[] = { /* 71936 bytes, block = 128 */
H A Dpcre2_intmodedep.h571 uint16_t bsr_convention;
572 uint16_t newline_convention;
634 uint16_t bsr_convention; /* What \R matches */
635 uint16_t newline_convention; /* What is a newline? */
662 uint16_t oveccount; /* Number of pairs */
708 uint16_t length; /* Length of the name */
709 uint16_t isdup; /* TRUE if a duplicate */
730 uint16_t name_entry_size; /* Size of each entry */
862 uint16_t partial; /* PARTIAL options */
863 uint16_t bsr_convention; /* \R interpretation */
[all …]
H A Dpcre2_substring.c483 uint16_t bot = 0; in pcre2_substring_nametable_scan()
484 uint16_t top = code->name_count; in pcre2_substring_nametable_scan()
485 uint16_t entrysize = code->name_entry_size; in pcre2_substring_nametable_scan()
490 uint16_t mid = (top + bot) / 2; in pcre2_substring_nametable_scan()
H A Dpcre2_internal.h1777 uint16_t number; /* Capture number */
1778 uint16_t assert_depth; /* Assertion depth when opened */
1787 uint16_t name_offset;
1788 uint16_t type;
1789 uint16_t value;
1911 extern const uint16_t PRIV(ucd_stage1)[];
1912 extern const uint16_t PRIV(ucd_stage2)[];
/PHP-7.4/ext/standard/
H A Dcrc32.c61 crc = __crc32h(crc, *(uint16_t *)p); in crc32_aarch64()
62 p += sizeof(uint16_t); in crc32_aarch64()
63 nr -= sizeof(uint16_t); in crc32_aarch64()
/PHP-7.4/main/
H A Dphp_stdint.h121 typedef uint16 uint16_t
123 typedef u_int16_t uint16_t;
125 typedef unsigned short uint16_t;
/PHP-7.4/ext/mysqli/
H A Dmysqli_libmysql.h71 #define bit_uint2korr(A) ((uint16_t) (((uint16_t) (((unsigned char*) (A))[1])) +\
72 ((uint16_t) (((unsigned char*) (A))[0]) << 8)))
/PHP-7.4/win32/
H A Dphp_stdint.h92 typedef unsigned __int16 uint16_t; typedef
104 typedef uint16_t uint_least16_t;
114 typedef uint16_t uint_fast16_t;
H A Dreaddir.h29 uint16_t offset; /* offset into directory */
/PHP-7.4/ext/ffi/
H A Dphp_ffi.h169 uint16_t attr;
170 uint16_t abi;
235 void zend_ffi_set_abi(zend_ffi_dcl *dcl, uint16_t abi);
/PHP-7.4/sapi/litespeed/
H A Dlsapidef.h166 uint16_t m_headerLen[H_TRANSFER_ENCODING+1];
/PHP-7.4/ext/phar/
H A Dzip.c21 #define PHAR_GET_16(var) ((uint16_t)((((uint16_t)var[0]) & 0xff) | \
22 (((uint16_t)var[1]) & 0xff) << 8))
40 # define PHAR_SET_16(var, value) phar_write_16(var, (uint16_t) (value));
42 static int phar_zip_process_extra(php_stream *fp, phar_entry_info *entry, uint16_t len) /* {{{ */ in phar_zip_process_extra()
146 uint16_t ctime, cdate; in phar_zip_u2d_time()
170 uint16_t comment_len; in phar_find_eocd()
201 uint16_t i; in phar_parse_zipfile()
832 uint16_t general_purpose_flags; in phar_zip_changed_apply_int()

Completed in 83 milliseconds

12