Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/curl/
H A Dinterface.c2033 void _php_setup_easy_copy_handlers(php_curl *ch, php_curl *source) in _php_setup_easy_copy_handlers()
/PHP-7.4/ext/phar/
H A Dphar_object.c2259 static zend_object *phar_convert_to_other(phar_archive_data *source, int convert, char *ext, uint32… in phar_convert_to_other()
H A Dutil.c640 int phar_copy_entry_fp(phar_entry_info *source, phar_entry_info *dest, char **error) /* {{{ */ in phar_copy_entry_fp()
/PHP-7.4/Zend/
H A Dzend_operators.c2632 ZEND_API char* ZEND_FASTCALL zend_str_tolower_copy(char *dest, const char *source, size_t length) /… in zend_str_tolower_copy()
2647 ZEND_API char* ZEND_FASTCALL zend_str_tolower_dup(const char *source, size_t length) /* {{{ */ in zend_str_tolower_dup()
2665 ZEND_API char* ZEND_FASTCALL zend_str_tolower_dup_ex(const char *source, size_t length) /* {{{ */ in zend_str_tolower_dup_ex()
H A Dzend_hash.c1908 ZEND_API void ZEND_FASTCALL zend_hash_copy(HashTable *target, HashTable *source, copy_ctor_func_t p… in zend_hash_copy()
1942 static zend_always_inline int zend_array_dup_element(HashTable *source, HashTable *target, uint32_t… in zend_array_dup_element()
1996 static zend_always_inline void zend_array_dup_packed_elements(HashTable *source, HashTable *target,… in zend_array_dup_packed_elements()
2012 static zend_always_inline uint32_t zend_array_dup_elements(HashTable *source, HashTable *target, in… in zend_array_dup_elements()
2040 ZEND_API HashTable* ZEND_FASTCALL zend_array_dup(HashTable *source) in zend_array_dup()
2123 ZEND_API void ZEND_FASTCALL zend_hash_merge(HashTable *target, HashTable *source, copy_ctor_func_t … in zend_hash_merge()
2191 ZEND_API void ZEND_FASTCALL zend_hash_merge_ex(HashTable *target, HashTable *source, copy_ctor_func… in zend_hash_merge_ex()
H A Dzend_execute.h405 #define ZEND_REF_ADD_TYPE_SOURCE(ref, source) \ argument
408 #define ZEND_REF_DEL_TYPE_SOURCE(ref, source) \ argument
/PHP-7.4/ext/standard/
H A Dstring.c3146 const char *source, *source_end= ZSTR_VAL(str) + ZSTR_LEN(str); local
3758 const char *source, *end; local
3824 const char *source, *end; local
3947 const char *source, *end; local
4096 static zend_always_inline char *aarch64_add_slashes(quad_word res, const char *source, char *target)
4124 const char *source, *end; local
H A Dfile.c1645 char *source, *target; in PHP_FUNCTION() local
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_ssa.c1243 static inline void zend_ssa_remove_use_of_phi_source(zend_ssa *ssa, zend_ssa_phi *phi, int source, … in zend_ssa_remove_use_of_phi_source()
1257 int source; in zend_ssa_remove_uses_of_phi_sources() local
H A Ddce.c296 int source; in add_phi_sources_to_worklists() local
432 int source; in get_common_phi_source() local
599 int source; in dce_optimize_op_array() local
H A Dssa_integrity.c60 int source; in is_in_phi_sources() local
292 int source = phi->sources[i]; in ssa_verify_integrity() local
/PHP-7.4/ext/xmlreader/
H A Dphp_xmlreader.c229 char *_xmlreader_get_valid_file_path(char *source, char *resolved_path, int resolved_path_len ) { in _xmlreader_get_valid_file_path()
277 static xmlRelaxNGPtr _xmlreader_get_relaxNG(char *source, size_t source_len, size_t type, in _xmlreader_get_relaxNG()
489 char *source; in php_xmlreader_set_relaxng_schema() local
852 char *source, *valid_file = NULL; in PHP_METHOD() local
946 char *source; in PHP_METHOD() local
1039 char *source, *uri = NULL, *encoding = NULL; in PHP_METHOD() local
/PHP-7.4/ext/spl/
H A Dspl_directory.c354 spl_filesystem_object *source; in spl_filesystem_object_clone() local
435 static spl_filesystem_object *spl_filesystem_object_create_info(spl_filesystem_object *source, char… in spl_filesystem_object_create_info()
478 …_filesystem_object *spl_filesystem_object_create_type(int ht, spl_filesystem_object *source, int t… in spl_filesystem_object_create_type()
/PHP-7.4/ext/dom/
H A Dphp_dom.c184 dom_doc_propsptr source, dest; in dom_copy_doc_props() local
H A Ddocument.c1318 char *_dom_get_valid_file_path(char *source, char *resolved_path, int resolved_path_len ) /* {{{ */ in _dom_get_valid_file_path()
1372 static xmlDocPtr dom_document_parser(zval *id, int mode, char *source, size_t source_len, size_t op… in dom_document_parser()
1498 char *source; in dom_parse_document() local
1824 char *source = NULL, *valid_file = NULL; in _dom_document_schema_validate() local
1925 char *source = NULL, *valid_file = NULL; in _dom_document_relaxNG_validate() local
2024 char *source; in dom_load_html() local
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c1420 PHPDBG_COMMAND(source) /* {{{ */ in PHPDBG_COMMAND() argument
H A Dphpdbg.c129 phpdbg_file_source *source = (phpdbg_file_source *) Z_PTR_P(data); in php_phpdbg_destroy_file_source() local
601 phpdbg_file_source *source = zend_hash_find_ptr(&PHPDBG_G(file_sources), name); in PHP_FUNCTION() local
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp623 U_CFUNC void umsg_parse_helper(UMessageFormat *fmt, int *count, zval **args, UChar *source, int32_t… in umsg_parse_helper()
/PHP-7.4/ext/com_dotnet/
H A Dcom_com.c362 char *source = NULL, *desc = NULL, *msg = NULL; in php_com_invoke_helper() local
/PHP-7.4/win32/build/
H A Dmkdist.php157 function copy_text_file($source, $dest)
390 function copy_dir($source, $dest)
/PHP-7.4/ext/intl/converter/
H A Dconverter.c118 zval *source, *codeUnits, *error; in PHP_METHOD() local
140 zval *source, *codePoint, *error; in PHP_METHOD() local
/PHP-7.4/sapi/cli/
H A Dgenerate_mime_type_map.php6 $source = count($_SERVER['argv']) > 1 ? $_SERVER['argv'][1] : 'https://raw.githubusercontent.com/ap… variable
/PHP-7.4/ext/xmlwriter/
H A Dphp_xmlwriter.c568 static char *_xmlwriter_get_valid_file_path(char *source, char *resolved_path, int resolved_path_le… in _xmlwriter_get_valid_file_path()
1660 char *source; in PHP_FUNCTION() local
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_structs.h134 #define COPY_CLIENT_ERROR(dest, source) SET_CLIENT_ERROR((dest), (source).error_no, (source).sq… argument
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_util_funcs.c410 static void zend_accel_function_hash_copy(HashTable *target, HashTable *source) in zend_accel_function_hash_copy()
462 static void zend_accel_function_hash_copy_from_shm(HashTable *target, HashTable *source) in zend_accel_function_hash_copy_from_shm()
506 static void zend_accel_class_hash_copy(HashTable *target, HashTable *source) in zend_accel_class_hash_copy()
543 static void zend_accel_class_hash_copy_from_shm(HashTable *target, HashTable *source) in zend_accel_class_hash_copy_from_shm()

Completed in 147 milliseconds

12