| /PHP_5_3/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; 135 char *begin, *end, *str; 150 end = *ptr; 151 str = calloc(1, end - begin + 1); 152 memcpy(str, begin, end - begin); 181 char *begin = *ptr, *end; 187 end = *ptr; 188 switch (end - begin) { 331 current = s->end; 437 timelib_time **begin, timelib_time **end, [all...] |
| /PHP_5_3/ext/sqlite/libsqlite/src/ |
| H A D | copy.c | 39 int addr, end; local 66 end = sqliteVdbeMakeLabel(v); 67 addr = sqliteVdbeAddOp(v, OP_FileRead, pTab->nCol, end); 96 sqliteVdbeResolveLabel(v, end);
|
| /PHP_5_3/ext/zip/lib/ |
| H A D | zip_source_buffer.c | 43 const char *buf, *data, *end; 73 f->end = ((const char *)data)+len; 106 n = z->end - z->buf; 131 st->size = z->end - z->data; 42 const char *buf, *data, *end; member in struct:read_data
|
| 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_5_3/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_5_3/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_to_normalize(OnigAmbigType flag, const UChar** pp, const UChar* end, argument 74 pp, end, lower); 78 big5_is_mbc_ambiguous(OnigAmbigType flag, const UChar** pp, const UChar* end) argument 80 return onigenc_mbn_is_mbc_ambiguous(ONIG_ENCODING_BIG5, flag, pp, end); 135 big5_is_allowed_reverse_match(const UChar* s, const UChar* end) argument
|
| H A D | euc_jp.c | 60 eucjp_mbc_to_code(const UChar* p, const UChar* end) argument 70 if (p >= end) break; 123 const UChar** pp, const UChar* end, UChar* lower) 153 eucjp_is_mbc_ambiguous(OnigAmbigType flag, const UChar** pp, const UChar* end) argument 155 return onigenc_mbn_is_mbc_ambiguous(ONIG_ENCODING_EUC_JP, flag, pp, end); 193 eucjp_is_allowed_reverse_match(const UChar* s, const UChar* end) argument 122 eucjp_mbc_to_normalize(OnigAmbigType flag, const UChar** pp, const UChar* end, UChar* lower) argument
|
| 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_to_normalize(OnigAmbigType flag, const UChar** pp, const UChar* end, argument 74 pp, end, lower); 78 euckr_is_mbc_ambiguous(OnigAmbigType flag, const UChar** pp, const UChar* end) argument 80 return onigenc_mbn_is_mbc_ambiguous(ONIG_ENCODING_EUC_KR, flag, pp, end); 111 euckr_is_allowed_reverse_match(const UChar* s, const UChar* end) argument
|
| 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_to_normalize(OnigAmbigType flag, const UChar** pp, const UChar* end, argument 74 pp, end, lower); 78 euctw_is_mbc_ambiguous(OnigAmbigType flag, const UChar** pp, const UChar* end) argument 80 return onigenc_mbn_is_mbc_ambiguous(ONIG_ENCODING_EUC_TW, flag, pp, end); 111 euctw_is_allowed_reverse_match(const UChar* s, const UChar* end) argument
|
| H A D | sjis.c | 96 sjis_mbc_to_code(const UChar* p, const UChar* end) argument 107 if (p >= end) break; 131 const UChar** pp, const UChar* end, UChar* lower) 161 sjis_is_mbc_ambiguous(OnigAmbigType flag, const UChar** pp, const UChar* end) argument 163 return onigenc_mbn_is_mbc_ambiguous(ONIG_ENCODING_SJIS, flag, pp, end); 206 sjis_is_allowed_reverse_match(const UChar* s, const UChar* end) argument 130 sjis_mbc_to_normalize(OnigAmbigType flag, const UChar** pp, const UChar* end, UChar* lower) argument
|
| H A D | utf32_be.c | 39 utf32be_is_mbc_newline(const UChar* p, const UChar* end) argument 41 if (p + 3 < end) { 57 utf32be_mbc_to_code(const UChar* p, const UChar* end) argument 81 utf32be_mbc_to_normalize(OnigAmbigType flag, const UChar** pp, const UChar* end, argument 118 utf32be_is_mbc_ambiguous(OnigAmbigType flag, const UChar** pp, const UChar* end) argument
|
| H A D | utf32_le.c | 39 utf32le_is_mbc_newline(const UChar* p, const UChar* end) argument 41 if (p + 3 < end) { 57 utf32le_mbc_to_code(const UChar* p, const UChar* end) argument 81 utf32le_mbc_to_normalize(OnigAmbigType flag, const UChar** pp, const UChar* end, argument 117 utf32le_is_mbc_ambiguous(OnigAmbigType flag, const UChar** pp, const UChar* end) argument
|
| /PHP_5_3/ext/mbstring/oniguruma/ |
| H A D | regenc.h | 79 ONIG_EXTERN int onigenc_is_mbc_newline_0x0a P_((const UChar* p, const UChar* end)); 82 ONIG_EXTERN int onigenc_ascii_mbc_to_normalize P_((OnigAmbigType flag, const UChar** p, const UChar* end, UChar* lower)); 83 ONIG_EXTERN int onigenc_ascii_is_mbc_ambiguous P_((OnigAmbigType flag, const UChar** p, const UChar* end)); 85 ONIG_EXTERN OnigCodePoint onigenc_single_byte_mbc_to_code P_((const UChar* p, const UChar* end)); 90 ONIG_EXTERN int onigenc_always_true_is_allowed_reverse_match P_((const UChar* s, const UChar* end)); 91 ONIG_EXTERN int onigenc_always_false_is_allowed_reverse_match P_((const UChar* s, const UChar* end)); 94 ONIG_EXTERN OnigCodePoint onigenc_mbn_mbc_to_code P_((OnigEncoding enc, const UChar* p, const UChar* end)); 95 ONIG_EXTERN int onigenc_mbn_mbc_to_normalize P_((OnigEncoding enc, OnigAmbigType flag, const UChar** p, const UChar* end, UChar* lower)); 96 ONIG_EXTERN int onigenc_mbn_is_mbc_ambiguous P_((OnigEncoding enc, OnigAmbigType flag, const UChar** p, const UChar* end)); 128 onigenc_with_ascii_strncmp P_((OnigEncoding enc, const UChar* p, const UChar* end, cons [all...] |
| H A D | regexec.c | 33 #define ONIGENC_IS_MBC_CRNL(enc,p,end) \ 34 (ONIGENC_MBC_TO_CODE(enc,p,end) == 13 && \ 35 ONIGENC_IS_MBC_NEWLINE(enc,(p+enc_len(enc,p)),end)) 57 node->end = ONIG_REGION_NOTPOS; 90 node->end = ONIG_REGION_NOTPOS; 136 clone->end = node->end; 162 region->beg[i] = region->end[i] = ONIG_REGION_NOTPOS; 179 region->end = (int* )xmalloc(n * sizeof(int)); 181 if (region->beg == 0 || region->end 211 onig_region_set(OnigRegion* region, int at, int beg, int end) argument 326 StackIndex end; /* prev. info (for backtrack "(...)*" ) */ member in struct:_StackType::__anon213::__anon217 1036 UChar *p1, *p2, *end, *s2, *end2; local 1423 match_at(regex_t* reg, const UChar* str, const UChar* end, const UChar* sstart, UChar* sprev, MatchArg* msa) argument 2925 UChar *t, *p, *s, *end; local 2953 str_lower_case_match(OnigEncoding enc, int ambig_flag, const UChar* t, const UChar* tend, const UChar* p, const UChar* end) argument 2984 UChar *s, *end; local 3066 const UChar *s, *se, *t, *p, *end; local 3123 const UChar *s, *t, *p, *end; local 3158 set_bm_backward_skip(UChar* s, UChar* end, OnigEncoding enc, int** skip) argument 3237 onig_match(regex_t* reg, const UChar* str, const UChar* end, const UChar* at, OnigRegion* region, OnigOptionType option) argument 3298 forward_search_range(regex_t* reg, const UChar* str, const UChar* end, UChar* s, UChar* range, UChar** low, UChar** high, UChar** low_prev) argument 3427 backward_search_range(regex_t* reg, const UChar* str, const UChar* end, UChar* s, const UChar* range, UChar* adjrange, UChar** low, UChar** high) argument 3530 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_5_3/ext/filter/ |
| H A D | logical_filters.c | 72 const char *end = str + str_len; local 84 if (str < end && *str >= '1' && *str <= '9') { 90 if ((end - str > MAX_LENGTH_OF_LONG - 1) /* number too long */ 91 || (SIZEOF_LONG == 4 && (end - str == MAX_LENGTH_OF_LONG - 1) && *str > '2')) { 96 while (str < end) { 118 const char *end = str + str_len; local 120 while (str < end) { 141 const char *end = str + str_len; local 144 while (str < end) { 301 char *str, *end; local 555 const char *end = str + str_len; local 594 char *end; local [all...] |
| /PHP_5_3/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); 885 if (regs->beg[0] == regs->end[0]) { 903 if (regs->beg[n] >= 0 && regs->beg[n] < regs->end[n] && regs->end[ 1119 int n, i, err, pos, len, beg, end; local 1301 int n, i, len, beg, end; local [all...] |
| /PHP_5_3/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_5_3/main/ |
| H A D | fopen_wrappers.c | 87 char **p, *pathbuf, *ptr, *end; local 117 end = strchr(ptr, DEFAULT_DIR_SEPARATOR); 118 if (end != NULL) { 119 *end = '\0'; 120 end++; 127 ptr = end; 230 /* Handler for basedirs that end with a / */ 300 char *end; local 315 end = strchr(ptr, DEFAULT_DIR_SEPARATOR); 316 if (end ! 349 char *end; local 541 const char *ptr, *end, *p; local 681 char *pathbuf, *ptr, *end; local [all...] |
| /PHP_5_3/sapi/cli/ |
| H A D | php_cli_readline.h | 25 char **cli_code_completion(const char *text, int start, int end);
|
| /PHP_5_3/Zend/ |
| H A D | zend_qsort.c | 61 register char *end; local 73 end = end_stack[loop]; 75 while (begin < end) { 76 offset = (end - begin) >> 1; 80 seg2 = end; 102 if ((seg2p - begin) <= (end - seg2p)) { 103 if ((seg2p + siz) < end) { 105 end_stack[loop++] = end; 107 end = seg2p - siz;
|
| H A D | zend_static_allocator.h | 34 char *end; member in struct:_Block
|
| /PHP_5_3/ext/mysqlnd/ |
| H A D | mysqlnd_charset.c | 27 static unsigned int check_mb_utf8mb3_sequence(const char *start, const char *end) argument 31 if (start >= end) { 44 if (start + 2 > end) { 53 if (start + 3 > end) { 66 static unsigned int check_mb_utf8_sequence(const char *start, const char *end) argument 70 if (start >= end) { 83 if (start + 2 > end) { 92 if (start + 3 > end) { 102 if (start + 4 > end) { /* We need 4 characters */ 138 static unsigned int check_mb_utf8mb3_valid(const char *start, const char *end) argument 144 check_mb_utf8_valid(const char *start, const char *end) argument 198 check_mb_big5(const char *start, const char *end) argument 216 check_mb_cp932(const char *start, const char *end) argument 233 check_mb_euckr(const char *start, const char *end) argument 261 check_mb_eucjpms(const char *start, const char *end) argument 298 check_mb_gb2312(const char *start, const char *end) argument 316 check_mb_gbk(const char *start, const char *end) argument 333 check_mb_sjis(const char *start, const char *end) argument 365 check_mb_ujis(const char *start, const char *end) argument 395 check_mb_utf16(const char *start, const char *end) argument 690 const char *end = escapestr + escapestr_len; local 744 const char *end = escapestr + escapestr_len; local [all...] |