Home
last modified time | relevance | path

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

12

/PHP-7.4/Zend/
H A Dzend_constants.c73 void zend_copy_constants(HashTable *target, HashTable *source) in zend_copy_constants()
H A Dzend_execute.h405 #define ZEND_REF_ADD_TYPE_SOURCE(ref, source) \ argument
408 #define ZEND_REF_DEL_TYPE_SOURCE(ref, source) \ argument
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_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_ts_hash.c233 ZEND_API void zend_ts_hash_copy(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyCon… in zend_ts_hash_copy()
242 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()
249 ZEND_API void zend_ts_hash_merge(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyCo… in zend_ts_hash_merge()
258 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.4/ext/bz2/
H A Dbz2.c518 char *source; /* Source data to compress */ in PHP_FUNCTION() local
569 char *source; in PHP_FUNCTION() local
/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/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/dom/
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
H A Dphp_dom.c184 dom_doc_propsptr source, dest; in dom_copy_doc_props() local
/PHP-7.4/ext/gd/libgd/
H A Dgd.h385 int (*source) (void *context, char *buffer, int len); member
/PHP-7.4/ext/hash/
H A Dhash_whirlpool.c279 const unsigned char *source = input; in PHP_WHIRLPOOLUpdate() local
/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/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()
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.4/ext/intl/resourcebundle/
H A Dresourcebundle.c27 void resourcebundle_extract_value( zval *return_value, ResourceBundle_object *source ) in resourcebundle_extract_value()
/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/Optimizer/
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
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 Dzend_ssa.h279 #define FOREACH_PHI_SOURCE(phi, source) do { \ 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()
H A Dzend_shared_alloc.c347 int zend_shared_memdup_size(void *source, size_t size) in zend_shared_memdup_size()
361 static zend_always_inline void *_zend_shared_memdup(void *source, size_t size, zend_bool arena, zen… in _zend_shared_memdup()
395 void *zend_shared_memdup_get_put_free(void *source, size_t size) in zend_shared_memdup_get_put_free()
400 void *zend_shared_memdup_put_free(void *source, size_t size) in zend_shared_memdup_put_free()
405 void *zend_shared_memdup_free(void *source, size_t size) in zend_shared_memdup_free()
410 void *zend_shared_memdup_get_put(void *source, size_t size) in zend_shared_memdup_get_put()
415 void *zend_shared_memdup_put(void *source, size_t size) in zend_shared_memdup_put()
420 void *zend_shared_memdup(void *source, size_t size) in zend_shared_memdup()
425 void *zend_shared_memdup_arena_put(void *source, size_t size) in zend_shared_memdup_arena_put()
430 void *zend_shared_memdup_arena(void *source, size_t size) in zend_shared_memdup_arena()
/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 Dstream.c835 phar_entry_info new, *source; in phar_wrapper_rename() local

Completed in 116 milliseconds

12