| /PHP_TRUNK/ext/phar/tests/files/ |
| H A D | pear2coverage.phar.php | 765 $this->sqlite->begin(); 1496 function begin() 1493 function begin() function
|
| /PHP_TRUNK/ext/mbstring/libmbfl/mbfl/ |
| H A D | eaw_table.h | 2 int begin; member in struct:__anon211
|
| /PHP_TRUNK/ext/pdo/ |
| H A D | php_pdo_driver.h | 303 pdo_dbh_txn_func begin; member in struct:pdo_dbh_methods
|
| /PHP_TRUNK/ext/mysqlnd/ |
| H A D | mysqlnd_wireprotocol.c | 65 if ((size_t)(p - begin) > packet->header.size) { \ 326 zend_uchar *begin = buf; local 448 DBG_ERR_FMT("GREET packet %d bytes shorter than expected", p - begin - packet->header.size); 450 p - begin - packet->header.size); 648 zend_uchar *begin = buf; local 710 packet->message_len = MIN(i, buf_len - (p - begin)); 724 DBG_ERR_FMT("OK packet %d bytes shorter than expected", p - begin - packet->header.size); 726 p - begin - packet->header.size); 811 zend_uchar *begin = buf; local 849 packet->message_len = MIN(i, buf_len - (p - begin)); 902 zend_uchar *begin = buf; local 1051 zend_uchar *begin = buf; local 1190 zend_uchar *begin = buf; local 1931 zend_uchar *begin = buf; local 2019 zend_uchar *begin = buf; local 2136 zend_uchar *begin = buf; local [all...] |
| /PHP_TRUNK/Zend/ |
| H A D | zend_qsort.c | 61 register char *begin; local 73 begin = begin_stack[loop]; 76 while (begin < end) { 77 offset = (end - begin) >> 1; 78 _zend_qsort_swap(begin, begin + (offset - (offset % siz)), siz); 80 seg1 = begin + siz; 84 for (; seg1 < seg2 && compare(begin, seg1 TSRMLS_CC, arg) > 0; 87 for (; seg2 >= seg1 && compare(seg2, begin TSRMLS_CC, arg) > 0; 99 _zend_qsort_swap(begin, seg [all...] |
| /PHP_TRUNK/ext/standard/ |
| H A D | string.c | 4039 int begin, end, char_count, orig_begin; local 4133 begin=end=str_len-1; 4138 while ((!max_chars || char_count < max_chars) && begin > 0) { 4140 begin--; 4141 if (begin <= 0 || _isnewline(heb_str[begin])) { 4142 while (begin > 0 && _isnewline(heb_str[begin-1])) { 4143 begin--; 4150 int new_char_count=char_count, new_begin=begin; [all...] |
| /PHP_TRUNK/ext/date/lib/ |
| H A D | parse_iso_intervals.c | 95 struct timelib_time *begin; member in struct:Scanner 135 char *begin, *end, *str; local 145 begin = *ptr; 151 str = calloc(1, end - begin + 1); 152 memcpy(str, begin, end - begin); 893 current = s->begin; 1008 timelib_time **begin, timelib_time **end, 1050 in.begin = timelib_time_ctor(); 1051 in.begin 1007 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...] |
| H A D | timelib.c | 291 char *begin = *ptr, *end; local 298 switch (end - begin) { 301 return HOUR(strtol(begin, NULL, 10)); 305 if (begin[1] == ':') { 306 tmp = HOUR(strtol(begin, NULL, 10)) + strtol(begin + 2, NULL, 10); 308 } else if (begin[2] == ':') { 309 tmp = HOUR(strtol(begin, NULL, 10)) + strtol(begin + 3, NULL, 10); 312 tmp = strtol(begin, NUL [all...] |
| H A D | parse_date.c | 443 char *begin, *end, *str; local 453 begin = *ptr; 460 *scanned_length = end - begin; 462 str = calloc(1, end - begin + 1); 463 memcpy(str, begin, end - begin); 486 char *begin, *end, *str; local 496 begin = *ptr; 502 str = calloc(1, end - begin + 1); 503 memcpy(str, begin, en 536 char *begin = *ptr, *end; local 569 char *begin = *ptr, *end; local 616 char *begin = *ptr, *end; local 729 char *begin = *ptr, *end; local 24854 char *begin; local [all...] |
| /PHP_TRUNK/ext/date/ |
| H A D | php_date.c | 3883 unsigned int i, begin = 0, found; local 3921 begin = 0; 3924 begin = 0; 3928 if (tzobj->tzi.tz->trans[begin] > timestamp_begin) { 3929 if (begin > 0) { 3930 add(begin - 1, timestamp_begin); 3937 begin++; 3938 } while (begin < tzobj->tzi.tz->timecnt); 3949 for (i = begin; i < tzobj->tzi.tz->timecnt; ++i) { 4706 Returns an array with information about sun set/rise and twilight begin/en [all...] |