Home
last modified time | relevance | path

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

1234

/PHP-7.4/ext/ftp/
H A Dftp.c1230 ftp_rename(ftpbuf_t *ftp, const char *src, const size_t src_len, const char *dest, const size_t des… in ftp_rename()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c612 #define OP1(op, dst, dstw, src, srcw) \ argument
616 #define OP_SRC(op, src, srcw) \ argument
634 #define CMOV(type, dst_reg, src, srcw) \ argument
3160 sljit_s32 src = SLJIT_IMM; in reset_early_fail() local
/PHP-7.4/Zend/
H A Dzend_builtin_functions.c821 static void copy_constant_array(zval *dst, zval *src) /* {{{ */ in copy_constant_array()
H A Dzend_execute.c3540 zval *src; in zend_copy_extra_args() local
3770 zval *src = ZEND_CALL_ARG(call, 1); in zend_vm_stack_copy_call_frame() local
H A Dzend_compile.c35 #define SET_NODE(target, src) do { \ argument
44 #define GET_NODE(target, src) do { \ argument
3576 HashTable *src = Z_ARRVAL(array.u.constant); in zend_compile_func_in_array() local
H A Dzend_API.c1261 zval *src = class_type->default_properties_table; in _object_properties_init() local
/PHP-7.4/ext/gd/
H A Dgd.c2922 gdImagePtr dst, src; in PHP_FUNCTION() local
4922 gdImagePtr src; in PHP_FUNCTION() local
/PHP-7.4/ext/pgsql/
H A Dpgsql.c5528 char *src, *tmp_name, *tmp_name2 = NULL; local
5810 static int php_pgsql_add_quotes(zval *src, zend_bool should_free)
/PHP-7.4/ext/imap/
H A Dphp_imap.c2774 SIZEDTEXT src, dest; in PHP_FUNCTION() local
/PHP-7.4/ext/phar/
H A Dphar_object.c1105 static void phar_spl_foreign_clone(spl_filesystem_object *src, spl_filesystem_object *dst) /* {{{ */ in phar_spl_foreign_clone()
/PHP-7.4/ext/standard/
H A Dstring.c2292 static zend_string *php_chunk_split(const char *src, size_t srclen, const char *end, size_t endlen,…
/PHP-7.4/ext/openssl/
H A Dopenssl.c1136 static int php_openssl_spki_cleanup(const char *src, char *dest) in php_openssl_spki_cleanup()

Completed in 167 milliseconds

1234