Home
last modified time | relevance | path

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

12

/PHP-7.1/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
H A Dmsgformat_helpers.cpp657 U_CFUNC void umsg_parse_helper(UMessageFormat *fmt, int *count, zval **args, UChar *source, int32_t… in umsg_parse_helper()
/PHP-7.1/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_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_add.c47 zip_add(zip_t *za, const char *name, zip_source_t *source) in zip_add()
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.1/ext/tokenizer/
H A Dtokenizer.c109 static zend_bool tokenize(zval *return_value, zend_string *source) in tokenize()
226 static zend_bool tokenize_parse(zval *return_value, zend_string *source) in tokenize_parse()
274 zend_string *source; in PHP_FUNCTION() local
/PHP-7.1/ext/xmlrpc/libxmlrpc/
H A Dsimplestring.c197 void simplestring_addn(simplestring* target, const char* source, size_t add_len) { in simplestring_addn()
255 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()
121 void base64_decode_xmlrpc(struct buffer_st *bfr, const char *source, int length) in base64_decode_xmlrpc()
/PHP-7.1/ext/opcache/
H A Dzend_accelerator_util_funcs.c172 static void zend_hash_clone_constants(HashTable *ht, HashTable *source) in zend_hash_clone_constants()
223 static void zend_hash_clone_methods(HashTable *ht, HashTable *source, zend_class_entry *old_ce, zen… in zend_hash_clone_methods()
281 static void zend_hash_clone_prop_info(HashTable *ht, HashTable *source, zend_class_entry *old_ce) in zend_hash_clone_prop_info()
473 static void zend_accel_function_hash_copy(HashTable *target, HashTable *source) in zend_accel_function_hash_copy()
517 static void zend_accel_function_hash_copy_from_shm(HashTable *target, HashTable *source) in zend_accel_function_hash_copy_from_shm()
561 static void zend_accel_class_hash_copy(HashTable *target, HashTable *source, unique_copy_ctor_func_… in zend_accel_class_hash_copy()
H A Dzend_shared_alloc.c337 int zend_shared_memdup_size(void *source, size_t size) in zend_shared_memdup_size()
349 void *_zend_shared_memdup(void *source, size_t size, zend_bool free_source) in _zend_shared_memdup()
/PHP-7.1/ext/sockets/
H A Dmulticast.c203 source = {0}; in php_do_mcast_opt() local
407 struct sockaddr *source, in php_mcast_join_source()
419 struct sockaddr *source, in php_mcast_leave_source()
431 struct sockaddr *source, in php_mcast_block_source()
443 struct sockaddr *source, in php_mcast_unblock_source()
519 struct sockaddr *source, in _php_mcast_source_op()
/PHP-7.1/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.1/Zend/
H A Dzend_ts_hash.c245 ZEND_API void zend_ts_hash_copy(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyCon… in zend_ts_hash_copy()
254 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()
261 ZEND_API void zend_ts_hash_merge(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyCo… in zend_ts_hash_merge()
270 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.c1612 ZEND_API void ZEND_FASTCALL zend_hash_copy(HashTable *target, HashTable *source, copy_ctor_func_t p… in zend_hash_copy()
1658 static zend_always_inline int zend_array_dup_element(HashTable *source, HashTable *target, uint32_t… in zend_array_dup_element()
1712 static zend_always_inline void zend_array_dup_packed_elements(HashTable *source, HashTable *target,… in zend_array_dup_packed_elements()
1728 static zend_always_inline uint32_t zend_array_dup_elements(HashTable *source, HashTable *target, in… in zend_array_dup_elements()
1756 ZEND_API HashTable* ZEND_FASTCALL zend_array_dup(HashTable *source) in zend_array_dup()
1850 ZEND_API void ZEND_FASTCALL _zend_hash_merge(HashTable *target, HashTable *source, copy_ctor_func_t… in _zend_hash_merge()
1921 ZEND_API void ZEND_FASTCALL zend_hash_merge_ex(HashTable *target, HashTable *source, copy_ctor_func… in zend_hash_merge_ex()
/PHP-7.1/ext/intl/resourcebundle/
H A Dresourcebundle.c27 void resourcebundle_extract_value( zval *return_value, ResourceBundle_object *source ) in resourcebundle_extract_value()
/PHP-7.1/win32/build/
H A Dmkdist.php162 function copy_text_file($source, $dest)
397 function copy_dir($source, $dest)
/PHP-7.1/ext/xmlreader/
H A Dphp_xmlreader.c226 char *_xmlreader_get_valid_file_path(char *source, char *resolved_path, int resolved_path_len ) { in _xmlreader_get_valid_file_path()
274 static xmlRelaxNGPtr _xmlreader_get_relaxNG(char *source, size_t source_len, size_t type, in _xmlreader_get_relaxNG()
488 char *source; in php_xmlreader_set_relaxng_schema() local
857 char *source, *valid_file = NULL; in PHP_METHOD() local
947 char *source; in PHP_METHOD() local
1041 char *source, *uri = NULL, *encoding = NULL; in PHP_METHOD() local
/PHP-7.1/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.1/ext/bz2/
H A Dbz2.c512 char *source; /* Source data to compress */ in PHP_FUNCTION() local
565 char *source; in PHP_FUNCTION() local
/PHP-7.1/ext/hash/
H A Dhash_whirlpool.c281 const unsigned char *source = input; in PHP_WHIRLPOOLUpdate() local
/PHP-7.1/ext/dom/
H A Ddocument.c1298 char *_dom_get_valid_file_path(char *source, char *resolved_path, int resolved_path_len ) /* {{{ */ in _dom_get_valid_file_path()
1352 static xmlDocPtr dom_document_parser(zval *id, int mode, char *source, size_t source_len, size_t op… in dom_document_parser()
1478 char *source; in dom_parse_document() local
1800 char *source = NULL, *valid_file = NULL; in _dom_document_schema_validate() local
1902 char *source = NULL, *valid_file = NULL; in _dom_document_relaxNG_validate() local
2000 char *source; in dom_load_html() local
/PHP-7.1/sapi/phpdbg/
H A Dxml.md446 source section

Completed in 79 milliseconds

12