Searched defs:af (Results 1 – 3 of 3) sorted by relevance
/PHP-5.4/win32/ |
H A D | inet.c | 10 PHPAPI int inet_pton(int af, const char* src, void* dst) in inet_pton() 46 PHPAPI const char* inet_ntop(int af, const void* src, char* dst, size_t size) in inet_ntop()
|
/PHP-5.4/ext/standard/ |
H A D | basic_functions.c | 3822 int address_len, af = AF_INET; in PHP_NAMED_FUNCTION() local 3854 int ret, af = AF_INET; in PHP_NAMED_FUNCTION() local
|
/PHP-5.4/sapi/cli/ |
H A D | php_cli_server.c | 1157 static int php_network_listen_socket(const char *host, int *port, int socktype, int *af, socklen_t … in php_network_listen_socket()
|
Completed in 26 milliseconds