Home
last modified time | relevance | path

Searched refs:radio_length (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.c1395 static const size_t radio_length = sizeof(radio) / sizeof(lxb_char_t) - 1; in lxb_selectors_pseudo_class() local
1438 if (lexbor_str_data_ncasecmp(radio, str->data, radio_length)) { in lxb_selectors_pseudo_class()
/php-src/ext/dom/lexbor/lexbor/selectors-adapted/
H A Dselectors.c1423 static const size_t radio_length = sizeof(radio) / sizeof(lxb_char_t) - 1; in lxb_selectors_pseudo_class() local
1466 if (lexbor_str_data_ncasecmp(radio, str.str.data, radio_length)) { in lxb_selectors_pseudo_class()

Completed in 19 milliseconds