Searched refs:hoststart (Results 1 – 1 of 1) sorted by relevance
327 char *tpath, *ttpath, *hoststart=NULL; in php_fopen_do_pasv() local354 hoststart = tpath; in php_fopen_do_pasv()364 memcpy(ip, hoststart, ip_size); in php_fopen_do_pasv()366 hoststart = ip; in php_fopen_do_pasv()404 *phoststart = hoststart; in php_fopen_do_pasv()420 char *hoststart = NULL; in php_stream_url_wrap_ftp() local552 if (hoststart == NULL) { in php_stream_url_wrap_ftp()553 hoststart = resource->host; in php_stream_url_wrap_ftp()700 char *hoststart = NULL, tmp_line[512]; in php_stream_ftp_opendir() local727 if (hoststart == NULL) { in php_stream_ftp_opendir()[all …]
Completed in 6 milliseconds