nlist             663 ext/ftp/php_ftp.c 	char		**nlist, **ptr, *dir;
nlist             673 ext/ftp/php_ftp.c 	if (NULL == (nlist = ftp_nlist(ftp, dir TSRMLS_CC))) {
nlist             678 ext/ftp/php_ftp.c 	for (ptr = nlist; *ptr; ptr++) {
nlist             681 ext/ftp/php_ftp.c 	efree(nlist);