Home
last modified time | relevance | path

Searched defs:src (Results 76 – 87 of 87) sorted by relevance

1234

/PHP-5.5/ext/ftp/
H A Dphp_ftp.c1277 char *src, *dest; in PHP_FUNCTION() local
/PHP-5.5/ext/standard/
H A Dstreamsfuncs.c457 php_stream *src, *dest; in PHP_FUNCTION() local
H A Darray.c2211 PHPAPI int php_array_merge(HashTable *dest, HashTable *src, int recursive TSRMLS_DC) /* {{{ */ in php_array_merge()
H A Dstring.c2151 static char *php_chunk_split(char *src, int srclen, char *end, int endlen, int chunklen, int *destl…
/PHP-5.5/Zend/
H A Dzend_compile.c39 #define SET_NODE(target, src) do { \ argument
48 #define GET_NODE(target, src) do { \ argument
58 #define COPY_NODE(target, src) do { \ argument
/PHP-5.5/ext/phar/
H A Dphar_internal.h524 # define phar_stream_copy_to_stream(src, dest, maxlen, len) _php_stream_copy_to_stream_ex((src), (d… argument
H A Dphar_object.c1114 static void phar_spl_foreign_clone(spl_filesystem_object *src, spl_filesystem_object *dst TSRMLS_DC… in phar_spl_foreign_clone()
/PHP-5.5/ext/pgsql/
H A Dpgsql.c5109 char *src, *tmp_name, *tmp_name2 = NULL; local
5380 static int php_pgsql_add_quotes(zval *src, zend_bool should_free TSRMLS_DC)
/PHP-5.5/ext/gd/
H A Dgd.c2818 gdImagePtr dst, src; in PHP_FUNCTION() local
5148 gdImagePtr src; in PHP_FUNCTION() local
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c519 #define OP1(op, dst, dstw, src, srcw) \ argument
537 #define OP_FLAGS(op, dst, dstw, src, srcw, type) \ argument
H A Dpcre_internal.h396 const unsigned char *src = (const unsigned char *)s; in pcre_memmove() local
/PHP-5.5/ext/imap/
H A Dphp_imap.c2689 SIZEDTEXT src, dest; in PHP_FUNCTION() local

Completed in 153 milliseconds

1234