Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Dftp_fopen_wrapper.c320 char *tpath, *ttpath, *hoststart=NULL; in php_fopen_do_pasv() local
347 hoststart = tpath; in php_fopen_do_pasv()
357 memcpy(ip, hoststart, ip_size); in php_fopen_do_pasv()
359 hoststart = ip; in php_fopen_do_pasv()
397 *phoststart = hoststart; in php_fopen_do_pasv()
413 char *hoststart = NULL; in php_stream_url_wrap_ftp() local
546 if (hoststart == NULL) { in php_stream_url_wrap_ftp()
547 hoststart = ZSTR_VAL(resource->host); in php_stream_url_wrap_ftp()
689 char *hoststart = NULL, tmp_line[512]; in php_stream_ftp_opendir() local
717 if (hoststart == NULL) { in php_stream_ftp_opendir()
[all …]

Completed in 6 milliseconds