Searched refs:af (Results 1 – 17 of 17) 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() 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 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/tests/strings/ |
H A D | strtolower-win32.phpt | 238 af => af
|
H A D | strtoupper1-win32.phpt | 238 af => af
|
H A D | html_entity_decode_iso8859-15.phpt | 162 MACRON: ¯ => af 163 ¯ => af
|
H A D | html_entity_decode_macroman.phpt | 297 LATIN CAPITAL LETTER O WITH STROKE: Ø => af 421 Ø => af
|
H A D | html_entity_decode_iso8859-5.phpt | 162 CYRILLIC CAPITAL LETTER DZHE: Џ => af
|
H A D | get_html_translation_table_basic5.phpt | 477 [] => ⁡
|
H A D | html_entity_decode_win1251.phpt | 294 CYRILLIC CAPITAL LETTER YI: Ї => af
|
H A D | html_entity_decode_cp866.phpt | 290 CYRILLIC SMALL LETTER PE: п => af
|
H A D | html_entity_decode_koi8-r.phpt | 290 BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE: ╞ => af
|
H A D | html_entity_decode_html5.phpt | 613 "⁡", 2747 ⁡ => e281a1
|
H A D | htmlentities_html5.phpt | 571 ⁡ U+02061
|
H A D | bug49785.phpt | 201 string(2) "af"
|
/PHP-5.4/ext/standard/ |
H A D | basic_functions.c | 3822 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 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() argument 1230 *af = sa->sa_family; in php_network_listen_socket()
|
/PHP-5.4/ext/standard/html_tables/ |
H A D | ents_html5.txt | 608 af 02061
|
Completed in 80 milliseconds