| /PHP_TRUNK/ext/date/lib/ |
| H A D | astro.h | 34 /* This macro computes the start and end times of civil twilight. */ 37 #define civil_twilight(ts,lon,lat,start,end) \ 38 timelib_astro_rise_set_altitude( ts, lon, lat, -6.0, 0, start, end ) 40 /* This macro computes the start and end times of nautical twilight. */ 43 #define nautical_twilight(ts,lon,lat,start,end) \ 44 timelib_astro_rise_set_altitude( ts, lon, lat, -12.0, 0, start, end ) 46 /* This macro computes the start and end times of astronomical twilight. */ 49 #define astronomical_twilight(ts,lon,lat,start,end) \ 50 timelib_astro_rise_set_altitude( ts, lon, lat, -18.0, 0, start, end )
|
| H A D | parse_iso_intervals.re | 94 struct timelib_time *end; 133 char *begin, *end, *str; 148 end = *ptr; 149 str = calloc(1, end - begin + 1); 150 memcpy(str, begin, end - begin); 296 current = s->end; 402 timelib_time **begin, timelib_time **end, 457 in.end = timelib_time_ctor(); 458 in.end->y = TIMELIB_UNSET; 459 in.end [all...] |
| /PHP_TRUNK/ext/zip/lib/ |
| H A D | zip_source_deflate.c | 109 int end, ret; 121 end = 0; 122 while (!end) { 132 end = 1; 138 end = 1; 145 end = 1; 167 end = 1; 185 int end, ret; 197 end = 0; 198 while (!end 106 int end, ret; local 181 int end, ret; local [all...] |
| /PHP_TRUNK/sapi/fpm/fpm/ |
| H A D | fpm_str.h | 10 char *d, *end; local 13 end = dst + size - 1; 15 for (; d < end && *src; ++d, ++src) {
|
| /PHP_TRUNK/ext/mbstring/oniguruma/enc/ |
| H A D | big5.c | 58 big5_mbc_to_code(const UChar* p, const UChar* end) argument 60 return onigenc_mbn_mbc_to_code(ONIG_ENCODING_BIG5, p, end); 70 big5_mbc_case_fold(OnigCaseFoldType flag, const UChar** pp, const UChar* end, argument 74 pp, end, lower); 80 const UChar** pp, const UChar* end) 82 return onigenc_mbn_is_mbc_ambiguous(ONIG_ENCODING_BIG5, flag, pp, end); 138 big5_is_allowed_reverse_match(const UChar* s, const UChar* end ARG_UNUSED)
|
| H A D | euc_jp.c | 60 mbc_to_code(const UChar* p, const UChar* end) argument 70 if (p >= end) break; 124 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) 166 is_allowed_reverse_match(const UChar* s, const UChar* end ARG_UNUSED) 203 end: 208 property_name_to_ctype(OnigEncoding enc, UChar* p, UChar* end) argument 214 if (onig_st_lookup_strend(PropertyNameTable, p, end, &ctype) == 0) { 215 return onigenc_minimum_property_name_to_ctype(enc, p, end);
|
| H A D | euc_kr.c | 58 euckr_mbc_to_code(const UChar* p, const UChar* end) argument 60 return onigenc_mbn_mbc_to_code(ONIG_ENCODING_EUC_KR, p, end); 70 euckr_mbc_case_fold(OnigCaseFoldType flag, const UChar** pp, const UChar* end, argument 74 pp, end, lower); 80 const UChar** pp, const UChar* end) 82 return onigenc_mbn_is_mbc_ambiguous(ONIG_ENCODING_EUC_KR, flag, pp, end); 114 euckr_is_allowed_reverse_match(const UChar* s, const UChar* end ARG_UNUSED)
|
| H A D | euc_tw.c | 58 euctw_mbc_to_code(const UChar* p, const UChar* end) argument 60 return onigenc_mbn_mbc_to_code(ONIG_ENCODING_EUC_TW, p, end); 70 euctw_mbc_case_fold(OnigCaseFoldType flag, const UChar** pp, const UChar* end, argument 74 pp, end, lower); 105 euctw_is_allowed_reverse_match(const UChar* s, const UChar* end ARG_UNUSED)
|
| H A D | sjis.c | 96 mbc_to_code(const UChar* p, const UChar* end) argument 107 if (p >= end) break; 131 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) 155 const UChar** pp, const UChar* end) 157 return onigenc_mbn_is_mbc_ambiguous(ONIG_ENCODING_SJIS, flag, pp, end); 202 is_allowed_reverse_match(const UChar* s, const UChar* end ARG_UNUSED) 237 end: 242 property_name_to_ctype(OnigEncoding enc, UChar* p, UChar* end) argument 248 if (onig_st_lookup_strend(PropertyNameTable, p, end, &ctype) == 0) { 249 return onigenc_minimum_property_name_to_ctype(enc, p, end); [all...] |
| H A D | utf16_be.c | 58 utf16be_is_mbc_newline(const UChar* p, const UChar* end) argument 60 if (p + 1 < end) { 78 utf16be_mbc_to_code(const UChar* p, const UChar* end ARG_UNUSED) 124 const UChar** pp, const UChar* end, UChar* fold) 148 pp, end, fold); 153 utf16be_is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end) 202 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) 205 flag, p, end, items); 123 utf16be_mbc_case_fold(OnigCaseFoldType flag, const UChar** pp, const UChar* end, UChar* fold) argument 201 utf16be_get_case_fold_codes_by_str(OnigCaseFoldType flag, const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) argument
|
| H A D | utf16_le.c | 64 utf16le_is_mbc_newline(const UChar* p, const UChar* end) argument 66 if (p + 1 < end) { 84 utf16le_mbc_to_code(const UChar* p, const UChar* end ARG_UNUSED) 127 const UChar** pp, const UChar* end, UChar* fold) 149 return onigenc_unicode_mbc_case_fold(ONIG_ENCODING_UTF16_LE, flag, pp, end, 156 const UChar* end) 203 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) 206 flag, p, end, items); 126 utf16le_mbc_case_fold(OnigCaseFoldType flag, const UChar** pp, const UChar* end, UChar* fold) argument 202 utf16le_get_case_fold_codes_by_str(OnigCaseFoldType flag, const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) argument
|
| H A D | utf32_be.c | 39 utf32be_is_mbc_newline(const UChar* p, const UChar* end) argument 41 if (p + 3 < end) { 61 utf32be_mbc_to_code(const UChar* p, const UChar* end ARG_UNUSED) 86 const UChar** pp, const UChar* end, UChar* fold) 111 return onigenc_unicode_mbc_case_fold(ONIG_ENCODING_UTF32_BE, flag, pp, end, 117 utf32be_is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end) 161 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) 164 flag, p, end, items); 85 utf32be_mbc_case_fold(OnigCaseFoldType flag, const UChar** pp, const UChar* end, UChar* fold) argument 160 utf32be_get_case_fold_codes_by_str(OnigCaseFoldType flag, const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) argument
|
| H A D | utf32_le.c | 39 utf32le_is_mbc_newline(const UChar* p, const UChar* end) argument 41 if (p + 3 < end) { 61 utf32le_mbc_to_code(const UChar* p, const UChar* end ARG_UNUSED) 86 const UChar** pp, const UChar* end, UChar* fold) 112 return onigenc_unicode_mbc_case_fold(ONIG_ENCODING_UTF32_LE, flag, pp, end, 118 utf32le_is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end) 161 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) 164 flag, p, end, items); 85 utf32le_mbc_case_fold(OnigCaseFoldType flag, const UChar** pp, const UChar* end, UChar* fold) argument 160 utf32le_get_case_fold_codes_by_str(OnigCaseFoldType flag, const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) argument
|
| H A D | utf8.c | 69 is_mbc_newline(const UChar* p, const UChar* end) argument 71 if (p < end) { 78 if (p + 1 < end) { 81 if (p + 2 < end) { 94 mbc_to_code(const UChar* p, const UChar* end ARG_UNUSED) 196 const UChar* end, UChar* fold) 218 pp, end, fold); 224 is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end) 282 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) 285 flag, p, end, item 195 mbc_case_fold(OnigCaseFoldType flag, const UChar** pp, const UChar* end, UChar* fold) argument 281 get_case_fold_codes_by_str(OnigCaseFoldType flag, const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) argument [all...] |
| /PHP_TRUNK/ext/mbstring/oniguruma/ |
| H A D | regenc.h | 116 ONIG_EXTERN int onigenc_ascii_get_case_fold_codes_by_str P_((OnigCaseFoldType flag, const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[])); 118 ONIG_EXTERN int onigenc_get_case_fold_codes_by_str_with_map P_((int map_size, const OnigPairCaseFoldCodes map[], int ess_tsett_flag, OnigCaseFoldType flag, const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[])); 120 ONIG_EXTERN int onigenc_is_mbc_newline_0x0a P_((const UChar* p, const UChar* end)); 124 ONIG_EXTERN int onigenc_ascii_mbc_case_fold P_((OnigCaseFoldType flag, const UChar** p, const UChar* end, UChar* lower)); 126 ONIG_EXTERN OnigCodePoint onigenc_single_byte_mbc_to_code P_((const UChar* p, const UChar* end)); 130 ONIG_EXTERN int onigenc_always_true_is_allowed_reverse_match P_((const UChar* s, const UChar* end)); 131 ONIG_EXTERN int onigenc_always_false_is_allowed_reverse_match P_((const UChar* s, const UChar* end)); 134 ONIG_EXTERN OnigCodePoint onigenc_mbn_mbc_to_code P_((OnigEncoding enc, const UChar* p, const UChar* end)); 135 ONIG_EXTERN int onigenc_mbn_mbc_case_fold P_((OnigEncoding enc, OnigCaseFoldType flag, const UChar** p, const UChar* end, UChar* lower)); 138 ONIG_EXTERN int onigenc_minimum_property_name_to_ctype P_((OnigEncoding enc, UChar* p, UChar* end)); [all...] |
| H A D | regexec.c | 35 #define ONIGENC_IS_MBC_CRNL(enc,p,end) \ 36 (ONIGENC_MBC_TO_CODE(enc,p,end) == 13 && \ 37 ONIGENC_IS_MBC_NEWLINE(enc,(p+enclen(enc,p)),end)) 59 node->end = ONIG_REGION_NOTPOS; 92 node->end = ONIG_REGION_NOTPOS; 138 clone->end = node->end; 164 region->beg[i] = region->end[i] = ONIG_REGION_NOTPOS; 181 region->end = (int* )xmalloc(n * sizeof(int)); 183 if (region->beg == 0 || region->end 213 onig_region_set(OnigRegion* region, int at, int beg, int end) argument 1238 match_at(regex_t* reg, const UChar* str, const UChar* end, const UChar* right_range, const UChar* sstart, UChar* sprev, OnigMatchArg* msa) argument 2744 UChar *t, *p, *s, *end; local 2772 str_lower_case_match(OnigEncoding enc, int case_fold_flag, const UChar* t, const UChar* tend, const UChar* p, const UChar* end) argument 2796 UChar *s, *end; local 2879 const UChar *s, *se, *t, *p, *end; local 2934 const UChar *s, *t, *p, *end; local 2969 set_bm_backward_skip(UChar* s, UChar* end, OnigEncoding enc ARG_UNUSED, int** skip) argument 3049 onig_match(regex_t* reg, const UChar* str, const UChar* end, const UChar* at, OnigRegion* region, OnigOptionType option) argument 3114 forward_search_range(regex_t* reg, const UChar* str, const UChar* end, UChar* s, UChar* range, UChar** low, UChar** high, UChar** low_prev) argument 3245 backward_search_range(regex_t* reg, const UChar* str, const UChar* end, UChar* s, const UChar* range, UChar* adjrange, UChar** low, UChar** high) argument 3350 onig_search(regex_t* reg, const UChar* str, const UChar* end, const UChar* start, const UChar* range, OnigRegion* region, OnigOptionType option) argument [all...] |
| H A D | regext.c | 33 conv_ext0be32(const UChar* s, const UChar* end, UChar* conv) argument 35 while (s < end) { 44 conv_ext0le32(const UChar* s, const UChar* end, UChar* conv) argument 46 while (s < end) { 55 conv_ext0be(const UChar* s, const UChar* end, UChar* conv) argument 57 while (s < end) { 64 conv_ext0le(const UChar* s, const UChar* end, UChar* conv) argument 66 while (s < end) { 73 conv_swap4bytes(const UChar* s, const UChar* end, UChar* conv) argument 75 while (s < end) { 85 conv_swap2bytes(const UChar* s, const UChar* end, UChar* conv) argument 95 conv_encoding(OnigEncoding from, OnigEncoding to, const UChar* s, const UChar* end, UChar** conv, UChar** conv_end) argument [all...] |
| H A D | regtrav.c | 45 r = (*callback_func)(node->group, node->beg, node->end, 57 r = (*callback_func)(node->group, node->beg, node->end,
|
| /PHP_TRUNK/Zend/ |
| H A D | zend_static_allocator.h | 34 char *end; member in struct:_Block
|
| H A D | zend_qsort.c | 62 register char *end; local 74 end = end_stack[loop]; 76 while (begin < end) { 77 offset = (end - begin) >> 1; 81 seg2 = end; 103 if ((seg2p - begin) <= (end - seg2p)) { 104 if ((seg2p + siz) < end) { 106 end_stack[loop++] = end; 108 end = seg2p - siz;
|
| /PHP_TRUNK/ext/standard/ |
| H A D | scanf.c | 111 char end; member in struct:CharSet::Range 145 char *end; local 154 end = format + 1; /* verify this - cc */ 160 ch = end++; 167 ch = end++; 170 cset->chars = (char *) safe_emalloc(sizeof(char), (end - format - 1), 0); 211 cset->ranges[cset->nranges].end = *ch; 214 cset->ranges[cset->nranges].end = start; 256 && (ch <= cset->ranges[i].end)) { 315 char *end, *c local 587 char *end, *baseString; local [all...] |
| /PHP_TRUNK/main/ |
| H A D | fopen_wrappers.c | 86 char **p, *pathbuf, *ptr, *end; local 116 end = strchr(ptr, DEFAULT_DIR_SEPARATOR); 117 if (end != NULL) { 118 *end = '\0'; 119 end++; 126 ptr = end; 229 /* Handler for basedirs that end with a / */ 299 char *end; local 314 end = strchr(ptr, DEFAULT_DIR_SEPARATOR); 315 if (end ! 477 const char *ptr, *end, *p; local 613 char *pathbuf, *ptr, *end; local [all...] |
| /PHP_TRUNK/ext/filter/ |
| H A D | logical_filters.c | 72 const char *end = str + str_len; local 83 if (*str == '0' && str + 1 == end) { 89 if (str < end && *str >= '1' && *str <= '9') { 95 if ((end - str > MAX_LENGTH_OF_LONG - 1) /* number too long */ 96 || (SIZEOF_LONG == 4 && (end - str == MAX_LENGTH_OF_LONG - 1) && *str > '2')) { 101 while (str < end) { 123 const char *end = str + str_len; local 125 while (str < end) { 146 const char *end = str + str_len; local 149 while (str < end) { 309 char *str, *end; local 563 const char *end = str + str_len; local 602 char *end; local [all...] |
| /PHP_TRUNK/ext/mbstring/ |
| H A D | php_mbregex.c | 697 int i, match_len, beg, end; local 745 match_len = regs->end[0] - regs->beg[0]; 750 end = regs->end[i]; 751 if (beg >= 0 && beg < end && end <= string_len) { 752 add_index_stringl(array, i, (char *)&str[beg], end - beg, 1); 905 if (regs->beg[0] == regs->end[0]) { 925 if (regs->beg[n] >= 0 && regs->beg[n] < regs->end[n] && regs->end[ 1084 int beg, end; local 1183 int n, i, err, pos, len, beg, end; local 1365 int n, i, len, beg, end; local [all...] |
| /PHP_TRUNK/ext/mysqlnd/ |
| H A D | mysqlnd_charset.c | 28 static unsigned int check_mb_utf8mb3_sequence(const char *start, const char *end) argument 32 if (start >= end) { 45 if (start + 2 > end) { 54 if (start + 3 > end) { 67 static unsigned int check_mb_utf8_sequence(const char *start, const char *end) argument 71 if (start >= end) { 84 if (start + 2 > end) { 93 if (start + 3 > end) { 103 if (start + 4 > end) { /* We need 4 characters */ 139 static unsigned int check_mb_utf8mb3_valid(const char *start, const char *end) argument 145 check_mb_utf8_valid(const char *start, const char *end) argument 199 check_mb_big5(const char *start, const char *end) argument 217 check_mb_cp932(const char *start, const char *end) argument 234 check_mb_euckr(const char *start, const char *end) argument 262 check_mb_eucjpms(const char *start, const char *end) argument 299 check_mb_gb2312(const char *start, const char *end) argument 317 check_mb_gbk(const char *start, const char *end) argument 334 check_mb_sjis(const char *start, const char *end) argument 366 check_mb_ujis(const char *start, const char *end) argument 396 check_mb_utf16(const char *start, const char *end) argument 692 const char *end = escapestr + escapestr_len; local 746 const char *end = escapestr + escapestr_len; local [all...] |