Searched refs:remote_len (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/ext/ftp/ |
H A D | php_ftp.c | 857 int local_len, remote_len; in PHP_FUNCTION() local 860 …_NUM_ARGS() TSRMLS_CC, "rppl|l", &z_ftp, &local, &local_len, &remote, &remote_len, &mode, &resumep… in PHP_FUNCTION() 920 int local_len, remote_len, ret; in PHP_FUNCTION() local 1026 int remote_len; in PHP_FUNCTION() local 1031 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rsrl|l", &z_ftp, &remote, &remote_len, &z_fi… in PHP_FUNCTION() 1073 int remote_len, ret; in PHP_FUNCTION() local 1078 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rsrl|l", &z_ftp, &remote, &remote_len, &z_fi… in PHP_FUNCTION() 1126 long remote_len, local_len; in PHP_FUNCTION() local 1130 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rppl|l", &z_ftp, &remote, &remote_len, &loca… in PHP_FUNCTION() 1179 int remote_len, local_len; in PHP_FUNCTION() local [all …]
|
Completed in 8 milliseconds