Home
last modified time | relevance | path

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

/PHP-5.3/main/streams/
H A Dphp_stream_glob_wrapper.h27 #define php_glob_stream_get_path(stream, copy, plen) _php_glob_stream_get_path((stream), (copy), (p… argument
30 #define php_glob_stream_get_pattern(stream, copy, plen) _php_glob_stream_get_pattern((stream), (cop… argument
H A Dglob_wrapper.c50 PHPAPI char* _php_glob_stream_get_path(php_stream *stream, int copy, int *plen STREAMS_DC TSRMLS_DC… in _php_glob_stream_get_path()
72 PHPAPI char* _php_glob_stream_get_pattern(php_stream *stream, int copy, int *plen STREAMS_DC TSRMLS… in _php_glob_stream_get_pattern()
/PHP-5.3/TSRM/
H A Dtsrm_win32.c445 HANDLE copy, self = GetCurrentProcess(); in dupHandle() local
/PHP-5.3/ext/standard/
H A Dproc_open.c460 HANDLE copy, self = GetCurrentProcess(); in dup_handle() local
H A Dfile.c1730 PHP_FUNCTION(copy) in PHP_FUNCTION() argument
H A Dstring.c1104 int copy; in php_implode() local
/PHP-5.3/ext/filter/
H A Dfilter.c604 static void php_filter_call(zval **filtered, long filter, zval **filter_args, const int copy, long … in php_filter_call()
/PHP-5.3/ext/spl/
H A Dphp_spl.c289 char *copy, *pos1, *pos2; in PHP_FUNCTION() local
/PHP-5.3/Zend/
H A Dzend_API.h564 #define ZVAL_ZVAL(z, zv, copy, dtor) { \ argument
592 #define RETVAL_ZVAL(zv, copy, dtor) ZVAL_ZVAL(return_value, zv, copy, dtor) argument
604 #define RETURN_ZVAL(zv, copy, dtor) { RETVAL_ZVAL(zv, copy, dtor); return; } argument
H A Dzend.h719 #define REPLACE_ZVAL_VALUE(ppzv_dest, pzv_src, copy) { \ argument
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dvdbeaux.c948 int sqlite_bind(sqlite_vm *pVm, int i, const char *zVal, int len, int copy){ in sqlite_bind()
/PHP-5.3/win32/
H A Dglob.c714 char *copy; local
/PHP-5.3/ext/ereg/regex/
H A Dregcomp.c923 register sopno copy; local
/PHP-5.3/ext/phar/
H A Dphar_object.c3503 PHP_METHOD(Phar, copy) argument
/PHP-5.3/ext/soap/
H A Dphp_encoding.c663 xmlNodePtr copy; in to_zval_user() local

Completed in 92 milliseconds