| /PHP_5_3/ext/zip/lib/ |
| H A D | zipconf.h | 36 typedef int32_t zip_int32_t;
|
| /PHP_5_3/sapi/fpm/fpm/ |
| H A D | fpm_atomic.h | 29 typedef int32_t atomic_int_t; 88 typedef int32_t atomic_int_t;
|
| /PHP_5_3/win32/ |
| H A D | php_stdint.h | 71 #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/fileinfo/libmagic/ |
| H A D | cdf.h | 48 typedef int32_t cdf_secid_t; 88 typedef int32_t cdf_dirid_t; 173 int32_t _pi_s32;
|
| H A D | elfclass.h | 32 swap = (u.c[sizeof(int32_t) - 1] + 1) != elfhdr.e_ident[EI_DATA];
|
| H A D | softmagic.c | 55 private int32_t mprint(struct magic_set *, struct magic *); 56 private int32_t moffset(struct magic_set *, struct magic *); 341 private int32_t 411 t = ms->offset + sizeof(int32_t); 561 return (int32_t)t; 564 private int32_t 569 return CAST(int32_t, (ms->offset + sizeof(char))); 574 return CAST(int32_t, (ms->offset + sizeof(short))); 580 return CAST(int32_t, (ms->offset + sizeof(int32_t))); [all...] |
| /PHP_5_3/ext/intl/dateformat/ |
| H A D | dateformat_format.c | 38 int32_t resultlengthneeded =0 ;
|
| H A D | dateformat_parse.c | 37 static void internal_parse_to_timestamp(IntlDateFormatter_object *dfo, char* text_to_parse, int32_t text_len, int32_t *parse_pos, zval *return_value TSRMLS_DC) 42 int32_t text_utf16_len = 0; 84 static void internal_parse_to_localtime(IntlDateFormatter_object *dfo, char* text_to_parse, int32_t text_len, int32_t *parse_pos, zval *return_value TSRMLS_DC) 88 int32_t text_utf16_len = 0; 131 int32_t text_len =0; 133 int32_t parse_pos = -1; 149 parse_pos = (int32_t)Z_LVAL_P(z_parse_pos); 169 int32_t text_le [all...] |
| /PHP_5_3/ext/intl/formatter/ |
| H A D | formatter_format.c | 78 formatted_len = unum_format(FORMATTER_OBJECT(nfo), (int32_t)Z_LVAL_PP(number), 83 formatted_len = unum_format(FORMATTER_OBJECT(nfo), (int32_t)Z_LVAL_PP(number),
|
| H A D | formatter_parse.c | 44 int32_t val32, position = 0; 47 int32_t* position_p = NULL; 71 position = (int32_t)Z_LVAL_P( zposition ); 132 int32_t* position_p = NULL; 133 int32_t position = 0; 156 position = (int32_t)Z_LVAL_P( zposition );
|
| /PHP_5_3/ext/intl/grapheme/ |
| H A D | grapheme_string.c | 115 int32_t offset = 0; 134 offset = (int32_t) loffset; 182 int32_t offset = 0; 202 offset = (int32_t) loffset; 256 int32_t offset = 0; 257 int32_t ret_pos; 276 offset = (int32_t) loffset; 326 int32_t offset = 0; 327 int32_t ret_pos; 346 offset = (int32_t) loffse [all...] |
| H A D | grapheme_util.c | 52 grapheme_intl_case_fold(UChar** ptr_to_free, UChar **str, int32_t *str_len, UErrorCode *pstatus ) 55 int32_t dest_len, size_required; 152 grapheme_strrpos_utf16(unsigned char *haystack, int32_t haystack_len, unsigned char*needle, int32_t needle_len, int32_t offset, int f_ignore_case TSRMLS_DC) 155 int32_t uhaystack_len, uneedle_len; 286 grapheme_strpos_utf16(unsigned char *haystack, int32_t haystack_len, unsigned char*needle, int32_t needle_len, int32_t offset, int32_t *puchar_po [all...] |
| H A D | grapheme_util.h | 27 grapheme_substr_ascii(char *str, int32_t str_len, int32_t f, int32_t l, int argc, char **sub_str, int *sub_str_len); 30 grapheme_strrpos_utf16(unsigned char *haystack, int32_t haystack_len, unsigned char*needle, int32_t needle_len, int32_t offset, int f_ignore_case TSRMLS_DC); 33 grapheme_strpos_utf16(unsigned char *haystack, int32_t haystack_len, unsigned char*needle, int32_t needle_len, int32_t offset, int *puchar_pos, int f_ignore_case TSRMLS_DC); 35 int grapheme_ascii_check(const unsigned char *day, int32_t le [all...] |
| /PHP_5_3/ext/intl/idn/ |
| H A D | idn.c | 66 int32_t converted_utf8_len; 68 int32_t converted_ret_len; 97 converted_ret_len = uidna_IDNToASCII(ustring, ustring_len, converted, MAXPATHLEN, (int32_t)option, &parse_error, &status); 99 converted_ret_len = uidna_IDNToUnicode(ustring, ustring_len, converted, MAXPATHLEN, (int32_t)option, &parse_error, &status);
|
| /PHP_5_3/ext/intl/ |
| H A D | intl_convert.c | 52 int32_t dst_len = 0; 116 int32_t dst_len;
|
| /PHP_5_3/ext/intl/msgformat/ |
| H A D | msgformat_helpers.cpp | 42 int32_t& count); 46 int32_t& count) { 51 U_CFUNC int32_t umsg_format_arg_count(UMessageFormat *fmt) 53 int32_t fmt_count = 0; 65 for(int32_t i = 0; i < fmt_count; ++i) { 149 for(int32_t i = 0; i < *count; i++) {
|
| H A D | msgformat_helpers.h | 20 int32_t umsg_format_arg_count(UMessageFormat *fmt);
|
| /PHP_5_3/ext/intl/normalizer/ |
| H A D | normalizer_normalize.c | 49 int32_t ret_len = 0; 51 int32_t size_needed; 111 size_needed = unorm_normalize( uinput, uinput_len, form, (int32_t) 0 /* options */, uret_buf, uret_len, &status); 134 size_needed = unorm_normalize( uinput, uinput_len, form, (int32_t) 0 /* options */, uret_buf, uret_len, &status); 233 uret = unorm_isNormalizedWithOptions( uinput, uinput_len, form, (int32_t) 0 /* options */, &status);
|
| /PHP_5_3/ext/intl/resourcebundle/ |
| H A D | resourcebundle.c | 32 const int32_t* vfield; 33 int32_t ilen;
|
| /PHP_5_3/ext/mysqlnd/ |
| H A D | config-win.h | 67 #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 *) [all...] |
| H A D | mysqlnd_portability.h | 110 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_ [all...] |
| /PHP_5_3/ext/date/lib/ |
| H A D | parse_tz.c | 86 int32_t *buffer = NULL; 91 buffer = (int32_t*) malloc(tz->timecnt * sizeof(int32_t)); 95 memcpy(buffer, *tzf, sizeof(int32_t) * tz->timecnt); 96 *tzf += (sizeof(int32_t) * tz->timecnt); 117 int32_t *leap_buffer; 149 leap_buffer = (int32_t *) malloc(tz->leapcnt * 2 * sizeof(int32_t)); 153 memcpy(leap_buffer, *tzf, sizeof(int32_t) * tz->leapcnt * 2); 154 *tzf += sizeof(int32_t) * t [all...] |
| H A D | timelib.c | 124 tmp->trans = (int32_t *) malloc(tz->timecnt * sizeof(int32_t)); 126 memcpy(tmp->trans, tz->trans, tz->timecnt * sizeof(int32_t));
|
| H A D | timelib_structs.h | 43 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;
|
| /PHP_5_3/sapi/litespeed/ |
| H A D | lsapidef.h | 133 int32_t m_iLen; /* include this header */ 152 int32_t m_httpHeaderLen; 153 int32_t m_reqBodyLen; 154 int32_t m_scriptFileOff; /* path to the script file. */ 155 int32_t m_scriptNameOff; /* decrypted URI, without pathinfo, */ 156 int32_t m_queryStringOff; /* Query string inside env */ 157 int32_t m_requestMethodOff; 158 int32_t m_cntUnknownHeaders; 159 int32_t m_cntEnv; 160 int32_t m_cntSpecialEn [all...] |