Home
last modified time | relevance | path

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

12

/PHP-5.6/ext/intl/msgformat/
H A Dmsgformat_parse.c31 static void msgfmt_do_parse(MessageFormatter_object *mfo, char *source, int src_len, zval *return_v… in msgfmt_do_parse()
63 char *source; in PHP_FUNCTION() local
98 char *source = NULL; in PHP_FUNCTION() local
H A Dmsgformat_helpers.cpp643 U_CFUNC void umsg_parse_helper(UMessageFormat *fmt, int *count, zval ***args, UChar *source, int so… in umsg_parse_helper()
/PHP-5.6/ext/zip/lib/
H A Dzip_file_replace.c41 zip_file_replace(struct zip *za, zip_uint64_t idx, struct zip_source *source, zip_flags_t flags) in zip_file_replace()
60 _zip_file_replace(struct zip *za, zip_uint64_t idx, const char *name, struct zip_source *source, zi… in _zip_file_replace()
H A Dzip_add.c49 zip_add(struct zip *za, const char *name, struct zip_source *source) in zip_add()
H A Dzip_file_add.c47 zip_file_add(struct zip *za, const char *name, struct zip_source *source, zip_flags_t flags) in zip_file_add()
H A Dzip_replace.c42 zip_replace(struct zip *za, zip_uint64_t idx, struct zip_source *source) in zip_replace()
H A Dzip_dir_add.c51 struct zip_source *source; in zip_dir_add() local
/PHP-5.6/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()
H A Dxmlrpc.c1129 static int isDuplicateEntry(XMLRPC_VALUE target, XMLRPC_VALUE source) { in isDuplicateEntry()
1155 int XMLRPC_AddValueToVector(XMLRPC_VALUE target, XMLRPC_VALUE source) { in XMLRPC_AddValueToVector()
/PHP-5.6/ext/opcache/
H A Dzend_accelerator_util_funcs.c322 static void zend_hash_clone_zval(HashTable *ht, HashTable *source, int bind)
449 static void zend_hash_clone_methods(HashTable *ht, HashTable *source, zend_class_entry *old_ce, zen…
561 static void zend_hash_clone_prop_info(HashTable *ht, HashTable *source, zend_class_entry *old_ce, z…
891 static int zend_hash_unique_copy(HashTable *target, HashTable *source, unique_copy_ctor_func_t pCop…
937 static void zend_accel_function_hash_copy(HashTable *target, HashTable *source, unique_copy_ctor_fu…
958 static void zend_accel_class_hash_copy(HashTable *target, HashTable *source, unique_copy_ctor_func_…
H A Dzend_shared_alloc.c326 int zend_shared_memdup_size(void *source, size_t size) in zend_shared_memdup_size()
338 void *_zend_shared_memdup(void *source, size_t size, zend_bool free_source TSRMLS_DC) in _zend_shared_memdup()
/PHP-5.6/ext/sockets/
H A Dmulticast.c201 source = {0}; in php_do_mcast_opt() local
403 struct sockaddr *source, in php_mcast_join_source()
415 struct sockaddr *source, in php_mcast_leave_source()
427 struct sockaddr *source, in php_mcast_block_source()
439 struct sockaddr *source, in php_mcast_unblock_source()
515 struct sockaddr *source, in _php_mcast_source_op()
/PHP-5.6/sapi/cli/
H A Dgenerate_mime_type_map.php6 $source = count($_SERVER['argv']) > 1 ? $_SERVER['argv'][1] : 'https://raw.githubusercontent.com/ap… variable
/PHP-5.6/win32/build/
H A Dmkdist.php141 function copy_text_file($source, $dest)
363 function copy_dir($source, $dest)
/PHP-5.6/Zend/
H A Dzend_ts_hash.c267 ZEND_API void zend_ts_hash_copy(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyCon… in zend_ts_hash_copy()
276 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()
283 ZEND_API void zend_ts_hash_merge(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyCo… in zend_ts_hash_merge()
292 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.c745 ZEND_API void zend_hash_copy(HashTable *target, HashTable *source, copy_ctor_func_t pCopyConstructo… in zend_hash_copy()
776 ZEND_API void _zend_hash_merge(HashTable *target, HashTable *source, copy_ctor_func_t pCopyConstruc… in _zend_hash_merge()
813 ZEND_API void zend_hash_merge_ex(HashTable *target, HashTable *source, copy_ctor_func_t pCopyConstr… in zend_hash_merge_ex()
H A Dzend_constants.c48 void zend_copy_constants(HashTable *target, HashTable *source) in zend_copy_constants()
/PHP-5.6/ext/xmlreader/
H A Dphp_xmlreader.c230 char *_xmlreader_get_valid_file_path(char *source, char *resolved_path, int resolved_path_len TSRM… in _xmlreader_get_valid_file_path()
278 static xmlRelaxNGPtr _xmlreader_get_relaxNG(char *source, int source_len, int type, in _xmlreader_get_relaxNG()
496 char *source; in php_xmlreader_set_relaxng_schema() local
862 char *source, *valid_file = NULL; in PHP_METHOD() local
951 char *source; in PHP_METHOD() local
1045 char *source, *uri = NULL, *encoding = NULL; in PHP_METHOD() local
/PHP-5.6/ext/tokenizer/
H A Dtokenizer.c182 char *source = NULL; in PHP_FUNCTION() local
/PHP-5.6/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-5.6/ext/bz2/
H A Dbz2.c492 char *source; /* Source data to compress */ in PHP_FUNCTION() local
545 char *source, *dest; in PHP_FUNCTION() local
/PHP-5.6/ext/hash/
H A Dhash_whirlpool.c281 const unsigned char *source = input; in PHP_WHIRLPOOLUpdate() local
/PHP-5.6/ext/dom/
H A Ddocument.c1437 char *_dom_get_valid_file_path(char *source, char *resolved_path, int resolved_path_len TSRMLS_DC)… in _dom_get_valid_file_path()
1491 static xmlDocPtr dom_document_parser(zval *id, int mode, char *source, int source_len, int options … in dom_document_parser()
1617 char *source; in dom_parse_document() local
1924 char *source = NULL, *valid_file = NULL; in _dom_document_schema_validate() local
2025 char *source = NULL, *valid_file = NULL; in _dom_document_relaxNG_validate() local
2123 char *source; in dom_load_html() local
/PHP-5.6/ext/intl/converter/
H A Dconverter.c114 zval *source, *codeUnits, *error; in PHP_METHOD() local
136 zval *source, *codePoint, *error; in PHP_METHOD() local

Completed in 71 milliseconds

12