Home
last modified time | relevance | path

Searched defs:ip (Results 1 – 7 of 7) sorted by relevance

/PHP-8.1/ext/standard/
H A Dftp_fopen_wrapper.c315 static unsigned short php_fopen_do_pasv(php_stream *stream, char *ip, size_t ip_size, char **phosts… in php_fopen_do_pasv()
411 char ip[sizeof("123.123.123.123")]; in php_stream_url_wrap_ftp() local
690 char ip[sizeof("123.123.123.123")]; in php_stream_ftp_opendir() local
H A Dbasic_functions.c672 struct in_addr ip; in PHP_FUNCTION() local
674 zend_ulong ip; in PHP_FUNCTION() local
706 zend_ulong ip; in PHP_FUNCTION() local
H A Ddns.c173 static zend_string *php_gethostbyaddr(char *ip) in php_gethostbyaddr()
H A Dbasic_functions.stub.php349 function ip2long(string $ip): int|false {}
352 function long2ip(int $ip): string|false {}
546 function gethostbyaddr(string $ip): string|false {}
647 function inet_ntop(string $ip): string|false {}
652 function inet_pton(string $ip): string|false {}
/PHP-8.1/ext/filter/
H A Dlogical_filters.c721 static int _php_filter_validate_ipv4(char *str, size_t str_len, int *ip) /* {{{ */ in _php_filter_validate_ipv4()
874 int ip[8]; in php_filter_validate_ip() local
/PHP-8.1/main/
H A Dphp_variables.c75 char *ip = NULL; /* index pointer */ in php_register_variable_ex() local
H A Dfastcgi.c770 char *ip = getenv("FCGI_WEB_SERVER_ADDRS"); local
828 void fcgi_set_allowed_clients(char *ip)

Completed in 42 milliseconds