Home
last modified time | relevance | path

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

/PHP-5.4/win32/
H A Dinet.c10 PHPAPI int inet_pton(int af, const char* src, void* dst) in inet_pton() argument
17 switch (af) { in inet_pton()
30 if (WSAStringToAddress ((LPTSTR) src, af, NULL, (LPSOCKADDR) &sa, &address_length) == 0) { in inet_pton()
31 switch (af) { in inet_pton()
46 PHPAPI const char* inet_ntop(int af, const void* src, char* dst, size_t size) in inet_ntop() argument
55 switch (af) { in inet_ntop()
58 sin->sin_family = af; in inet_ntop()
64 sin6->sin6_family = af; in inet_ntop()
H A Dinet.h7 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/tests/strings/
H A Dstrtolower-win32.phpt238 af => af
H A Dstrtoupper1-win32.phpt238 af => af
H A Dhtml_entity_decode_iso8859-15.phpt162 MACRON: ¯ => af
163 ¯ => af
H A Dhtml_entity_decode_macroman.phpt297 LATIN CAPITAL LETTER O WITH STROKE: Ø => af
421 Ø => af
H A Dhtml_entity_decode_iso8859-5.phpt162 CYRILLIC CAPITAL LETTER DZHE: Џ => af
H A Dget_html_translation_table_basic5.phpt477 [⁡] => ⁡
H A Dhtml_entity_decode_win1251.phpt294 CYRILLIC CAPITAL LETTER YI: Ї => af
H A Dhtml_entity_decode_cp866.phpt290 CYRILLIC SMALL LETTER PE: п => af
H A Dhtml_entity_decode_koi8-r.phpt290 BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE: ╞ => af
H A Dhtml_entity_decode_html5.phpt613 "⁡",
2747 ⁡ => ⁡ e281a1
H A Dhtmlentities_html5.phpt571 ⁡ U+02061
H A Dbug49785.phpt201 string(2) "af"
/PHP-5.4/ext/standard/
H A Dbasic_functions.c3822 int address_len, af = AF_INET; in PHP_NAMED_FUNCTION() local
3831 af = AF_INET6; in PHP_NAMED_FUNCTION()
3839 if (!inet_ntop(af, address, buffer, sizeof(buffer))) { in PHP_NAMED_FUNCTION()
3854 int ret, af = AF_INET; in PHP_NAMED_FUNCTION() local
3867 af = AF_INET6; in PHP_NAMED_FUNCTION()
3875 ret = inet_pton(af, address, buffer); in PHP_NAMED_FUNCTION()
3882 RETURN_STRINGL(buffer, af == AF_INET ? 4 : 16, 1); in PHP_NAMED_FUNCTION()
/PHP-5.4/sapi/cli/
H A Dphp_cli_server.c1157 static int php_network_listen_socket(const char *host, int *port, int socktype, int *af, socklen_t … in php_network_listen_socket() argument
1230 *af = sa->sa_family; in php_network_listen_socket()
/PHP-5.4/ext/standard/html_tables/
H A Dents_html5.txt608 af 02061

Completed in 54 milliseconds