Home
last modified time | relevance | path

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

12

/php-src/Zend/Optimizer/
H A Ddce.c319 int source; in add_phi_sources_to_worklists() local
468 int source; in get_common_phi_source() local
646 int source; in dce_optimize_op_array() local
H A Dssa_integrity.c59 int source; in is_in_phi_sources() local
334 int source = phi->sources[i]; in ssa_verify_integrity() local
H A Dzend_ssa.c1331 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()
1345 int source; in zend_ssa_remove_uses_of_phi_sources() local
H A Dzend_ssa.h286 #define FOREACH_PHI_SOURCE(phi, source) do { \ argument
/php-src/Zend/
H A Dzend_constants.c77 void zend_copy_constants(HashTable *target, HashTable *source) in zend_copy_constants()
H A Dzend_execute.h509 #define ZEND_REF_ADD_TYPE_SOURCE(ref, source) \ argument
512 #define ZEND_REF_DEL_TYPE_SOURCE(ref, source) \ argument
H A Dzend_hash.c2235 ZEND_API void ZEND_FASTCALL zend_hash_copy(HashTable *target, HashTable *source, copy_ctor_func_t p… in zend_hash_copy()
2282 static zend_always_inline bool zend_array_dup_value(HashTable *source, HashTable *target, zval *dat… in zend_array_dup_value()
2319 static zend_always_inline bool zend_array_dup_element(HashTable *source, HashTable *target, uint32_… in zend_array_dup_element()
2342 static void zend_array_dup_ht_iterators(HashTable *source, HashTable *target) { in zend_array_dup_ht_iterators()
2357 static zend_always_inline void zend_array_dup_packed_elements(HashTable *source, HashTable *target,… in zend_array_dup_packed_elements()
2377 static zend_always_inline uint32_t zend_array_dup_elements(HashTable *source, HashTable *target, bo… in zend_array_dup_elements()
2430 ZEND_API HashTable* ZEND_FASTCALL zend_array_dup(HashTable *source) in zend_array_dup()
2518 ZEND_API HashTable* zend_array_to_list(HashTable *source) in zend_array_to_list()
2539 ZEND_API void ZEND_FASTCALL zend_hash_merge(HashTable *target, HashTable *source, copy_ctor_func_t … in zend_hash_merge()
2635 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.c2958 ZEND_API char* ZEND_FASTCALL zend_str_tolower_copy(char *dest, const char *source, size_t length) /… in zend_str_tolower_copy()
2966 ZEND_API char* ZEND_FASTCALL zend_str_toupper_copy(char *dest, const char *source, size_t length) /… in zend_str_toupper_copy()
2974 ZEND_API char* ZEND_FASTCALL zend_str_tolower_dup(const char *source, size_t length) /* {{{ */ in zend_str_tolower_dup()
2980 ZEND_API char* ZEND_FASTCALL zend_str_toupper_dup(const char *source, size_t length) /* {{{ */ in zend_str_toupper_dup()
2999 ZEND_API char* ZEND_FASTCALL zend_str_tolower_dup_ex(const char *source, size_t length) /* {{{ */ in zend_str_tolower_dup_ex()
3023 ZEND_API char* ZEND_FASTCALL zend_str_toupper_dup_ex(const char *source, size_t length) /* {{{ */ in zend_str_toupper_dup_ex()
/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/bz2/
H A Dbz2.c443 char *source; /* Source data to compress */ in PHP_FUNCTION() local
493 char *source; in PHP_FUNCTION() local
/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/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/dom/
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 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 Dphp_dom.c232 libxml_doc_props const* source = dom_get_doc_props_read_only(source_doc); in dom_copy_document_ref() 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 Dxml_document.c132 const char *source, *override_encoding = NULL; in load_from_helper() local
/php-src/ext/gd/libgd/
H A Dgd.h389 int (*source) (void *context, char *buffer, int len); member
/php-src/ext/hash/
H A Dhash_whirlpool.c277 const unsigned char *source = input; in PHP_WHIRLPOOLUpdate() local
/php-src/ext/intl/converter/
H A Dconverter.c109 zend_string *source, *codeUnits; in PHP_METHOD() local
124 zval *source, *error; in PHP_METHOD() local
H A Dconverter.stub.php105 …public function fromUCallback(int $reason, array $source, int $codePoint, &$error): string|int|arr…
159 …public function toUCallback(int $reason, string $source, string $codeUnits, &$error): string|int|a…
/php-src/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp621 U_CFUNC void umsg_parse_helper(UMessageFormat *fmt, int *count, zval **args, UChar *source, int32_t… in umsg_parse_helper()
H A Dmsgformat_parse.c28 static void msgfmt_do_parse(MessageFormatter_object *mfo, char *source, size_t src_len, zval *retur… in msgfmt_do_parse()
56 char *source; in PHP_FUNCTION() local
84 char *source = NULL; in PHP_FUNCTION() 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/mysqlnd/
H A Dmysqlnd_structs.h128 #define COPY_CLIENT_ERROR(dest, source) SET_CLIENT_ERROR((dest), (source).error_no, (source).sq… argument

Completed in 144 milliseconds

12