Home
last modified time | relevance | path

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

12

/PHP-5.3/ext/intl/grapheme/
H A Dgrapheme_util.h27 grapheme_substr_ascii(char *str, int32_t str_len, int32_t f, int32_t l, int argc, char **sub_str, i…
30 …e_strrpos_utf16(unsigned char *haystack, int32_t haystack_len, unsigned char*needle, int32_t needl…
33 …me_strpos_utf16(unsigned char *haystack, int32_t haystack_len, unsigned char*needle, int32_t needl…
35 int grapheme_ascii_check(const unsigned char *day, int32_t len);
39 int32_t
40 grapheme_count_graphemes(UBreakIterator *bi, UChar *string, int32_t string_len);
42 int32_t
45 inline void *grapheme_memrchr_grapheme(const void *s, int c, int32_t n);
48 grapheme_get_haystack_offset(UBreakIterator* bi, UChar *uhaystack, int32_t uhaystack_len, int32_t o…
50 int32_t
[all …]
H A Dgrapheme_util.c55 int32_t dest_len, size_required; in grapheme_intl_case_fold()
152 …e_strrpos_utf16(unsigned char *haystack, int32_t haystack_len, unsigned char*needle, int32_t needl… in grapheme_strrpos_utf16()
286 …s_utf16(unsigned char *haystack, int32_t haystack_len, unsigned char*needle, int32_t needle_len, i… in grapheme_strpos_utf16()
289 int32_t uhaystack_len, uneedle_len; in grapheme_strpos_utf16()
435 int32_t
459 int32_t
465 int32_t grapheme_offset; in grapheme_memnstr_grapheme()
526 int32_t pos; in grapheme_get_haystack_offset()
569 int32_t
570 …_strrpos_ascii(unsigned char *haystack, int32_t haystack_len, unsigned char *needle, int32_t needl… in grapheme_strrpos_ascii()
[all …]
H A Dgrapheme_string.c115 int32_t offset = 0; in PHP_FUNCTION()
182 int32_t offset = 0; in PHP_FUNCTION()
256 int32_t offset = 0; in PHP_FUNCTION()
257 int32_t ret_pos; in PHP_FUNCTION()
326 int32_t offset = 0; in PHP_FUNCTION()
327 int32_t ret_pos; in PHP_FUNCTION()
405 int32_t start = 0; in PHP_FUNCTION()
680 static inline int32_t
717 static inline int32_t
751 static inline int32_t
[all …]
/PHP-5.3/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-5.3/ext/mysqlnd/
H A Dconfig-win.h67 #define sint3korr(A) ((int32_t) ((((zend_uchar) (A)[2]) & 128) ? \
75 #define sint4korr(A) (*((int32_t *) (A)))
77 #define uint3korr(A) (int32_t) (*((uint32_t *) (A)) & 0xFFFFFF)
90 #define int4store(T,A) *((int32_t *) (T))= (int32_t) (A)
98 #define float8get(V,M) { *((int32_t *) &V) = *((int32_t*) M); \
99 *(((int32_t *) &V)+1) = *(((int32_t*) M)+1); }
100 #define float8store(T,V) { *((int32_t *) T) = *((int32_t*) &V); \
101 *(((int32_t *) T)+1) = *(((int32_t*) &V)+1); }
102 #define float4get(V,M) { *((int32_t *) &(V)) = *((int32_t*) (M)); }
H A Dmysqlnd_portability.h110 typedef int32 int32_t; typedef
112 typedef signed int int32_t; typedef
114 typedef signed long int32_t; typedef
294 #define sint3korr(A) ((int32_t) ((((zend_uchar) (A)[2]) & 128) ? \
356 #define sint3korr(A) ((int32_t) ((((zend_uchar) (A)[2]) & 128) ? \
364 #define sint4korr(A) (int32_t) (((int32_t) ((zend_uchar) (A)[0])) +\
365 (((int32_t) ((zend_uchar) (A)[1]) << 8)) +\
366 (((int32_t) ((zend_uchar) (A)[2]) << 16)) +\
367 (((int32_t) ((int16_t) (A)[3]) << 24)))
/PHP-5.3/ext/intl/dateformat/
H A Ddateformat_parse.c37 …o_timestamp(IntlDateFormatter_object *dfo, char* text_to_parse, int32_t text_len, int32_t *parse_p… in internal_parse_to_timestamp()
42 int32_t text_utf16_len = 0; in internal_parse_to_timestamp()
84 …o_localtime(IntlDateFormatter_object *dfo, char* text_to_parse, int32_t text_len, int32_t *parse_p… in internal_parse_to_localtime()
88 int32_t text_utf16_len = 0; in internal_parse_to_localtime()
131 int32_t text_len =0; in PHP_FUNCTION()
133 int32_t parse_pos = -1; in PHP_FUNCTION()
149 parse_pos = (int32_t)Z_LVAL_P(z_parse_pos); in PHP_FUNCTION()
169 int32_t text_len =0; in PHP_FUNCTION()
171 int32_t parse_pos = -1; in PHP_FUNCTION()
187 parse_pos = (int32_t)Z_LVAL_P(z_parse_pos); in PHP_FUNCTION()
/PHP-5.3/ext/date/lib/
H A Dtimelib_structs.h43 typedef int int32_t; typedef
45 typedef long int int32_t; typedef
82 int32_t offset;
92 int32_t trans;
93 int32_t offset;
114 int32_t *trans;
146 int32_t offset;
H A Dparse_tz.c86 int32_t *buffer = NULL; in read_transistions()
91 buffer = (int32_t*) malloc(tz->timecnt * sizeof(int32_t)); in read_transistions()
95 memcpy(buffer, *tzf, sizeof(int32_t) * tz->timecnt); in read_transistions()
96 *tzf += (sizeof(int32_t) * tz->timecnt); in read_transistions()
117 int32_t *leap_buffer; in read_types()
149 leap_buffer = (int32_t *) malloc(tz->leapcnt * 2 * sizeof(int32_t)); in read_types()
153 memcpy(leap_buffer, *tzf, sizeof(int32_t) * tz->leapcnt * 2); in read_types()
154 *tzf += sizeof(int32_t) * tz->leapcnt * 2; in read_types()
410 int32_t offset = 0, leap_secs = 0; in timelib_get_time_zone_info()
H A Dtimelib.c124 tmp->trans = (int32_t *) malloc(tz->timecnt * sizeof(int32_t)); in timelib_tzinfo_clone()
126 memcpy(tmp->trans, tz->trans, tz->timecnt * sizeof(int32_t)); in timelib_tzinfo_clone()
H A Dtimelib.m467 TL_CHECK_INT_TYPE(int32_t)
/PHP-5.3/ext/intl/formatter/
H A Dformatter_parse.c44 int32_t val32, position = 0; in PHP_FUNCTION()
47 int32_t* position_p = NULL; in PHP_FUNCTION()
71 position = (int32_t)Z_LVAL_P( zposition ); in PHP_FUNCTION()
132 int32_t* position_p = NULL; in PHP_FUNCTION()
133 int32_t position = 0; in PHP_FUNCTION()
156 position = (int32_t)Z_LVAL_P( zposition ); in PHP_FUNCTION()
H A Dformatter_format.c78 formatted_len = unum_format(FORMATTER_OBJECT(nfo), (int32_t)Z_LVAL_PP(number), in PHP_FUNCTION()
83 formatted_len = unum_format(FORMATTER_OBJECT(nfo), (int32_t)Z_LVAL_PP(number), in PHP_FUNCTION()
/PHP-5.3/ext/fileinfo/libmagic/
H A Dsoftmagic.c341 private int32_t
411 t = ms->offset + sizeof(int32_t); in mprint()
561 return (int32_t)t; in mprint()
564 private int32_t
580 return CAST(int32_t, (ms->offset + sizeof(int32_t))); in moffset()
804 p->l = (int32_t) in mconvert()
825 p->l = (int32_t) in mconvert()
842 p->l = (int32_t) in mconvert()
1298 offset = (int32_t)((p->hl[0]<<24)| in mget()
1369 offset = (int32_t)((p->hl[3]<<24)| in mget()
[all …]
H A Dcdf.h48 typedef int32_t cdf_secid_t;
88 typedef int32_t cdf_dirid_t;
173 int32_t _pi_s32;
H A Delfclass.h32 swap = (u.c[sizeof(int32_t) - 1] + 1) != elfhdr.e_ident[EI_DATA];
/PHP-5.3/ext/intl/idn/
H A Didn.c66 int32_t converted_utf8_len; in php_intl_idn_to()
68 int32_t converted_ret_len; in php_intl_idn_to()
97 …converted_ret_len = uidna_IDNToASCII(ustring, ustring_len, converted, MAXPATHLEN, (int32_t)option,… in php_intl_idn_to()
99 …converted_ret_len = uidna_IDNToUnicode(ustring, ustring_len, converted, MAXPATHLEN, (int32_t)optio… in php_intl_idn_to()
/PHP-5.3/ext/intl/normalizer/
H A Dnormalizer_normalize.c49 int32_t ret_len = 0; in PHP_FUNCTION()
51 int32_t size_needed; in PHP_FUNCTION()
111 …size_needed = unorm_normalize( uinput, uinput_len, form, (int32_t) 0 /* options */, uret_buf, uret… in PHP_FUNCTION()
134 …size_needed = unorm_normalize( uinput, uinput_len, form, (int32_t) 0 /* options */, uret_buf, uret… in PHP_FUNCTION()
233 …uret = unorm_isNormalizedWithOptions( uinput, uinput_len, form, (int32_t) 0 /* options */, &status… in PHP_FUNCTION()
/PHP-5.3/win32/
H A Dphp_stdint.h71 #ifndef int32_t
72 typedef __int32 int32_t; typedef
92 typedef int32_t int_least32_t;
102 typedef int32_t int_fast32_t;
133 #define INT32_MIN ((int32_t)_I32_MIN)
/PHP-5.3/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp42 int32_t& count);
46 int32_t& count) { in getArgTypeList()
51 U_CFUNC int32_t umsg_format_arg_count(UMessageFormat *fmt) in umsg_format_arg_count()
53 int32_t fmt_count = 0; in umsg_format_arg_count()
65 for(int32_t i = 0; i < fmt_count; ++i) { in umsg_format_helper()
149 for(int32_t i = 0; i < *count; i++) { in umsg_parse_helper()
H A Dmsgformat_helpers.h20 int32_t umsg_format_arg_count(UMessageFormat *fmt);
/PHP-5.3/ext/intl/
H A Dintl_convert.c52 int32_t dst_len = 0; in intl_convert_utf8_to_utf16()
116 int32_t dst_len; in intl_convert_utf16_to_utf8()
/PHP-5.3/ext/intl/resourcebundle/
H A Dresourcebundle.c32 const int32_t* vfield; in resourcebundle_extract_value()
33 int32_t ilen; in resourcebundle_extract_value()
/PHP-5.3/ext/zip/lib/
H A Dzipconf.h36 typedef int32_t zip_int32_t;
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_atomic.h29 typedef int32_t atomic_int_t;
88 typedef int32_t atomic_int_t;

Completed in 73 milliseconds

12