Home
last modified time | relevance | path

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

12

/PHP-7.3/Zend/
H A Dzend_constants.c73 void zend_copy_constants(HashTable *target, HashTable *source) in zend_copy_constants()
H A Dzend_hash.c1785 ZEND_API void ZEND_FASTCALL zend_hash_copy(HashTable *target, HashTable *source, copy_ctor_func_t p… in zend_hash_copy()
1819 static zend_always_inline int zend_array_dup_element(HashTable *source, HashTable *target, uint32_t… in zend_array_dup_element()
1873 static zend_always_inline void zend_array_dup_packed_elements(HashTable *source, HashTable *target,… in zend_array_dup_packed_elements()
1889 static zend_always_inline uint32_t zend_array_dup_elements(HashTable *source, HashTable *target, in… in zend_array_dup_elements()
1917 ZEND_API HashTable* ZEND_FASTCALL zend_array_dup(HashTable *source) in zend_array_dup()
1998 ZEND_API void ZEND_FASTCALL zend_hash_merge(HashTable *target, HashTable *source, copy_ctor_func_t … in zend_hash_merge()
2066 ZEND_API void ZEND_FASTCALL zend_hash_merge_ex(HashTable *target, HashTable *source, copy_ctor_func… in zend_hash_merge_ex()
H A Dzend_operators.c2621 ZEND_API char* ZEND_FASTCALL zend_str_tolower_copy(char *dest, const char *source, size_t length) /… in zend_str_tolower_copy()
2636 ZEND_API char* ZEND_FASTCALL zend_str_tolower_dup(const char *source, size_t length) /* {{{ */ in zend_str_tolower_dup()
2654 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_ts_hash.c255 ZEND_API void zend_ts_hash_copy(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyCon… in zend_ts_hash_copy()
264 ZEND_API void zend_ts_hash_copy_to_hash(HashTable *target, TsHashTable *source, copy_ctor_func_t pC… in zend_ts_hash_copy_to_hash()
271 ZEND_API void zend_ts_hash_merge(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyCo… in zend_ts_hash_merge()
280 ZEND_API void zend_ts_hash_merge_ex(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCop… in zend_ts_hash_merge_ex()
/PHP-7.3/ext/bz2/
H A Dbz2.c510 char *source; /* Source data to compress */ in PHP_FUNCTION() local
561 char *source; in PHP_FUNCTION() local
/PHP-7.3/ext/com_dotnet/
H A Dcom_com.c354 char *source = NULL, *desc = NULL, *msg = NULL; in php_com_invoke_helper() local
/PHP-7.3/ext/curl/
H A Dinterface.c2070 void _php_setup_easy_copy_handlers(php_curl *ch, php_curl *source) in _php_setup_easy_copy_handlers()
/PHP-7.3/ext/dom/
H A Ddocument.c1296 char *_dom_get_valid_file_path(char *source, char *resolved_path, int resolved_path_len ) /* {{{ */ in _dom_get_valid_file_path()
1350 static xmlDocPtr dom_document_parser(zval *id, int mode, char *source, size_t source_len, size_t op… in dom_document_parser()
1476 char *source; in dom_parse_document() local
1798 char *source = NULL, *valid_file = NULL; in _dom_document_schema_validate() local
1900 char *source = NULL, *valid_file = NULL; in _dom_document_relaxNG_validate() local
1998 char *source; in dom_load_html() local
H A Dphp_dom.c184 dom_doc_propsptr source, dest; in dom_copy_doc_props() local
/PHP-7.3/ext/gd/libgd/
H A Dgd.h391 int (*source) (void *context, char *buffer, int len); member
/PHP-7.3/ext/hash/
H A Dhash_whirlpool.c279 const unsigned char *source = input; in PHP_WHIRLPOOLUpdate() local
/PHP-7.3/ext/intl/converter/
H A Dconverter.c123 zval *source, *codeUnits, *error; in PHP_METHOD() local
145 zval *source, *codePoint, *error; in PHP_METHOD() local
/PHP-7.3/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp645 U_CFUNC void umsg_parse_helper(UMessageFormat *fmt, int *count, zval **args, UChar *source, int32_t… in umsg_parse_helper()
H A Dmsgformat_parse.c31 static void msgfmt_do_parse(MessageFormatter_object *mfo, char *source, size_t src_len, zval *retur… in msgfmt_do_parse()
63 char *source; in PHP_FUNCTION() local
98 char *source = NULL; in PHP_FUNCTION() local
/PHP-7.3/ext/intl/resourcebundle/
H A Dresourcebundle.c27 void resourcebundle_extract_value( zval *return_value, ResourceBundle_object *source ) in resourcebundle_extract_value()
/PHP-7.3/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.3/ext/opcache/Optimizer/
H A Ddce.c292 int source; in add_phi_sources_to_worklists() local
430 int source; in get_common_phi_source() local
664 int source; in dce_optimize_op_array() local
H A Dssa_integrity.c60 int source; in is_in_phi_sources() local
290 int source; in ssa_verify_integrity() local
H A Dzend_ssa.c1233 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()
1247 int source; in zend_ssa_remove_uses_of_phi_sources() local
H A Dzend_ssa.h277 #define FOREACH_PHI_SOURCE(phi, source) do { \ argument
/PHP-7.3/ext/opcache/
H A Dzend_accelerator_util_funcs.c171 static void zend_hash_clone_constants(HashTable *ht, HashTable *source) in zend_hash_clone_constants()
222 static void zend_hash_clone_methods(HashTable *ht, HashTable *source, zend_class_entry *old_ce, zen… in zend_hash_clone_methods()
280 static void zend_hash_clone_prop_info(HashTable *ht, HashTable *source, zend_class_entry *old_ce) in zend_hash_clone_prop_info()
465 static void zend_accel_function_hash_copy(HashTable *target, HashTable *source) in zend_accel_function_hash_copy()
509 static void zend_accel_function_hash_copy_from_shm(HashTable *target, HashTable *source) in zend_accel_function_hash_copy_from_shm()
553 static void zend_accel_class_hash_copy(HashTable *target, HashTable *source) in zend_accel_class_hash_copy()
590 static void zend_accel_class_hash_copy_from_shm(HashTable *target, HashTable *source) in zend_accel_class_hash_copy_from_shm()
H A Dzend_shared_alloc.c337 int zend_shared_memdup_size(void *source, size_t size) in zend_shared_memdup_size()
351 void *_zend_shared_memdup(void *source, size_t size, zend_bool free_source) in _zend_shared_memdup()
/PHP-7.3/ext/phar/
H A Dphar_object.c2246 static zend_object *phar_convert_to_other(phar_archive_data *source, int convert, char *ext, uint32… in phar_convert_to_other()
H A Dstream.c835 phar_entry_info new, *source; in phar_wrapper_rename() local
/PHP-7.3/ext/phar/tests/files/
H A Dpear2coverage.phar.php101 protected $savePath;
223 * @param PEAR2\Pyrus\Developer\CodeCoverage\SourceFile $source
642 namespace PEAR2\Pyrus\Developer\CoverageAnalyzer {
708 function shortName()

Completed in 190 milliseconds

12