Home
last modified time | relevance | path

Searched defs:end (Results 51 – 75 of 120) sorted by relevance

12345

/PHP-7.4/main/
H A Dphp_variables.c291 char *end; member
547 static zend_always_inline int valid_environment_name(const char *name, const char *end) in valid_environment_name()
H A Dfastcgi.c190 char *end; member
774 char *cur, *end; in fcgi_listen() local
833 char *cur, *end; in fcgi_set_allowed_clients() local
1014 static int fcgi_get_params(fcgi_request *req, unsigned char *p, unsigned char *end) in fcgi_get_params()
1511 int fcgi_flush(fcgi_request *req, int end)
H A Drfc1867.c609 static size_t multipart_buffer_read(multipart_buffer *self, char *buf, size_t bytes, int *end) in multipart_buffer_read()
800 int end = 0; local
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_print.c62 end = op_array->last-1; in phpdbg_print_function_helper() local
/PHP-7.4/Zend/
H A Dzend_operators.c2636 register unsigned char *end = str + length; in zend_str_tolower_copy() local
2656 register unsigned char *end = p + length; in zend_str_tolower() local
2668 register const unsigned char *end = p + length; in zend_str_tolower_dup_ex() local
2696 register unsigned char *end = p + ZSTR_LEN(str); in zend_string_tolower_ex() local
3181 …_memnstr_ex(const char *haystack, const char *needle, size_t needle_len, const char *end) /* {{{ */
3215 …memnrstr_ex(const char *haystack, const char *needle, size_t needle_len, const char *end) /* {{{ */
H A Dzend_ini_scanner.l317 char *end; in zend_ini_escape_string() local
H A Dzend_operators.h148 zend_memnstr(const char *haystack, const char *needle, size_t needle_len, const char *end) in zend_memnstr()
206 zend_memnrstr(const char *haystack, const char *needle, size_t needle_len, const char *end) in zend_memnrstr()
H A Dzend_inheritance.c620 zend_op *end = op + fptr->op_array.last; in zend_get_function_declaration() local
1164 zval *src, *dst, *end; in zend_do_inheritance_ex() local
1211 zval *src, *dst, *end; in zend_do_inheritance_ex() local
H A Dzend_execute.h153 zval *end; member
/PHP-7.4/ext/opcache/
H A Dzend_persist_calc.c182 zval *end = p + op_array->last_literal; in zend_persist_op_array_calc_ex() local
/PHP-7.4/ext/opcache/Optimizer/
H A Dcompact_literals.c121 zend_op *opline, *end; in zend_optimizer_compact_literals() local
H A Dzend_ssa.c533 zend_op *opline, *end; in zend_ssa_rename() local
1340 int i, end = NUM_PHI_SOURCES(phi); in zend_ssa_remove_uses_of_var() local
/PHP-7.4/ext/date/
H A Dphp_date.h177 timelib_time *end; member
/PHP-7.4/ext/standard/
H A Dphp_fopen_wrapper.c296 char *end; in php_stream_url_wrap_php() local
H A Dmath.c936 char *ptr, *end; in _php_math_longtobase() local
973 char *ptr, *end; in _php_math_zvaltobase() local
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c182 PCRE2_SPTR end; member
647 #define GETCHARINC_INVALID(c, ptr, end, invalid_action) \ argument
774 #define GETCHARINC_INVALID(c, ptr, end, invalid_action) \ argument
1242 PCRE2_SPTR end; in detect_early_fail() local
1617 PCRE2_SPTR end = bracketend(begin); in detect_repeat() local
1756 PCRE2_SPTR end = NULL; in set_private_data_ptrs() local
2969 PCRE2_SPTR end = bracketend(cc); in set_then_offsets() local
4034 const sljit_u8 *end = bitset + 32; in is_char7_bitset() local
5142 struct sljit_jump *end = NULL; in mainloop_entry() local
11138 PCRE2_SPTR end; in compile_iterator_matchingpath() local
[all …]
/PHP-7.4/ext/date/lib/
H A Dtm2unixtime.c36 static void do_range_limit(timelib_sll start, timelib_sll end, timelib_sll adj, timelib_sll *a, tim… in do_range_limit()
/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()
H A Dreadline_cli.c582 static char **cli_code_completion(const char *text, int start, int end) /* {{{ */ in cli_code_completion()
/PHP-7.4/ext/pdo_odbc/
H A Dodbc_stmt.c425 char *end = P->outbuf + P->len; in odbc_stmt_param_hook() local
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c897 char* end, in walk_down_the_path()
1026 char* end, in walk_down_the_path_callback()
/PHP-7.4/ext/ffi/
H A Dphp_ffi.h53 unsigned const char *end; variable
/PHP-7.4/win32/
H A Dcodepage.c107 const char *idx = in, *end; in php_win32_cp_conv_ascii_to_w() local
/PHP-7.4/ext/spl/
H A Dphp_spl.c265 char *end = ptr + class_file_len; in spl_autoload() local
/PHP-7.4/ext/phar/
H A Dtar.c90 char *end = buf + len; in phar_tar_checksum() local

Completed in 150 milliseconds

12345