Home
last modified time | relevance | path

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

/php-src/ext/dom/lexbor/lexbor/core/
H A Dstr.c423 const lxb_char_t *what, size_t what_size) in lexbor_str_data_ncasecmp_contain() argument
425 for (size_t i = 0; what_size <= (where_size - i); i++) { in lexbor_str_data_ncasecmp_contain()
426 if(lexbor_str_data_ncasecmp(&where[i], what, what_size)) { in lexbor_str_data_ncasecmp_contain()
511 const lxb_char_t *what, size_t what_size) in lexbor_str_data_ncmp_contain() argument
513 for (size_t i = 0; what_size <= (where_size - i); i++) { in lexbor_str_data_ncmp_contain()
514 if(memcmp(&where[i], what, sizeof(lxb_char_t) * what_size) == 0) { in lexbor_str_data_ncmp_contain()
H A Dstr.h141 const lxb_char_t *what, size_t what_size);
159 const lxb_char_t *what, size_t what_size);

Completed in 7 milliseconds