| /PHP_5_3/ext/phar/tests/files/ |
| H A D | pear2coverage.phar.php | 765 $this->sqlite->begin(); 1496 function begin() 1493 function begin() function
|
| /PHP_5_3/ext/mbstring/libmbfl/mbfl/ |
| H A D | eaw_table.h | 2 int begin; member in struct:__anon190
|
| /PHP_5_3/ext/date/lib/ |
| H A D | parse_date.c | 445 char *begin, *end, *str; local 455 begin = *ptr; 462 *scanned_length = end - begin; 464 str = calloc(1, end - begin + 1); 465 memcpy(str, begin, end - begin); 488 char *begin, *end, *str; local 498 begin = *ptr; 504 str = calloc(1, end - begin + 1); 505 memcpy(str, begin, en 537 char *begin = *ptr, *end; local 571 char *begin = *ptr, *end; local 604 char *begin = *ptr, *end; local 651 char *begin = *ptr, *end; local 764 char *begin = *ptr, *end; local 24887 char *begin; local [all...] |
| H A D | parse_iso_intervals.c | 95 struct timelib_time *begin; member in struct:Scanner 137 char *begin, *end, *str; local 147 begin = *ptr; 153 str = calloc(1, end - begin + 1); 154 memcpy(str, begin, end - begin); 183 char *begin = *ptr, *end; local 190 switch (end - begin) { 193 return HOUR(strtol(begin, NULL, 10)); 197 if (begin[ 1042 timelib_strtointerval(char *s, int len, timelib_time **begin, timelib_time **end, timelib_rel_time **period, int *recurrences, struct timelib_error_container **errors) argument [all...] |
| /PHP_5_3/ext/pdo/ |
| H A D | php_pdo_driver.h | 303 pdo_dbh_txn_func begin; member in struct:pdo_dbh_methods
|
| /PHP_5_3/Zend/ |
| H A D | zend_qsort.c | 60 register char *begin; local 72 begin = begin_stack[loop]; 75 while (begin < end) { 76 offset = (end - begin) >> 1; 77 _zend_qsort_swap(begin, begin + (offset - (offset % siz)), siz); 79 seg1 = begin + siz; 83 for (; seg1 < seg2 && compare(begin, seg1 TSRMLS_CC) > 0; 86 for (; seg2 >= seg1 && compare(seg2, begin TSRMLS_CC) > 0; 98 _zend_qsort_swap(begin, seg [all...] |
| /PHP_5_3/ext/mysqlnd/ |
| H A D | mysqlnd_wireprotocol.c | 64 if ((size_t)(p - begin) > packet->header.size) { \ 307 zend_uchar *begin = buf; local 383 DBG_ERR_FMT("GREET packet %d bytes shorter than expected", p - begin - packet->header.size); 385 p - begin - packet->header.size); 530 zend_uchar *begin = buf; local 568 packet->message_len = MIN(i, buf_len - (p - begin)); 583 DBG_ERR_FMT("OK packet %d bytes shorter than expected", p - begin - packet->header.size); 585 p - begin - packet->header.size); 621 zend_uchar *begin = buf; local 666 DBG_ERR_FMT("EOF packet %d bytes shorter than expected", p - begin 768 zend_uchar *begin = buf; local 907 zend_uchar *begin = buf; local 1699 zend_uchar *begin = buf; local 1787 zend_uchar *begin = buf; local [all...] |
| /PHP_5_3/ext/standard/ |
| H A D | string.c | 3784 int begin, end, char_count, orig_begin; local 3878 begin=end=str_len-1; 3883 while ((!max_chars || char_count < max_chars) && begin > 0) { 3885 begin--; 3886 if (begin <= 0 || _isnewline(heb_str[begin])) { 3887 while (begin > 0 && _isnewline(heb_str[begin-1])) { 3888 begin--; 3895 int new_char_count=char_count, new_begin=begin; [all...] |
| /PHP_5_3/ext/date/ |
| H A D | php_date.c | 3405 unsigned int i, begin = 0, found; local 3443 begin = 0; 3446 begin = 0; 3450 if (tzobj->tzi.tz->trans[begin] > timestamp_begin) { 3451 if (begin > 0) { 3452 add(begin - 1, timestamp_begin); 3459 begin++; 3460 } while (begin < tzobj->tzi.tz->timecnt); 3471 for (i = begin; i < tzobj->tzi.tz->timecnt; ++i) { 4224 Returns an array with information about sun set/rise and twilight begin/en [all...] |