Home
last modified time | relevance | path

Searched defs:start (Results 1 – 25 of 67) sorted by last modified time

123

/PHP-7.4/main/
H A Dphp_variables.c300 char *start, *ksep, *vsep, *val; in add_post_var() local
H A Drfc1867.c517 static char *substring_conf(char *start, int len, char quote) in substring_conf()
/PHP-7.4/ext/pgsql/
H A Dpgsql.c4534 unsigned char *start, *end, buf[4]; /* 000 + '\0' */ local
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c557 static zend_always_inline size_t calculate_unit_length(pcre_cache_entry *pce, char *start) in calculate_unit_length()
/PHP-7.4/ext/standard/
H A Darray.c2733 #define RANGE_CHECK_DOUBLE_INIT_ARRAY(start, end) do { \ argument
2744 #define RANGE_CHECK_LONG_INIT_ARRAY(start, end) do { \ argument
H A Dstring.c276 zend_long start = 0, len = 0; in php_spn_common_handler() local
776 const char *start = ZSTR_VAL(str); in php_trim_int() local
H A Durl.c473 zend_string *start; in php_url_encode() local
/PHP-7.4/ext/intl/locale/
H A Dlocale_methods.c1603 char *start = http_accept; in PHP_FUNCTION() local
/PHP-7.4/ext/mbstring/
H A Dmbstring.c70 #define onig_search_with_param(reg, str, end, start, range, region, option, mp) \ argument
1114 static char *php_mb_rfc1867_substring_conf(const zend_encoding *encoding, char *start, size_t len, … in php_mb_rfc1867_substring_conf()
/PHP-7.4/ext/date/
H A Dphp_date.c4680 zval *start, *end = NULL, *interval; in PHP_METHOD() local
H A Dphp_date.h174 timelib_time *start; member
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c211 struct sljit_jump *start; member
328 sljit_sw start; member
349 sljit_sw start; member
377 PCRE2_SPTR start; member
709 #define GETCHARBACK_INVALID(c, ptr, start, invalid_action) \ argument
789 #define GETCHARBACK_INVALID(c, ptr, start, invalid_action) \ argument
5141 struct sljit_jump *start; in mainloop_entry() local
5840 struct sljit_label *start; in fast_forward_first_char2() local
5926 struct sljit_label *start; in fast_forward_first_n_chars() local
6271 struct sljit_label *start; in fast_forward_start_bits() local
[all …]
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c2719 static int accel_remap_huge_pages(void *start, size_t size, size_t real_size, const char *name, siz… in accel_remap_huge_pages()
2787 long unsigned int start, end, offset, inode; in accel_move_code_to_huge_pages() local
/PHP-7.4/ext/xml/
H A Dcompat.c503 XML_SetElementHandler(XML_Parser parser, XML_StartElementHandler start, XML_EndElementHandler end) in XML_SetElementHandler()
/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c185 zval *args, unsigned int start, const char * const types) in mysqli_stmt_bind_param_do_bind()
266 zval *args, unsigned int start, const char * const types) in mysqli_stmt_bind_param_do_bind()
324 int start = 2; in PHP_FUNCTION() local
/PHP-7.4/ext/shmop/
H A Dshmop.c235 zend_long start, count; in PHP_FUNCTION() local
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c1772 struct timeval start, end; local
1774 time_t start, end; local
/PHP-7.4/Zend/
H A Dzend_compile.c649 uint32_t start = get_next_op_number(); in zend_begin_loop() local
H A Dzend_alloc.c560 static zend_always_inline void zend_mm_bitset_set_range(zend_mm_bitset *bitset, int start, int len)
592 static zend_always_inline void zend_mm_bitset_reset_range(zend_mm_bitset *bitset, int start, int le…
624 static zend_always_inline int zend_mm_bitset_is_free_range(zend_mm_bitset *bitset, int start, int l…
H A Dzend_virtual_cwd.c497 static size_t tsrm_realpath_r(char *path, size_t start, size_t len, int *ll, time_t *t, int use_rea… in tsrm_realpath_r()
1018 size_t start = 1; in virtual_file_ex() local
H A Dzend_hash.c574 ZEND_API HashPosition ZEND_FASTCALL zend_hash_iterators_lower_pos(HashTable *ht, HashPosition start) in zend_hash_iterators_lower_pos()
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c1547 size_t i, start = 0; in php_openssl_alpn_protos_parse() local
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_lexer.l44 char start = *s; in unescape_string() local
/PHP-7.4/ext/soap/
H A Dphp_encoding.c2995 char *str, *start, *next; in to_xml_list() local
/PHP-7.4/ext/readline/
H A Dreadline.c547 static char **_readline_completion_cb(const char *text, int start, int end) in _readline_completion_cb()

Completed in 265 milliseconds

123