Searched refs:af (Results 1 - 5 of 5) sorted by relevance
| /PHP_5_4/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 11970 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, /* a8..af ........ */ 62951 } af; member in union:vdbeExecUnion [all...] |
| /PHP_5_4/win32/ |
| H A D | inet.c | 10 PHPAPI int inet_pton(int af, const char* src, void* dst) argument 17 switch (af) { 30 if (WSAStringToAddress ((LPTSTR) src, af, NULL, (LPSOCKADDR) &sa, &address_length) == 0) { 31 switch (af) { 46 PHPAPI const char* inet_ntop(int af, const void* src, char* dst, size_t size) argument 55 switch (af) { 58 sin->sin_family = af; 64 sin6->sin6_family = af;
|
| H A D | inet.h | 7 PHPAPI int inet_pton(int af, const char* src, void* dst); 8 PHPAPI const char* inet_ntop(int af, const void* src, char* dst, size_t size);
|
| /PHP_5_4/ext/standard/ |
| H A D | basic_functions.c | 3821 int address_len, af = AF_INET; local 3830 af = AF_INET6; 3838 if (!inet_ntop(af, address, buffer, sizeof(buffer))) { 3853 int ret, af = AF_INET; local 3866 af = AF_INET6; 3874 ret = inet_pton(af, address, buffer); 3881 RETURN_STRINGL(buffer, af == AF_INET ? 4 : 16, 1);
|
| /PHP_5_4/sapi/cli/ |
| H A D | php_cli_server.c | 1140 static int php_network_listen_socket(const char *host, int *port, int socktype, int *af, socklen_t *socklen, char **errstr TSRMLS_DC) /* {{{ */ argument 1213 *af = sa->sa_family;
|
Completed in 134 milliseconds