Home
last modified time | relevance | path

Searched defs:end (Results 101 – 125 of 162) sorted by relevance

1234567

/PHP-7.3/ext/date/
H A Dphp_date.h183 timelib_time *end; member
/PHP-7.3/ext/readline/
H A Dreadline.c507 static char **_readline_completion_cb(const char *text, int start, int end) in _readline_completion_cb()
H A Dreadline_cli.c579 static char **cli_code_completion(const char *text, int start, int end) /* {{{ */ in cli_code_completion()
/PHP-7.3/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.3/Zend/
H A Dzend_ini_scanner.c319 char *end; in zend_ini_escape_string() local
H A Dzend_execute.h145 zval *end; member
H A Dzend_alloc.c609 int end = (start + len - 1) / ZEND_MM_BITSET_LEN; local
641 int end = (start + len - 1) / ZEND_MM_BITSET_LEN; local
673 int end = (start + len - 1) / ZEND_MM_BITSET_LEN; local
1225 zend_mm_free_slot *p, *end; local
/PHP-7.3/ext/standard/
H A Dmath.c917 char *ptr, *end; in _php_math_longtobase() local
954 char *ptr, *end; in _php_math_zvaltobase() local
H A Durl_scanner_ex.c497 char *end, *q; in xx_mainloop() local
1256 char *start, *end, *limit; in php_url_scanner_reset_var_impl() local
H A Dfilestat.c1113 …realpath_cache_bucket **buckets = realpath_cache_get_buckets(), **end = buckets + realpath_cache_m… in PHP_FUNCTION() local
H A Dvar_unserializer.c250 unsigned char *end = *(unsigned char **)p+maxlen; in unserialize_str() local
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_prompt.c582 char *end = buf + len; in phpdbg_compile() local
829 char *end = param->str + param->len, *p = param->str; in PHPDBG_COMMAND() local
/PHP-7.3/ext/opcache/
H A DZendAccelerator.c1522 char *end = p + memory_used; in cache_script_in_shared_memory() local
1534 char *end = p + memory_used; in cache_script_in_shared_memory() local
2817 long unsigned int start, end, offset, inode; in accel_move_code_to_huge_pages() local
/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_ssa.c534 zend_op *opline, *end; in zend_ssa_rename() local
1334 int i, end = NUM_PHI_SOURCES(phi); in zend_ssa_remove_uses_of_var() local
/PHP-7.3/main/
H A Drfc1867.c617 static size_t multipart_buffer_read(multipart_buffer *self, char *buf, size_t bytes, int *end) in multipart_buffer_read()
808 int end = 0; local
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c181 PCRE2_SPTR end; member
1052 PCRE2_SPTR end; in detect_fast_forward_skip() local
1197 PCRE2_SPTR end = bracketend(begin); in detect_repeat() local
1336 PCRE2_SPTR end = NULL; in set_private_data_ptrs() local
2540 PCRE2_SPTR end = bracketend(cc); in set_then_offsets() local
3212 const sljit_u8 *end = bitset + 32; in is_char7_bitset() local
3695 struct sljit_jump *end = NULL; in mainloop_entry() local
9747 …SPTR cc, PCRE2_UCHAR *opcode, PCRE2_UCHAR *type, sljit_u32 *max, sljit_u32 *exact, PCRE2_SPTR *end) in get_iterator_parameters()
9904 PCRE2_SPTR end; in compile_iterator_matchingpath() local
10755 PCRE2_SPTR end; in compile_iterator_backtrackingpath() local
H A Dpcre2_intmodedep.h350 #define FORWARDCHARTEST(eptr,end) while(eptr < end && (*eptr & 0xc0u) == 0x80u) eptr++ argument
456 #define FORWARDCHARTEST(eptr,end) if (eptr < end && (*eptr & 0xfc00u) == 0xdc00u) eptr++ argument
530 #define FORWARDCHARTEST(eptr,end) do { } while (0) argument
/PHP-7.3/ext/pdo_odbc/
H A Dodbc_stmt.c418 char *end = P->outbuf + P->len; in odbc_stmt_param_hook() local
/PHP-7.3/sapi/litespeed/
H A Dlsapi_main.c908 char* end, in walk_down_the_path()
1037 char* end, in walk_down_the_path_callback()
/PHP-7.3/win32/
H A Dcodepage.c105 const char *idx = in, *end; in php_win32_cp_conv_ascii_to_w() local
/PHP-7.3/ext/spl/
H A Dphp_spl.c261 char *end = ptr + class_file_len; in spl_autoload() local
/PHP-7.3/ext/phar/
H A Dtar.c90 char *end = buf + len; in phar_tar_checksum() local
/PHP-7.3/sapi/cgi/
H A Dcgi_main.c1779 struct timeval start, end; local
1781 time_t start, end; local
/PHP-7.3/ext/soap/
H A Dphp_encoding.c2301 char *value, *end; in to_xml_array() local
2484 char *type, *end, *ns; in to_zval_array() local
2537 char *type, *end; in to_zval_array() local
/PHP-7.3/ext/zlib/
H A Dzlib.c774 zend_string **end, **ptr = strings - 1; in zlib_create_dictionary_string() local

Completed in 195 milliseconds

1234567