Home
last modified time | relevance | path

Searched defs:source (Results 26 – 49 of 49) sorted by path

12

/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c198 const char*source; member
299 TString*source; member
/php-src/ext/opcache/
H A Dzend_accelerator_util_funcs.c148 static zend_always_inline void _zend_accel_function_hash_copy(HashTable *target, HashTable *source,… in _zend_accel_function_hash_copy()
190 static zend_always_inline void zend_accel_function_hash_copy(HashTable *target, HashTable *source) in zend_accel_function_hash_copy()
195 …c zend_never_inline void zend_accel_function_hash_copy_notify(HashTable *target, HashTable *source) in zend_accel_function_hash_copy_notify()
200 static zend_always_inline void _zend_accel_class_hash_copy(HashTable *target, HashTable *source, bo… in _zend_accel_class_hash_copy()
251 static zend_always_inline void zend_accel_class_hash_copy(HashTable *target, HashTable *source) in zend_accel_class_hash_copy()
256 …atic zend_never_inline void zend_accel_class_hash_copy_notify(HashTable *target, HashTable *source) in zend_accel_class_hash_copy_notify()
H A Dzend_shared_alloc.c397 int zend_shared_memdup_size(void *source, size_t size) in zend_shared_memdup_size()
411 static zend_always_inline void *_zend_shared_memdup(void *source, size_t size, bool get_xlat, bool … in _zend_shared_memdup()
440 void *zend_shared_memdup_get_put_free(void *source, size_t size) in zend_shared_memdup_get_put_free()
445 void *zend_shared_memdup_put_free(void *source, size_t size) in zend_shared_memdup_put_free()
450 void *zend_shared_memdup_free(void *source, size_t size) in zend_shared_memdup_free()
455 void *zend_shared_memdup_get_put(void *source, size_t size) in zend_shared_memdup_get_put()
460 void *zend_shared_memdup_put(void *source, size_t size) in zend_shared_memdup_put()
465 void *zend_shared_memdup(void *source, size_t size) in zend_shared_memdup()
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c1441 sljit_sw source, offset; /* TODO(carenas): only need 32 bit */ in sljit_generate_code() local
/php-src/ext/phar/
H A Dphar.c661 void phar_metadata_tracker_copy(phar_metadata_tracker *dest, const phar_metadata_tracker *source, i… in phar_metadata_tracker_copy()
H A Dphar_object.c2223 static zend_object *phar_convert_to_other(phar_archive_data *source, int convert, char *ext, uint32… in phar_convert_to_other()
H A Dstream.c843 phar_entry_info new, *source; in phar_wrapper_rename() local
H A Dtar.c1235 # define PHAR_SET_32(destination, source) do { \ in phar_tar_flush() argument
1243 # define PHAR_SET_32(destination, source) memcpy(destination, &source, 4) in phar_tar_flush() argument
H A Dutil.c641 int phar_copy_entry_fp(phar_entry_info *source, phar_entry_info *dest, char **error) /* {{{ */ in phar_copy_entry_fp()
/php-src/ext/random/
H A Drandomizer.c389 zend_string *source, *retval; in PHP_METHOD() local
/php-src/ext/reflection/
H A Dphp_reflection.c7130 char *source = ZSTR_VAL(name) + backslash_prefixed; in ZEND_METHOD() local
/php-src/ext/soap/
H A Dphp_sdl.h60 char *source; member
/php-src/ext/sockets/
H A Dmulticast.c194 source = {0}; in php_do_mcast_opt() local
394 struct sockaddr *source, in php_mcast_join_source()
406 struct sockaddr *source, in php_mcast_leave_source()
418 struct sockaddr *source, in php_mcast_block_source()
430 struct sockaddr *source, in php_mcast_unblock_source()
507 struct sockaddr *source, in _php_mcast_source_op()
/php-src/ext/spl/
H A Dspl_directory.c398 spl_filesystem_object *source; in spl_filesystem_object_clone() local
477 static spl_filesystem_object *spl_filesystem_object_create_info(spl_filesystem_object *source, zend… in spl_filesystem_object_create_info()
505 …ystem_object *spl_filesystem_object_create_type(int num_args, spl_filesystem_object *source, int t… in spl_filesystem_object_create_type()
/php-src/ext/standard/
H A Dfile.c1492 char *source, *target; in PHP_FUNCTION() local
H A Dstring.c3133 const char *source, *source_end; local
3765 const char *source, *end; local
3830 const char *source, *end; local
3934 const char *source, *end; local
4083 static zend_always_inline char *aarch64_add_slashes(quad_word res, const char *source, char *target)
4110 const char *source, *end; local
/php-src/ext/tokenizer/
H A Dtokenizer.c93 zend_string *source; in PHP_METHOD() local
322 static bool tokenize(zval *return_value, zend_string *source, zend_class_entry *token_class) in tokenize()
455 zval *return_value, zend_string *source, zend_class_entry *token_class) in tokenize_parse()
501 zval *return_value, zend_string *source, zend_long flags, zend_class_entry *token_class) in tokenize_common()
518 zend_string *source; in PHP_FUNCTION() local
/php-src/ext/xmlreader/
H A Dphp_xmlreader.c182 char *_xmlreader_get_valid_file_path(char *source, char *resolved_path, int resolved_path_len ) { in _xmlreader_get_valid_file_path()
233 static xmlRelaxNGPtr _xmlreader_get_relaxNG(char *source, size_t source_len, size_t type, in _xmlreader_get_relaxNG()
439 char *source; in php_xmlreader_set_relaxng_schema() local
806 char *source, *valid_file = NULL; in PHP_METHOD() local
895 char *source; in PHP_METHOD() local
989 char *source, *uri = NULL, *encoding = NULL; in PHP_METHOD() local
H A Dphp_xmlreader.stub.php197 public function setRelaxNGSchemaSource(?string $source): bool {}
200 …public static function XML(string $source, ?string $encoding = null, int $flags = 0) {} // TODO Re…
/php-src/ext/xmlwriter/
H A Dphp_xmlwriter.c105 static char *_xmlwriter_get_valid_file_path(char *source, char *resolved_path, int resolved_path_le… in _xmlwriter_get_valid_file_path()
789 char *source; in PHP_FUNCTION() local
/php-src/sapi/cli/
H A Dgenerate_mime_type_map.php6 $source = count($argv) > 1 ? $argv[1] : 'https://cdn.jsdelivr.net/gh/jshttp/mime-db@v1.52.0/db.json… variable
21 $source = $info['source'] ?? 'custom'; variable
/php-src/sapi/phpdbg/
H A Dphpdbg.c99 phpdbg_file_source *source = (phpdbg_file_source *) Z_PTR_P(data); in php_phpdbg_destroy_file_source() local
573 phpdbg_file_source *source = zend_hash_find_ptr(&PHPDBG_G(file_sources), name); in PHP_FUNCTION() local
H A Dphpdbg_prompt.c1389 PHPDBG_COMMAND(source) /* {{{ */ in PHPDBG_COMMAND() argument
/php-src/win32/build/
H A Dmkdist.php157 function copy_text_file($source, $dest)
410 function copy_dir($source, $dest)

Completed in 178 milliseconds

12