Home
last modified time | relevance | path

Searched defs:source (Results 1 – 25 of 49) sorted by last modified time

12

/php-src/ext/phar/
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 Dphar.c661 void phar_metadata_tracker_copy(phar_metadata_tracker *dest, const phar_metadata_tracker *source, i… in phar_metadata_tracker_copy()
H A Dstream.c843 phar_entry_info new, *source; in phar_wrapper_rename() local
H A Dutil.c650 int phar_copy_entry_fp(phar_entry_info *source, phar_entry_info *dest, char **error) /* {{{ */ in phar_copy_entry_fp()
/php-src/ext/reflection/
H A Dphp_reflection.c7262 char *source = ZSTR_VAL(name) + backslash_prefixed; in ZEND_METHOD() local
/php-src/ext/dom/
H A Dphp_dom.c232 libxml_doc_props const* source = dom_get_doc_props_read_only(source_doc); in dom_copy_document_ref() local
H A Ddocument.c1270 const char *_dom_get_valid_file_path(const char *source, char *resolved_path, int resolved_path_len… in _dom_get_valid_file_path()
1327 xmlDocPtr dom_document_parser(zval *id, dom_load_mode mode, const char *source, size_t source_len, … in dom_document_parser()
1491 char *source; in dom_parse_document() local
1831 char *source = NULL; in _dom_document_schema_validate() local
1942 char *source = NULL; in _dom_document_relaxNG_validate() local
2040 char *source; in dom_load_html() local
H A Dphp_dom.stub.php825 public function loadXML(string $source, int $options = 0): bool {}
838 public function loadHTML(string $source, int $options = 0): bool {}
858 public function schemaValidateSource(string $source, int $flags = 0): bool {}
864 public function relaxNGValidateSource(string $source): bool {}
1569 public function schemaValidateSource(string $source, int $flags = 0): bool {}
1573 public function relaxNGValidateSource(string $source): bool {}
1592 …public static function createFromString(string $source, int $options = 0, ?string $overrideEncodin…
1611 …public static function createFromString(string $source, int $options = 0, ?string $overrideEncodin…
H A Dhtml_document.c390 static dom_character_encoding_data dom_determine_encoding(const char *source, size_t source_len) in dom_determine_encoding()
780 const char *source, *override_encoding = NULL; in PHP_METHOD() local
H A Dxml_document.c132 const char *source, *override_encoding = NULL; in load_from_helper() local
/php-src/ext/bcmath/libbcmath/src/
H A Dconvert.c29 static char *bc_copy_and_shift_numbers(char *restrict dest, const char *source, const char *source_… in bc_copy_and_shift_numbers()
74 char *bc_copy_ch_val(char *restrict dest, const char *source, const char *source_end) in bc_copy_ch_val()
79 char *bc_copy_bcd_val(char *restrict dest, const char *source, const char *source_end) in bc_copy_bcd_val()
/php-src/ext/curl/
H A Dinterface.c1173 void _php_setup_easy_copy_handlers(php_curl *ch, php_curl *source) in _php_setup_easy_copy_handlers()
/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/xmlreader/
H A Dphp_xmlreader.c177 char *_xmlreader_get_valid_file_path(char *source, char *resolved_path, int resolved_path_len ) { in _xmlreader_get_valid_file_path()
228 static xmlRelaxNGPtr _xmlreader_get_relaxNG(char *source, size_t source_len, size_t type, in _xmlreader_get_relaxNG()
434 char *source; in php_xmlreader_set_relaxng_schema() local
801 char *source, *valid_file = NULL; in PHP_METHOD() local
890 char *source; in PHP_METHOD() local
984 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/Zend/
H A Dzend_constants.c77 void zend_copy_constants(HashTable *target, HashTable *source) in zend_copy_constants()
/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
/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/com_dotnet/
H A Dcom_com.c347 zend_string *source = NULL, *desc_str = NULL; in php_com_invoke_helper() local
/php-src/ext/mysqlnd/
H A Dmysqlnd_structs.h128 #define COPY_CLIENT_ERROR(dest, source) SET_CLIENT_ERROR((dest), (source).error_no, (source).sq… argument
/php-src/ext/standard/
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/random/
H A Drandomizer.c389 zend_string *source, *retval; in PHP_METHOD() local
/php-src/ext/intl/resourcebundle/
H A Dresourcebundle.c25 void resourcebundle_extract_value( zval *return_value, ResourceBundle_object *source ) in resourcebundle_extract_value()
/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()

Completed in 156 milliseconds

12