Home
last modified time | relevance | path

Searched defs:begin (Results 1 – 25 of 31) sorted by relevance

12

/php-src/ext/dom/lexbor/lexbor/core/
H A Ddtoa.c78 lxb_char_t *begin, lxb_char_t *end, int *dec_exp) in lexbor_grisu2_gen()
216 lexbor_grisu2(double value, lxb_char_t *begin, lxb_char_t *end, int *dec_exp) in lexbor_grisu2()
238 lexbor_write_exponent(int exp, lxb_char_t *begin, lxb_char_t *end) in lexbor_write_exponent()
278 lexbor_prettify(lxb_char_t *begin, lxb_char_t *end, size_t len, int dec_exp) in lexbor_prettify()
368 lexbor_dtoa(double value, lxb_char_t *begin, size_t len) in lexbor_dtoa()
H A Dprint.c40 const char *begin, *cdata; in lexbor_vprintf_size() local
103 const char *begin, *cdata; in lexbor_vsprintf() local
H A Dmraw.c242 lexbor_mraw_realloc_tail(lexbor_mraw_t *mraw, void *data, void *begin, in lexbor_mraw_realloc_tail()
317 void *begin; in lexbor_mraw_realloc() local
H A Darray.c170 lexbor_array_delete(lexbor_array_t *array, size_t begin, size_t length) in lexbor_array_delete()
H A Din.h38 const lxb_char_t *begin; member
H A Darray_obj.c158 lexbor_array_obj_delete(lexbor_array_obj_t *array, size_t begin, size_t length) in lexbor_array_obj_delete()
/php-src/ext/date/lib/
H A Dparse_posix.c66 const char *begin = *ptr + 1; in read_description_numeric_abbr() local
94 const char *begin = *ptr; in read_description_abbr() local
137 const char *begin = *ptr; in read_number() local
161 const char *begin; in read_offset() local
H A Dparse_date.c479 const char *begin, *end; in timelib_get_nr_ex() local
524 const char *begin, *end; in timelib_get_frac_nr() local
602 const char *begin = *ptr, *end; in timelib_lookup_relative_text() local
635 const char *begin = *ptr, *end; in timelib_lookup_month() local
694 const char *begin = *ptr, *end; in timelib_lookup_relunit() local
811 const char *begin = *ptr, *end; in timelib_lookup_abbr() local
846 const char *begin = *ptr, *end; in timelib_parse_tz_cor() local
908 const char *begin = *ptr; in timelib_parse_tz_minutes() local
25037 const char *begin; in timelib_parse_from_format_with_map() local
H A Dparse_iso_intervals.c79 timelib_time *begin; member
110 const char *begin, *end; in timelib_get_nr() local
935 timelib_time **begin, timelib_time **end, in timelib_strtointerval()
H A Dparse_tz.c360 const unsigned char *begin; in read_posix_string() local
/php-src/ext/mbstring/libmbfl/mbfl/
H A Deaw_table.h20 int begin; member
/php-src/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c336 const zend_uchar * const begin = buf; in php_mysqlnd_greet_read() local
645 const zend_uchar * const begin = buf; in php_mysqlnd_auth_response_read() local
797 const zend_uchar * const begin = buf; in php_mysqlnd_ok_read() local
891 const zend_uchar * const begin = buf; in php_mysqlnd_eof_read() local
1019 const zend_uchar * const begin = buf; in php_mysqlnd_rset_header_read() local
1148 const zend_uchar * const begin = buf; in php_mysqlnd_rset_field_read() local
1769 const zend_uchar * const begin = buf; in php_mysqlnd_prepare_read() local
1852 const zend_uchar * const begin = buf; in php_mysqlnd_chg_user_read() local
1963 const zend_uchar * const begin = buf; in php_mysqlnd_sha256_pk_request_response_read() local
2045 const zend_uchar * const begin = buf; in php_mysqlnd_cached_sha2_result_read() local
/php-src/ext/spl/
H A Dspl_fixedarray.c99 zval *begin = array->elements + from, *end = array->elements + to; in spl_fixedarray_init_elems() local
127 static void spl_fixedarray_copy_range(spl_fixedarray *array, zend_long offset, zval *begin, zval *e… in spl_fixedarray_copy_range()
143 zval *begin = from->elements, *end = from->elements + size; in spl_fixedarray_copy_ctor() local
154 zval *begin = array->elements + from, *end = array->elements + to; in spl_fixedarray_dtor_range() local
166 zval *begin = array->elements, *end = array->elements + array->size; in spl_fixedarray_dtor() local
/php-src/Zend/
H A Dzend_observer.h52 zend_observer_fcall_begin_handler begin; member
H A Dzend_observer.c170 …zend_observer_add_begin_handler(zend_function *function, zend_observer_fcall_begin_handler begin) { in zend_observer_add_begin_handler()
187 …d_observer_remove_begin_handler(zend_function *function, zend_observer_fcall_begin_handler begin) { in zend_observer_remove_begin_handler()
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtoken.h34 const lxb_char_t *begin; member
H A Dtokenizer.h74 const lxb_char_t *begin; member
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dsyntax.h34 uintptr_t begin; member
57 uintptr_t begin; member
H A Dtokenizer.h51 const lxb_char_t *begin; member
H A Dtoken.h109 const lxb_char_t *begin; member
/php-src/ext/mbstring/
H A Dphp_unicode.c266 static bool scan_back_for_cased_letter(uint32_t *begin, uint32_t *end) in scan_back_for_cased_letter()
/php-src/sapi/litespeed/
H A Dlsapi_main.c882 void (*cb)(char* begin, in walk_down_the_path()
1011 static void walk_down_the_path_callback(char* begin, in walk_down_the_path_callback()
/php-src/ext/dom/lexbor/lexbor/html/tokenizer/
H A Dstate.c1808 const lxb_char_t *begin = data; in lxb_html_tokenizer_state_char_ref_named() local
/php-src/ext/pdo_firebird/
H A Dfirebird_driver.c195 static FbTokenType php_firebird_get_token(const char** begin, const char* end) in php_firebird_get_token()
/php-src/ext/dom/lexbor/lexbor/css/
H A Drule.h49 const lxb_char_t *begin; member

Completed in 93 milliseconds

12