Home
last modified time | relevance | path

Searched defs:copy (Results 1 – 17 of 17) sorted by relevance

/PHP-7.3/main/streams/
H A Dphp_stream_glob_wrapper.h25 #define php_glob_stream_get_path(stream, copy, plen) _php_glob_stream_get_path((stream), (copy), (p… argument
28 #define php_glob_stream_get_pattern(stream, copy, plen) _php_glob_stream_get_pattern((stream), (cop… argument
H A Dglob_wrapper.c48 PHPAPI char* _php_glob_stream_get_path(php_stream *stream, int copy, size_t *plen STREAMS_DC) /* {{… in _php_glob_stream_get_path()
70 PHPAPI char* _php_glob_stream_get_pattern(php_stream *stream, int copy, size_t *plen STREAMS_DC) /*… in _php_glob_stream_get_pattern()
/PHP-7.3/ext/filter/
H A Dfilter.c376 … *value, zend_long filter, zend_long flags, zval *options, char* charset, zend_bool copy) /* {{{ */ in php_zval_filter()
502 … *value, zend_long filter, zend_long flags, zval *options, char *charset, zend_bool copy) /* {{{ */ in php_zval_filter_recursive()
592 static void php_filter_call(zval *filtered, zend_long filter, zval *filter_args, const int copy, ze… in php_filter_call()
/PHP-7.3/ext/opcache/
H A Dzend_persist.c277 zend_ast_zval *copy = zend_accel_memdup(ast, sizeof(zend_ast_zval)); in zend_persist_ast() local
282 zend_ast_list *copy = zend_accel_memdup(ast, in zend_persist_ast() local
/PHP-7.3/Zend/
H A Dzend_language_scanner.c1132 char *copy = Z_STRVAL_P(zendlval); in strip_multiline_string_indentation() local
7334 zend_string *copy = Z_STR_P(zendlval); in lex_scan() local
H A Dzend_constants.c479 zend_constant *copy = pemalloc(sizeof(zend_constant), ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT); in zend_hash_add_constant() local
H A Dzend_language_scanner.l1129 char *copy = Z_STRVAL_P(zendlval); in strip_multiline_string_indentation() local
H A Dzend_API.h600 #define ZVAL_ZVAL(z, zv, copy, dtor) do { \ argument
631 #define RETVAL_ZVAL(zv, copy, dtor) ZVAL_ZVAL(return_value, zv, copy, dtor) argument
649 #define RETURN_ZVAL(zv, copy, dtor) { RETVAL_ZVAL(zv, copy, dtor); return; } argument
/PHP-7.3/ext/standard/
H A Dproc_open.c374 HANDLE copy, self = GetCurrentProcess(); in dup_handle() local
H A Dfile.c1658 PHP_FUNCTION(copy) in PHP_FUNCTION() argument
/PHP-7.3/TSRM/
H A Dtsrm_win32.c435 HANDLE copy, self = GetCurrentProcess(); in dupHandle() local
/PHP-7.3/ext/spl/
H A Dphp_spl.c635 zend_function *copy = emalloc(sizeof(zend_op_array)); in PHP_FUNCTION() local
/PHP-7.3/win32/
H A Dglob.c714 char *copy; local
/PHP-7.3/ext/opcache/Optimizer/
H A Dblock_pass.c34 int zend_optimizer_get_persistent_constant(zend_string *name, zval *result, int copy) in zend_optimizer_get_persistent_constant()
/PHP-7.3/ext/soap/
H A Dphp_encoding.c635 xmlNodePtr copy; in to_zval_user() local
/PHP-7.3/ext/sodium/
H A Dlibsodium.c408 zend_string *copy = zend_string_init(Z_STRVAL_P(zv), Z_STRLEN_P(zv), 0); in sodium_separate_string() local
/PHP-7.3/ext/phar/
H A Dphar_object.c3440 PHP_METHOD(Phar, copy) in PHP_METHOD() argument

Completed in 135 milliseconds