Home
last modified time | relevance | path

Searched defs:start (Results 76 – 100 of 123) sorted by relevance

12345

/php-src/ext/xml/
H A Dcompat.c503 XML_SetElementHandler(XML_Parser parser, XML_StartElementHandler start, XML_EndElementHandler end) in XML_SetElementHandler()
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_mips.h163 void dasm_put(Dst_DECL, int start, ...) in dasm_put()
H A Ddasm_arm.h172 void dasm_put(Dst_DECL, int start, ...) in dasm_put()
H A Ddasm_x86.h165 void dasm_put(Dst_DECL, int start, ...) in dasm_put()
H A Ddasm_arm64.h219 void dasm_put(Dst_DECL, int start, ...) in dasm_put()
/php-src/Zend/Optimizer/
H A Ddfa_pass.c370 static bool variable_defined_or_used_in_range(zend_ssa *ssa, int var, int start, int end) in variable_defined_or_used_in_range()
/php-src/ext/pdo_firebird/
H A Dfirebird_driver.c304 const char* start = p; in php_firebird_preprocess() local
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf8.c568 unsigned char *start = str + from; in mb_cut_utf8() local
/php-src/ext/opcache/jit/ir/
H A Dir_gdb.c631 const void *start, in ir_gdb_register()
H A Dir_emit.c961 ir_ref start, ref, *prev_ref; in ir_match() local
H A Dir_cfg.c62 ir_ref n, *p, ref, start, end, next; in ir_build_cfg() local
H A Dir_private.h1080 ir_ref start; /* index of first instruction */ member
1179 ir_live_pos start; /* inclusive */ member
/php-src/Zend/
H A Dzend_fibers.c815 ZEND_METHOD(Fiber, start) in ZEND_METHOD() argument
H A Dzend_operators.c66 #define BLOCKCONV_INIT_RANGE(start, end) \ argument
91 #define BLOCKCONV_INIT_RANGE(start, end) \ argument
114 #define BLOCKCONV_INIT_RANGE(start, end) \ argument
H A Dzend_alloc.c597 static zend_always_inline void zend_mm_bitset_set_range(zend_mm_bitset *bitset, int start, int len)
629 static zend_always_inline void zend_mm_bitset_reset_range(zend_mm_bitset *bitset, int start, int le…
661 static zend_always_inline int zend_mm_bitset_is_free_range(zend_mm_bitset *bitset, int start, int l…
H A Dzend_language_scanner.l1013 char *start = s + 1; in zend_scan_escape_string() local
/php-src/ext/intl/locale/
H A Dlocale_methods.c1600 char *start = http_accept; in PHP_FUNCTION() local
/php-src/main/
H A Drfc1867.c487 static char *substring_conf(char *start, int len, char quote) in substring_conf()
/php-src/ext/opcache/
H A DZendAccelerator.h233 zend_string *start; member
H A DZendAccelerator.c2953 static zend_result accel_remap_huge_pages(void *start, size_t size, size_t real_size, const char *n… in accel_remap_huge_pages()
3023 long unsigned int start, end, offset, inode; in accel_move_code_to_huge_pages() local
H A Dzend_file_cache.c202 static int zend_file_cache_mkdir(char *filename, size_t start)
/php-src/ext/gmp/
H A Dgmp.c2013 zend_long start; in ZEND_FUNCTION() local
2037 zend_long start; in ZEND_FUNCTION() local
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c5231 uint32_t options, uint32_t xoptions, compile_block *cb, uint32_t start, in add_to_class_internal()
5437 uint32_t xoptions, compile_block *cb, uint32_t start, uint32_t end) in add_to_class()
10729 int start = RSCAN_CACHE_SIZE; in pcre2_compile() local
/php-src/ext/soap/
H A Dphp_schema.c507 char *str, *start, *end, *next; in schema_union() local
/php-src/ext/standard/
H A Dstring.c214 zend_long start = 0, len = 0; in php_spn_common_handler() local
540 const char *start = ZSTR_VAL(str); in php_trim_int() local
1385 static bool _is_basename_start(const char *start, const char *pos) in _is_basename_start()

Completed in 194 milliseconds

12345