Home
last modified time | relevance | path

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

12

/PHP-7.3/ext/intl/msgformat/
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/zip/lib/
H A Dzip_file_replace.c39 zip_file_replace(zip_t *za, zip_uint64_t idx, zip_source_t *source, zip_flags_t flags) in zip_file_replace()
57 _zip_file_replace(zip_t *za, zip_uint64_t idx, const char *name, zip_source_t *source, zip_flags_t … in _zip_file_replace()
H A Dzip_add.c47 zip_add(zip_t *za, const char *name, zip_source_t *source) in zip_add()
H A Dzip_file_add.c45 zip_file_add(zip_t *za, const char *name, zip_source_t *source, zip_flags_t flags) in zip_file_add()
H A Dzip_replace.c40 zip_replace(zip_t *za, zip_uint64_t idx, zip_source_t *source) in zip_replace()
H A Dzip_dir_add.c49 zip_source_t *source; in zip_dir_add() local
H A Dzip_source_win32utf8.c56 zip_source_t *source; in zip_source_file_create() local
/PHP-7.3/ext/xmlrpc/libxmlrpc/
H A Dsimplestring.c198 void simplestring_addn(simplestring* target, const char* source, size_t add_len) { in simplestring_addn()
256 void simplestring_add(simplestring* target, const char* source) { in simplestring_add()
H A Dbase64.c56 void base64_encode_xmlrpc(struct buffer_st *b, const char *source, int length) in base64_encode_xmlrpc()
118 void base64_decode_xmlrpc(struct buffer_st *bfr, const char *source, int length) in base64_decode_xmlrpc()
/PHP-7.3/ext/tokenizer/
H A Dtokenizer.c125 static zend_bool tokenize(zval *return_value, zend_string *source) in tokenize()
219 static zend_bool tokenize_parse(zval *return_value, zend_string *source) in tokenize_parse()
267 zend_string *source; in PHP_FUNCTION() local
/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/sockets/
H A Dmulticast.c197 source = {0}; in php_do_mcast_opt() local
401 struct sockaddr *source, in php_mcast_join_source()
413 struct sockaddr *source, in php_mcast_leave_source()
425 struct sockaddr *source, in php_mcast_block_source()
437 struct sockaddr *source, in php_mcast_unblock_source()
513 struct sockaddr *source, in _php_mcast_source_op()
/PHP-7.3/Zend/
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()
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()
/PHP-7.3/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.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
/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/win32/build/
H A Dmkdist.php157 function copy_text_file($source, $dest)
391 function copy_dir($source, $dest)
/PHP-7.3/ext/xmlreader/
H A Dphp_xmlreader.c215 char *_xmlreader_get_valid_file_path(char *source, char *resolved_path, int resolved_path_len ) { in _xmlreader_get_valid_file_path()
263 static xmlRelaxNGPtr _xmlreader_get_relaxNG(char *source, size_t source_len, size_t type, in _xmlreader_get_relaxNG()
477 char *source; in php_xmlreader_set_relaxng_schema() local
846 char *source, *valid_file = NULL; in PHP_METHOD() local
936 char *source; in PHP_METHOD() local
1030 char *source, *uri = NULL, *encoding = NULL; in PHP_METHOD() 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()
/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/hash/
H A Dhash_whirlpool.c279 const unsigned char *source = input; in PHP_WHIRLPOOLUpdate() local
/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

Completed in 68 milliseconds

12