copy 445 TSRM/tsrm_win32.c HANDLE copy, self = GetCurrentProcess(); copy 446 TSRM/tsrm_win32.c if (!DuplicateHandle(self, fh, self, ©, 0, inherit, DUPLICATE_SAME_ACCESS|DUPLICATE_CLOSE_SOURCE)) { copy 449 TSRM/tsrm_win32.c return copy; copy 594 Zend/zend_API.h #define ZVAL_ZVAL(z, zv, copy, dtor) do { \ copy 598 Zend/zend_API.h if (copy && !dtor) { \ copy 605 Zend/zend_API.h if (dtor || !copy) { \ copy 625 Zend/zend_API.h #define RETVAL_ZVAL(zv, copy, dtor) ZVAL_ZVAL(return_value, zv, copy, dtor) copy 643 Zend/zend_API.h #define RETURN_ZVAL(zv, copy, dtor) { RETVAL_ZVAL(zv, copy, dtor); return; } copy 461 Zend/zend_constants.c zend_constant *copy = pemalloc(sizeof(zend_constant), c->flags & CONST_PERSISTENT); copy 463 Zend/zend_constants.c memcpy(copy, c, sizeof(zend_constant)); copy 464 Zend/zend_constants.c ret = zend_hash_add_ptr(ht, key, copy); copy 466 Zend/zend_constants.c pefree(copy, c->flags & CONST_PERSISTENT); copy 369 ext/filter/filter.c static void php_zval_filter(zval *value, zend_long filter, zend_long flags, zval *options, char* charset, zend_bool copy) /* {{{ */ copy 380 ext/filter/filter.c if (copy) { copy 498 ext/filter/filter.c static void php_zval_filter_recursive(zval *value, zend_long filter, zend_long flags, zval *options, char *charset, zend_bool copy) /* {{{ */ copy 512 ext/filter/filter.c php_zval_filter_recursive(element, filter, flags, options, charset, copy); copy 515 ext/filter/filter.c php_zval_filter(element, filter, flags, options, charset, copy); copy 519 ext/filter/filter.c php_zval_filter(value, filter, flags, options, charset, copy); copy 588 ext/filter/filter.c static void php_filter_call(zval *filtered, zend_long filter, zval *filter_args, const int copy, zend_long filter_flags) /* {{{ */ copy 634 ext/filter/filter.c if (copy) { copy 645 ext/filter/filter.c php_zval_filter_recursive(filtered, filter, filter_flags, options, charset, copy); copy 649 ext/filter/filter.c if (copy) { copy 661 ext/filter/filter.c php_zval_filter(filtered, filter, filter_flags, options, charset, copy); copy 34 ext/opcache/Optimizer/block_pass.c int zend_optimizer_get_persistent_constant(zend_string *name, zval *result, int copy) copy 59 ext/opcache/Optimizer/block_pass.c if (copy) { copy 117 ext/opcache/Optimizer/zend_optimizer_internal.h int zend_optimizer_get_persistent_constant(zend_string *name, zval *result, int copy); copy 193 ext/opcache/zend_accelerator_util_funcs.c zend_ast_zval *copy = emalloc(sizeof(zend_ast_zval)); copy 194 ext/opcache/zend_accelerator_util_funcs.c copy->kind = ZEND_AST_ZVAL; copy 195 ext/opcache/zend_accelerator_util_funcs.c copy->attr = ast->attr; copy 196 ext/opcache/zend_accelerator_util_funcs.c ZVAL_COPY_VALUE(©->val, zend_ast_get_zval(ast)); copy 197 ext/opcache/zend_accelerator_util_funcs.c return (zend_ast *) copy; copy 200 ext/opcache/zend_accelerator_util_funcs.c zend_ast_list *copy = emalloc( copy 202 ext/opcache/zend_accelerator_util_funcs.c copy->kind = list->kind; copy 203 ext/opcache/zend_accelerator_util_funcs.c copy->attr = list->attr; copy 204 ext/opcache/zend_accelerator_util_funcs.c copy->children = list->children; copy 207 ext/opcache/zend_accelerator_util_funcs.c copy->child[i] = zend_ast_clone(list->child[i]); copy 209 ext/opcache/zend_accelerator_util_funcs.c copy->child[i] = NULL; copy 212 ext/opcache/zend_accelerator_util_funcs.c return (zend_ast *) copy; copy 215 ext/opcache/zend_accelerator_util_funcs.c zend_ast *copy = emalloc(sizeof(zend_ast) - sizeof(zend_ast *) + sizeof(zend_ast *) * children); copy 216 ext/opcache/zend_accelerator_util_funcs.c copy->kind = ast->kind; copy 217 ext/opcache/zend_accelerator_util_funcs.c copy->attr = ast->attr; copy 220 ext/opcache/zend_accelerator_util_funcs.c copy->child[i] = zend_ast_clone(ast->child[i]); copy 222 ext/opcache/zend_accelerator_util_funcs.c copy->child[i] = NULL; copy 225 ext/opcache/zend_accelerator_util_funcs.c return copy; copy 242 ext/opcache/zend_persist.c zend_ast_zval *copy = zend_accel_memdup(ast, sizeof(zend_ast_zval)); copy 243 ext/opcache/zend_persist.c zend_persist_zval(©->val); copy 244 ext/opcache/zend_persist.c node = (zend_ast *) copy; copy 247 ext/opcache/zend_persist.c zend_ast_list *copy = zend_accel_memdup(ast, copy 250 ext/opcache/zend_persist.c if (copy->child[i]) { copy 251 ext/opcache/zend_persist.c copy->child[i] = zend_persist_ast(copy->child[i]); copy 254 ext/opcache/zend_persist.c node = (zend_ast *) copy; copy 3393 ext/phar/phar_object.c PHP_METHOD(Phar, copy) copy 5254 ext/phar/phar_object.c PHP_ME(Phar, copy, arginfo_phar_copy, ZEND_ACC_PUBLIC) copy 634 ext/soap/php_encoding.c xmlNodePtr copy; copy 636 ext/soap/php_encoding.c copy = xmlCopyNode(node, 1); copy 638 ext/soap/php_encoding.c xmlNodeDump(buf, NULL, copy, 0, 0); copy 641 ext/soap/php_encoding.c xmlFreeNode(copy); copy 173 ext/soap/soap.c va_list copy; \ copy 174 ext/soap/soap.c va_copy(copy, args); \ copy 175 ext/soap/soap.c old_error_handler(error_num, error_filename, error_lineno, format, copy); \ copy 176 ext/soap/soap.c va_end(copy); \ copy 3088 ext/standard/basic_functions.c PHP_FE(copy, arginfo_copy) copy 1652 ext/standard/file.c PHP_FUNCTION(copy) copy 57 ext/standard/file.h PHP_FUNCTION(copy); copy 392 ext/standard/proc_open.c HANDLE copy, self = GetCurrentProcess(); copy 394 ext/standard/proc_open.c if (!DuplicateHandle(self, src, self, ©, 0, inherit, DUPLICATE_SAME_ACCESS | copy 397 ext/standard/proc_open.c return copy; copy 50 main/streams/glob_wrapper.c PHPAPI char* _php_glob_stream_get_path(php_stream *stream, int copy, size_t *plen STREAMS_DC) /* {{{ */ copy 58 main/streams/glob_wrapper.c if (copy) { copy 72 main/streams/glob_wrapper.c PHPAPI char* _php_glob_stream_get_pattern(php_stream *stream, int copy, size_t *plen STREAMS_DC) /* {{{ */ copy 80 main/streams/glob_wrapper.c if (copy) { copy 26 main/streams/php_stream_glob_wrapper.h PHPAPI char* _php_glob_stream_get_path(php_stream *stream, int copy, size_t *plen STREAMS_DC); copy 27 main/streams/php_stream_glob_wrapper.h #define php_glob_stream_get_path(stream, copy, plen) _php_glob_stream_get_path((stream), (copy), (plen) STREAMS_CC) copy 29 main/streams/php_stream_glob_wrapper.h PHPAPI char* _php_glob_stream_get_pattern(php_stream *stream, int copy, size_t *plen STREAMS_DC); copy 30 main/streams/php_stream_glob_wrapper.h #define php_glob_stream_get_pattern(stream, copy, plen) _php_glob_stream_get_pattern((stream), (copy), (plen) STREAMS_CC) copy 717 win32/glob.c char *copy; copy 743 win32/glob.c if ((copy = malloc(len)) != NULL) { copy 744 win32/glob.c if (g_Ctoc(path, copy, len)) { copy 745 win32/glob.c free(copy); copy 748 win32/glob.c pathv[pglob->gl_offs + pglob->gl_pathc++] = copy; copy 758 win32/glob.c return(copy == NULL ? GLOB_NOSPACE : 0);