Home
last modified time | relevance | path

Searched refs:int32_t (Results 1 – 25 of 98) sorted by relevance

1234

/PHP-7.4/sapi/litespeed/
H A Dlsapidef.h152 int32_t m_httpHeaderLen;
153 int32_t m_reqBodyLen;
157 int32_t m_requestMethodOff;
159 int32_t m_cntEnv;
160 int32_t m_cntSpecialEnv;
172 int32_t nameOff;
173 int32_t nameLen;
174 int32_t valueOff;
175 int32_t valueLen;
180 int32_t m_cntHeaders;
[all …]
/PHP-7.4/ext/intl/grapheme/
H A Dgrapheme_util.h27 void grapheme_substr_ascii(char *str, size_t str_len, int32_t f, int32_t l, char **sub_str, int32_t
28 …trrpos_ascii(char *haystack, size_t haystack_len, char *needle, size_t needle_len, int32_t offset);
30 int32_t grapheme_strrpos_utf16(char *haystack, size_t haystack_len, char *needle, size_t needle_len…
31 int32_t grapheme_strpos_utf16(char *haystack, size_t haystack_len, char *needle, size_t needle_len,…
33 int32_t grapheme_split_string(const UChar *text, int32_t text_length, int boundary_array[], int bou…
35 int32_t grapheme_count_graphemes(UBreakIterator *bi, UChar *string, int32_t string_len);
37 int32_t grapheme_get_haystack_offset(UBreakIterator* bi, int32_t offset);
H A Dgrapheme_util.c52 void grapheme_substr_ascii(char *str, size_t str_len, int32_t f, int32_t l, char **sub_str, int32_t in grapheme_substr_ascii()
54 int32_t str_len2 = (int32_t)str_len; /* in order to avoid signed/unsigned problems */ in grapheme_substr_ascii()
133 int32_t grapheme_strpos_utf16(char *haystack, size_t haystack_len, char *needle, size_t needle_len,… in grapheme_strpos_utf16()
136 int32_t uhaystack_len = 0, uneedle_len = 0, char_pos, ret_pos, offset_pos = 0; in grapheme_strpos_utf16()
196 int32_t prev_pos = USEARCH_DONE; in grapheme_strpos_utf16()
248 int32_t grapheme_split_string(const UChar *text, int32_t text_length, int boundary_array[], int bou… in grapheme_split_string()
286 int32_t grapheme_count_graphemes(UBreakIterator *bi, UChar *string, int32_t string_len) in grapheme_count_graphemes()
310 int32_t grapheme_get_haystack_offset(UBreakIterator* bi, int32_t offset) in grapheme_get_haystack_offset()
312 int32_t pos; in grapheme_get_haystack_offset()
313 int32_t (*iter_op)(UBreakIterator* bi); in grapheme_get_haystack_offset()
[all …]
H A Dgrapheme_string.c114 int32_t offset = 0; in PHP_FUNCTION()
177 int32_t offset = 0; in PHP_FUNCTION()
206 int32_t noffset = offset >= 0 ? offset : (int32_t)haystack_len + offset; in PHP_FUNCTION()
246 int32_t offset = 0; in PHP_FUNCTION()
309 int32_t offset = 0; in PHP_FUNCTION()
382 int32_t ustr_len; in PHP_FUNCTION()
384 int32_t start = 0; in PHP_FUNCTION()
679 static inline int32_t
719 static inline int32_t
744 static inline int32_t
[all …]
/PHP-7.4/ext/mysqlnd/
H A Dconfig-win.h66 #define sint3korr(A) ((int32_t) ((((zend_uchar) (A)[2]) & 128) ? \
74 #define sint4korr(A) (*((int32_t *) (A)))
76 #define uint3korr(A) (int32_t) (*((uint32_t *) (A)) & 0xFFFFFF)
89 #define int4store(T,A) *((int32_t *) (T))= (int32_t) (A)
97 #define float8get(V,M) { *((int32_t *) &V) = *((int32_t*) M); \
98 *(((int32_t *) &V)+1) = *(((int32_t*) M)+1); }
99 #define float8store(T,V) { *((int32_t *) T) = *((int32_t*) &V); \
100 *(((int32_t *) T)+1) = *(((int32_t*) &V)+1); }
101 #define float4get(V,M) { *((int32_t *) &(V)) = *((int32_t*) (M)); }
/PHP-7.4/ext/intl/breakiterator/
H A Dcodepointiterator_internal.h62 virtual int32_t first(void);
64 virtual int32_t last(void);
66 virtual int32_t previous(void);
68 virtual int32_t next(void);
70 virtual int32_t current(void) const;
72 virtual int32_t following(int32_t offset);
74 virtual int32_t preceding(int32_t offset);
76 virtual UBool isBoundary(int32_t offset);
78 virtual int32_t next(int32_t n);
81 int32_t &BufferSize,
H A Dcodepointiterator_internal.cpp149 int32_t CodePointBreakIterator::first(void) in first()
157 int32_t CodePointBreakIterator::last(void) in last()
159 int32_t pos = (int32_t)utext_nativeLength(this->fText); in last()
166 int32_t CodePointBreakIterator::previous(void) in previous()
173 return (int32_t)UTEXT_GETNATIVEINDEX(this->fText); in previous()
176 int32_t CodePointBreakIterator::next(void) in next()
183 return (int32_t)UTEXT_GETNATIVEINDEX(this->fText); in next()
186 int32_t CodePointBreakIterator::current(void) const in current()
191 int32_t CodePointBreakIterator::following(int32_t offset) in following()
201 int32_t CodePointBreakIterator::preceding(int32_t offset) in preceding()
[all …]
/PHP-7.4/ext/ffi/tests/
H A D041.phpt62 object(FFI\CData:int32_t)#%d (1) {
66 object(FFI\CData:int32_t[2])#%d (2) {
72 object(FFI\CData:int32_t)#%d (1) {
76 object(FFI\CData:int32_t[2])#%d (2) {
82 object(FFI\CType:int32_t)#%d (0) {
84 object(FFI\CType:int32_t[2])#%d (0) {
86 object(FFI\CType:int32_t)#%d (0) {
88 object(FFI\CType:int32_t[2])#%d (0) {
90 object(FFI\CData:int32_t)#%d (1) {
94 object(FFI\CData:int32_t[2])#%d (2) {
[all …]
H A D005.phpt16 object(FFI\CData:int32_t[2][2])#%d (2) {
18 object(FFI\CData:int32_t[2])#%d (2) {
25 object(FFI\CData:int32_t[2])#%d (2) {
H A D006.phpt17 object(FFI\CData:int32_t*[2])#%d (2) {
21 object(FFI\CData:int32_t*)#%d (1) {
26 object(FFI\CData:int32_t*[2])#%d (2) {
H A D040.phpt51 object(FFI\CData:int32_t)#%d (1) {
55 object(FFI\CType:int32_t)#%d (0) {
67 object(FFI\CData:int32_t*)#%d (1) {
71 object(FFI\CData:int32_t)#%d (1) {
80 object(FFI\CType:int32_t)#%d (0) {
92 object(FFI\CData:int32_t*)#%d (1) {
H A D026.phpt19 object(FFI\CData:int32_t[3])#%d (3) {
27 object(FFI\CData:int32_t[3])#%d (3) {
/PHP-7.4/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp164 gcal = new GregorianCalendar((int32_t)largs[0], (int32_t)largs[1], in _php_intlgregcal_constructor_body()
165 (int32_t)largs[2], status); in _php_intlgregcal_constructor_body()
167 gcal = new GregorianCalendar((int32_t)largs[0], (int32_t)largs[1], in _php_intlgregcal_constructor_body()
168 (int32_t)largs[2], (int32_t)largs[3], (int32_t)largs[4], status); in _php_intlgregcal_constructor_body()
170 gcal = new GregorianCalendar((int32_t)largs[0], (int32_t)largs[1], in _php_intlgregcal_constructor_body()
171 (int32_t)largs[2], (int32_t)largs[3], (int32_t)largs[4], (int32_t)largs[5], in _php_intlgregcal_constructor_body()
285 RETURN_BOOL((int)fetch_greg(co)->isLeapYear((int32_t)year)); in PHP_FUNCTION()
H A Dcalendar_methods.cpp102 int32_t count(UErrorCode& status) const { in count()
108 int32_t length; in snext()
118 int32_t length = -1; in next()
211 int32_t count; in PHP_FUNCTION()
246 int32_t result = (co->ucal->*func)( in _php_intlcal_field_uec_ret_in32t_method()
458 co->ucal->set((int32_t)arg1, (int32_t)arg2, (int32_t)arg3); in PHP_FUNCTION()
460 co->ucal->set((int32_t)arg1, (int32_t)arg2, (int32_t)arg3, (int32_t)arg4, (int32_t)arg5); in PHP_FUNCTION()
462 …co->ucal->set((int32_t)arg1, (int32_t)arg2, (int32_t)arg3, (int32_t)arg4, (int32_t)arg5, (int32_t)… in PHP_FUNCTION()
581 int32_t result = co->ucal->fieldDifference((UDate)when, in PHP_FUNCTION()
621 int32_t result = co->ucal->getDayOfWeekType( in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/intl/
H A Dintl_convertcpp.cpp35 int32_t capacity = (int32_t)str_len + 1; in intl_stringFromChar()
39 int32_t utf16_len = 0; in intl_stringFromChar()
67 int32_t capacity = from.length() * 3; in intl_charFromString()
76 int32_t actual_len; in intl_charFromString()
H A Dintl_convert.c51 UChar** target, int32_t* target_len, in intl_convert_utf8_to_utf16()
56 int32_t dst_len = 0; in intl_convert_utf8_to_utf16()
70 u_strFromUTF8( *target, *target_len, &dst_len, src, (int32_t)src_len, status ); in intl_convert_utf8_to_utf16()
119 const UChar* src, int32_t src_len, in intl_convert_utf16_to_utf8()
123 int32_t dst_len; in intl_convert_utf16_to_utf8()
H A Dintl_convert.h24 UChar** target, int32_t* target_len,
29 const UChar* src, int32_t src_len,
/PHP-7.4/ext/intl/formatter/
H A Dformatter_parse.c42 int32_t sstr_len = 0; in PHP_FUNCTION()
45 int32_t val32, position = 0; in PHP_FUNCTION()
48 int32_t* position_p = NULL; in PHP_FUNCTION()
64 position = (int32_t) zval_get_long(zposition); in PHP_FUNCTION()
129 int32_t sstr_len = 0; in PHP_FUNCTION()
133 int32_t* position_p = NULL; in PHP_FUNCTION()
134 int32_t position = 0; in PHP_FUNCTION()
156 position = (int32_t) zval_get_long(zposition); in PHP_FUNCTION()
/PHP-7.4/Zend/
H A Dzend_strtod_int.h53 typedef int int32_t; typedef
55 typedef long int int32_t; typedef
119 #ifndef int32_t
120 #define int32_t __int32 macro
/PHP-7.4/ext/intl/normalizer/
H A Dnormalizer_normalize.c60 static int32_t intl_normalize(zend_long form, const UChar *src, int32_t src_len, UChar *dst, int32_… in intl_normalize()
88 static UBool intl_is_normalized(zend_long form, const UChar *uinput, int32_t uinput_len, UErrorCode… in intl_is_normalized()
113 int32_t uinput_len = 0; in PHP_FUNCTION()
118 int32_t uret_len = 0; in PHP_FUNCTION()
122 int32_t size_needed; in PHP_FUNCTION()
186 …size_needed = unorm_normalize( uinput, uinput_len, form, (int32_t) 0 /* options */, uret_buf, uret… in PHP_FUNCTION()
213 …size_needed = unorm_normalize( uinput, uinput_len, form, (int32_t) 0 /* options */, uret_buf, uret… in PHP_FUNCTION()
319 …uret = unorm_isNormalizedWithOptions( uinput, uinput_len, form, (int32_t) 0 /* options */, &status… in PHP_FUNCTION()
352 int32_t offset = 0; in PHP_FUNCTION()
357 int32_t decomposition_length; in PHP_FUNCTION()
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_parse.c37 …amp(IntlDateFormatter_object *dfo, char* text_to_parse, size_t text_len, int32_t *parse_pos, zval … in internal_parse_to_timestamp()
42 int32_t text_utf16_len = 0; in internal_parse_to_timestamp()
84 …ime(IntlDateFormatter_object *dfo, char* text_to_parse, size_t text_len, int32_t *parse_pos, zval … in internal_parse_to_localtime()
88 int32_t text_utf16_len = 0; in internal_parse_to_localtime()
133 int32_t parse_pos = -1; in PHP_FUNCTION()
156 parse_pos = (int32_t)long_parse_pos; in PHP_FUNCTION()
178 int32_t parse_pos = -1; in PHP_FUNCTION()
201 parse_pos = (int32_t)long_parse_pos; in PHP_FUNCTION()
/PHP-7.4/ext/standard/
H A Dphp_lcg.h25 int32_t s1;
26 int32_t s2;
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_serialize.c71 PCRE2_EXP_DEFN int32_t PCRE2_CALL_CONVENTION
72 pcre2_serialize_encode(const pcre2_code **codes, int32_t number_of_codes, in pcre2_serialize_encode()
78 int32_t i; in pcre2_serialize_encode()
162 PCRE2_EXP_DEFN int32_t PCRE2_CALL_CONVENTION
163 pcre2_serialize_decode(pcre2_code **codes, int32_t number_of_codes, in pcre2_serialize_decode()
173 int32_t i, j; in pcre2_serialize_decode()
258 PCRE2_EXP_DEFN int32_t PCRE2_CALL_CONVENTION
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp83 int32_t fmt_count = 0; in umsg_format_arg_count()
96 int32_t parts_count; in umsg_get_numeric_types()
137 int32_t parts_count; in umsg_parse_format()
190 int32_t argNumber = name_part.getValue(); in umsg_parse_format()
303 int32_t count; in umsg_set_timezone()
370 int32_t *formatted_len) in umsg_format_helper()
479 int32_t tInt32 = 0; in umsg_format_helper()
488 tInt32 = (int32_t)Z_DVAL_P(elem); in umsg_format_helper()
497 tInt32 = (int32_t)Z_LVAL_P(elem); in umsg_format_helper()
500 tInt32 = (int32_t)zval_get_long(elem); in umsg_format_helper()
[all …]
/PHP-7.4/win32/
H A Dphp_stdint.h83 #ifndef int32_t
84 typedef __int32 int32_t; typedef
101 typedef int32_t int_least32_t;
111 typedef int32_t int_fast32_t;
138 #define INT32_MIN ((int32_t)_I32_MIN)

Completed in 59 milliseconds

1234