Searched refs:af (Results 1 - 3 of 3) sorted by relevance

/PHP_5_5/ext/sqlite3/libsqlite/
H A Dsqlite3.c11970 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, /* a8..af ........ */
62951 } af; member in union:vdbeExecUnion
[all...]
/PHP_5_5/sapi/cli/
H A Dphp_cli_server.c1150 static int php_network_listen_socket(const char *host, int *port, int socktype, int *af, socklen_t *socklen, char **errstr TSRMLS_DC) /* {{{ */ argument
1223 *af = sa->sa_family;
/PHP_5_5/ext/standard/
H A Dbasic_functions.c3872 int address_len, af = AF_INET; local
3881 af = AF_INET6;
3889 if (!inet_ntop(af, address, buffer, sizeof(buffer))) {
3904 int ret, af = AF_INET; local
3917 af = AF_INET6;
3925 ret = inet_pton(af, address, buffer);
3932 RETURN_STRINGL(buffer, af == AF_INET ? 4 : 16, 1);

Completed in 173 milliseconds