Searched refs:remote_len (Results 1 – 1 of 1) sorted by relevance
/PHP-5.6/ext/ftp/ |
H A D | php_ftp.c | 860 int local_len, remote_len; in PHP_FUNCTION() local 863 …_NUM_ARGS() TSRMLS_CC, "rppl|l", &z_ftp, &local, &local_len, &remote, &remote_len, &mode, &resumep… in PHP_FUNCTION() 923 int local_len, remote_len, ret; in PHP_FUNCTION() local 1029 int remote_len; in PHP_FUNCTION() local 1034 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rsrl|l", &z_ftp, &remote, &remote_len, &z_fi… in PHP_FUNCTION() 1076 int remote_len, ret; in PHP_FUNCTION() local 1081 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rsrl|l", &z_ftp, &remote, &remote_len, &z_fi… in PHP_FUNCTION() 1129 long remote_len, local_len; in PHP_FUNCTION() local 1133 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rppl|l", &z_ftp, &remote, &remote_len, &loca… in PHP_FUNCTION() 1182 int remote_len, local_len; in PHP_FUNCTION() local [all …]
|
Completed in 9 milliseconds