Home
last modified time | relevance | path

Searched refs:local_len (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/ftp/
H A Dphp_ftp.c857 int local_len, remote_len; in PHP_FUNCTION() local
860 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rppl|l", &z_ftp, &local, &local_len, &remote… in PHP_FUNCTION()
920 int local_len, remote_len, ret; in PHP_FUNCTION() local
923 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rssl|l", &z_ftp, &local, &local_len, &remote… in PHP_FUNCTION()
1126 long remote_len, local_len; in PHP_FUNCTION() local
1130 …_NUM_ARGS() TSRMLS_CC, "rppl|l", &z_ftp, &remote, &remote_len, &local, &local_len, &mode, &startpo… in PHP_FUNCTION()
1179 int remote_len, local_len; in PHP_FUNCTION() local
1183 …_NUM_ARGS() TSRMLS_CC, "rppl|l", &z_ftp, &remote, &remote_len, &local, &local_len, &mode, &startpo… in PHP_FUNCTION()

Completed in 6 milliseconds