Home
last modified time | relevance | path

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

/php-src/ext/dom/lexbor/lexbor/html/tree/
H A Dactive_formatting.c124 lexbor_array_t *af = tree->active_formatting; in lxb_html_tree_active_formatting_reconstruct_elements() local
125 void **list = af->list; in lxb_html_tree_active_formatting_reconstruct_elements()
128 size_t af_idx = af->length - 1; in lxb_html_tree_active_formatting_reconstruct_elements()
163 while (af_idx < af->length) { in lxb_html_tree_active_formatting_reconstruct_elements()
/php-src/ext/standard/tests/strings/
H A Dstrtolower.phpt229 af => af
H A Dstrtoupper1.phpt232 af => af
H A Dhtml_entity_decode_iso8859-15.phpt163 MACRON: &#xAF; => af
164 &#xAF; => af
H A Dhtml_entity_decode_macroman.phpt298 LATIN CAPITAL LETTER O WITH STROKE: &#xD8; => af
422 &#xD8; => af
H A Dhtml_entity_decode_iso8859-5.phpt163 CYRILLIC CAPITAL LETTER DZHE: &#x40F; => af
H A Dget_html_translation_table_basic5.phpt477 [⁡] => &af;
H A Dhtml_entity_decode_win1251.phpt295 CYRILLIC CAPITAL LETTER YI: &#x407; => af
H A Dhtml_entity_decode_cp866.phpt291 CYRILLIC SMALL LETTER PE: &#x43F; => af
H A Dhtml_entity_decode_koi8-r.phpt291 BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE: &#x255E; => af
H A Dhtml_entity_decode_html5.phpt613 "&af;",
2747 &af; => ⁡ e281a1
H A Dhtmlentities_html5.phpt571 &af; U+02061
H A Dbug49785.phpt201 string(2) "af"
/php-src/ext/sockets/
H A Dsockets.c1698 struct accept_filter_arg af = {0}; local
1699 optlen = sizeof(af);
1701 if (getsockopt(php_sock->bsd_socket, level, optname, (char*)&af, &optlen) != 0) {
1708 add_assoc_string(return_value, "af_name", af.af_name);
1907 struct accept_filter_arg af = {0}; local
1908 strlcpy(af.af_name, Z_STRVAL_P(arg4), sizeof(af.af_name));
1909 opt_ptr = &af;
1910 optlen = sizeof(af);
/php-src/ext/standard/
H A Dbasic_functions.c538 int af = AF_INET; in PHP_FUNCTION() local
547 af = AF_INET6; in PHP_FUNCTION()
554 if (!inet_ntop(af, address, buffer, sizeof(buffer))) { in PHP_FUNCTION()
565 int ret, af = AF_INET; in PHP_FUNCTION() local
578 af = AF_INET6; in PHP_FUNCTION()
585 ret = inet_pton(af, address, buffer); in PHP_FUNCTION()
591 RETURN_STRINGL(buffer, af == AF_INET ? 4 : 16); in PHP_FUNCTION()
/php-src/sapi/cli/
H A Dphp_cli_server.c1283 static php_socket_t php_network_listen_socket(const char *host, int *port, int socktype, int *af, s… in php_network_listen_socket() argument
1344 *af = sa->sa_family; in php_network_listen_socket()
/php-src/ext/standard/html_tables/
H A Dents_html5.txt608 af 02061
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます24333 # {"keyslots":{"0":{"type":"luks2","key_size":64,"af":{"type":"luks1","stripes":4000,"hash":"sha256…
H A Dmagic24333 # {"keyslots":{"0":{"type":"luks2","key_size":64,"af":{"type":"luks1","stripes":4000,"hash":"sha256…

Completed in 233 milliseconds