Home
last modified time | relevance | path

Searched refs:uint8_t (Results 1 – 25 of 63) sorted by relevance

123

/PHP-7.3/ext/fileinfo/libmagic/
H A Dder.c127 static uint8_t
128 getclass(uint8_t c) in getclass()
133 static uint8_t
134 gettype(uint8_t c) in gettype()
176 uint8_t digits, i; in getlength()
224 const uint8_t *d = CAST(const uint8_t *, q); in der_data()
246 const uint8_t *b = RCAST(const uint8_t *, ms->search.s); in der_offs()
277 const uint8_t *b = RCAST(const uint8_t *, ms->search.s); in der_cmp()
340 const uint8_t *d = q; in printtag()
363 const uint8_t *q; in printdata()
[all …]
H A Dfile.h159 uint8_t b;
175 uint8_t flag;
185 uint8_t factor;
188 uint8_t reln; /* relation (0=eq, '>'=gt, etc) */
190 uint8_t type; /* comparison type (FILE_*) */
191 uint8_t in_type; /* type of indirection */
262 uint8_t in_op; /* operator for indirection */
263 uint8_t mask_op; /* operator for mask */
265 uint8_t cond; /* conditional type */
267 uint8_t dummy;
[all …]
H A Dcdf.h68 uint8_t h_unused0[10];
71 uint8_t h_unused1[4];
95 uint8_t d_type;
102 uint8_t d_color;
139 uint8_t cl_two[2];
140 uint8_t cl_six[6];
H A Dcdf.c104 uint8_t *s = (uint8_t *)(void *)&sv; in _cdf_tole2()
105 uint8_t *d = (uint8_t *)(void *)&rv; in _cdf_tole2()
118 uint8_t *s = (uint8_t *)(void *)&sv; in _cdf_tole4()
119 uint8_t *d = (uint8_t *)(void *)&rv; in _cdf_tole4()
134 uint8_t *s = (uint8_t *)(void *)&sv; in _cdf_tole8()
135 uint8_t *d = (uint8_t *)(void *)&rv; in _cdf_tole8()
152 cdf_getuint32(const uint8_t *p, size_t offs) in cdf_getuint32()
847 static const uint8_t *
849 const uint8_t *p, const uint8_t *e, size_t i) in cdf_get_property_info_pos()
853 const uint8_t *q; in cdf_get_property_info_pos()
[all …]
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_maketables.c74 static const uint8_t *maketables(void)
76 uint8_t *yield = (uint8_t *)malloc(tables_length);
79 PCRE2_EXP_DEFN const uint8_t * PCRE2_CALL_CONVENTION
82 uint8_t *yield = (uint8_t *)((gcontext != NULL)?
88 uint8_t *p;
H A Dpcre2_serialize.c73 uint8_t **serialized_bytes, PCRE2_SIZE *serialized_size, in pcre2_serialize_encode()
76 uint8_t *bytes; in pcre2_serialize_encode()
77 uint8_t *dst_bytes; in pcre2_serialize_encode()
81 const uint8_t *tables; in pcre2_serialize_encode()
164 const uint8_t *bytes, pcre2_general_context *gcontext) in pcre2_serialize_decode()
170 const uint8_t *src_bytes; in pcre2_serialize_decode()
172 uint8_t *tables; in pcre2_serialize_decode()
230 memcpy(((uint8_t *)dst_re) + sizeof(pcre2_memctl), in pcre2_serialize_decode()
259 pcre2_serialize_get_number_of_codes(const uint8_t *bytes) in pcre2_serialize_get_number_of_codes()
277 pcre2_serialize_free(uint8_t *bytes) in pcre2_serialize_free()
H A Dpcre2_intmodedep.h570 const uint8_t *tables;
619 const uint8_t *tables; /* The character tables */
715 const uint8_t *lcc; /* Points to lower casing table */
716 const uint8_t *fcc; /* Points to case-flipping table */
718 const uint8_t *ctypes; /* Points to table of type maps */
793 uint8_t return_id; /* Where to go on in internal "return" */
794 uint8_t op; /* Processing opcode */
854 const uint8_t *lcc; /* Points to lower casing table */
855 const uint8_t *fcc; /* Points to case-flipping table */
856 const uint8_t *ctypes; /* Points to table of type maps */
[all …]
H A Dpcre2_auto_possess.c147 static const uint8_t catposstab[7][30] = {
169 static const uint8_t posspropstab[3][4] = {
527 const uint8_t *class_bitset; in compare_opcodes()
528 const uint8_t *set1, *set2, *set_end; in compare_opcodes()
713 set1 = (uint8_t *)(code - list[2]); in compare_opcodes()
722 set2 = (uint8_t *) in compare_opcodes()
737 set2 = (uint8_t *)(xclass_flags + 1); in compare_opcodes()
745 set2 = (uint8_t *)(cb->cbits + cbit_digit); in compare_opcodes()
759 set2 = (uint8_t *)(cb->cbits + cbit_word); in compare_opcodes()
811 const uint8_t *p; in compare_opcodes()
[all …]
H A Dpcre2_chartables.c23 const uint8_t PRIV(default_tables)[] = {
H A Dpcre2_xclass.c88 return (((uint8_t *)(data + 1))[c/8] & (1 << (c&7))) != 0; in PRIV()
91 (((uint8_t *)(data + 1))[c/8] & (1 << (c&7))) != 0) in PRIV()
H A Dpcre2_pattern_info.c98 return sizeof(const uint8_t *); in pcre2_pattern_info()
163 *((const uint8_t **)where) = ((re->flags & PCRE2_FIRSTMAPSET) != 0)? in pcre2_pattern_info()
294 cc = (PCRE2_SPTR)((uint8_t *)re + sizeof(pcre2_real_code)) in pcre2_callout_enumerate()
H A Dpcre2.h461 typedef uint8_t PCRE2_UCHAR8;
719 pcre2_serialize_encode(const pcre2_code **, int32_t, uint8_t **, \
722 pcre2_serialize_decode(pcre2_code **, int32_t, const uint8_t *, \
725 pcre2_serialize_get_number_of_codes(const uint8_t *); \
727 pcre2_serialize_free(uint8_t *);
772 PCRE2_EXP_DECL const uint8_t PCRE2_CALL_CONVENTION \
/PHP-7.3/ext/gd/libgd/
H A Dgd_webp.c40 uint8_t *filedata = NULL; in gdImageCreateFromWebpCtx()
41 uint8_t *argb = NULL; in gdImageCreateFromWebpCtx()
45 uint8_t *p; in gdImageCreateFromWebpCtx()
88 register uint8_t a = gdAlphaMax - (*(p++) >> 1); in gdImageCreateFromWebpCtx()
89 register uint8_t r = *(p++); in gdImageCreateFromWebpCtx()
90 register uint8_t g = *(p++); in gdImageCreateFromWebpCtx()
91 register uint8_t b = *(p++); in gdImageCreateFromWebpCtx()
104 uint8_t *argb; in gdImageWebpCtx()
106 uint8_t *p; in gdImageWebpCtx()
107 uint8_t *out; in gdImageWebpCtx()
[all …]
/PHP-7.3/main/streams/
H A Dphp_stream_filter_api.h49 uint8_t own_buf;
50 uint8_t is_persistent;
68 …stream_bucket_new(php_stream *stream, char *buf, size_t buflen, uint8_t own_buf, uint8_t buf_persi…
132 …p_stream_filter_alloc(const php_stream_filter_ops *fops, void *abstract, uint8_t persistent STREAM…
143 …php_stream_filter *(*create_filter)(const char *filtername, zval *filterparams, uint8_t persistent…
150 …m_filter *php_stream_filter_create(const char *filtername, zval *filterparams, uint8_t persistent);
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h64 uint8_t protocol_version;
71 uint8_t charset_no;
93 uint8_t charset_no;
105 uint8_t response_code;
135 uint8_t field_count; /* always 0x0 */
160 uint8_t field_count; /* 0xFE */
/PHP-7.3/win32/
H A Dphp_stdint.h89 #ifndef uint8_t
90 typedef unsigned __int8 uint8_t; typedef
103 typedef uint8_t uint_least8_t;
113 typedef uint8_t uint_fast8_t;
H A Dreaddir.h32 uint8_t finished; /* 1 if there are not more files */
/PHP-7.3/main/
H A Dphp_stdint.h93 typedef uint8 uint8_t
95 typedef u_int8_t uint8_t;
97 typedef unsigned char uint8_t;
H A Dphp_streams.h198 uint8_t is_persistent:1;
199 uint8_t in_free:2; /* to prevent recursion during free */
200 uint8_t eof:1;
201 uint8_t __exposed:1; /* non-zero if exposed as a zval somewhere */
205 uint8_t fclose_stdiocast:2;
207 uint8_t fgetss_state; /* for fgetss to handle multiline tags */
/PHP-7.3/Zend/
H A Dzend_virtual_cwd.h192 uint8_t is_dir:1;
194 uint8_t is_rvalid:1;
195 uint8_t is_readable:1;
196 uint8_t is_wvalid:1;
197 uint8_t is_writable:1;
225 extern void virtual_cwd_main_cwd_init(uint8_t);
H A Dzend_ini.h42 uint8_t modifiable;
57 uint8_t modifiable;
58 uint8_t orig_modifiable;
59 uint8_t modified;
/PHP-7.3/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp81 rbbi = new RuleBasedBreakIterator((uint8_t*)rules, rules_len, status); in _php_intlrbbi_constructor_body()
206 const uint8_t *rules = fetch_rbbi(bio)->getBinaryRules(rules_len); in PHP_FUNCTION()
/PHP-7.3/ext/intl/resourcebundle/
H A Dresourcebundle.c31 const uint8_t* bfield; in resourcebundle_extract_value()
/PHP-7.3/ext/intl/collator/
H A Dcollator_sort.c428 sortKeyIndxBuf = ecalloc( sortKeyIndxBufSize, sizeof( uint8_t ) ); in PHP_FUNCTION()
472 (uint8_t*)sortKeyBuf + sortKeyBufOffset, in PHP_FUNCTION()
485 …sortKeyLen = ucol_getSortKey( co->ucoll, utf16_buf, utf16_len, (uint8_t*)sortKeyBuf + sortKeyBufOf… in PHP_FUNCTION()
611 key_len = ucol_getSortKey(co->ucoll, ustr, ustr_len, (uint8_t*)ZSTR_VAL(key_str), key_len); in PHP_FUNCTION()
/PHP-7.3/ext/standard/
H A Dbrowscap.c42 uint8_t contains_len[BROWSCAP_NUM_CONTAINS];
43 uint8_t prefix_len;
95 static uint8_t browscap_compute_prefix_len(zend_string *pattern) { in browscap_compute_prefix_len()
102 return (uint8_t)MIN(i, UINT8_MAX); in browscap_compute_prefix_len()
107 uint16_t *contains_start, uint8_t *contains_len) { in browscap_compute_contains()
128 *contains_len = (uint8_t)MIN(i - *contains_start, UINT8_MAX); in browscap_compute_contains()

Completed in 240 milliseconds

123