Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Dftp_fopen_wrapper.c330 char *tpath, *ttpath, *hoststart=NULL; in php_fopen_do_pasv() local
357 hoststart = tpath; in php_fopen_do_pasv()
367 memcpy(ip, hoststart, ip_size); in php_fopen_do_pasv()
369 hoststart = ip; in php_fopen_do_pasv()
407 *phoststart = hoststart; in php_fopen_do_pasv()
424 char *hoststart = NULL; in php_stream_url_wrap_ftp() local
556 if (hoststart == NULL) { in php_stream_url_wrap_ftp()
557 hoststart = resource->host; in php_stream_url_wrap_ftp()
704 char *hoststart = NULL, tmp_line[512]; in php_stream_ftp_opendir() local
732 if (hoststart == NULL) { in php_stream_ftp_opendir()
[all …]

Completed in 8 milliseconds