Home
last modified time | relevance | path

Searched refs:null_count (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/
H A Din_table_text.c24 if (token->null_count != 0) { in lxb_html_tree_insertion_mode_in_table_text()
38 if (token->null_count != 0) { in lxb_html_tree_insertion_mode_in_table_text()
H A Din_select.c17 if (token->null_count != 0) { in lxb_html_tree_insertion_mode_in_select_text()
H A Dforeign_content.c133 if (token->null_count != 0) { in lxb_html_tree_insertion_mode_foreign_content_text()
H A Din_body.c81 if (token->null_count != 0) { in lxb_html_tree_insertion_mode_in_body_text()
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtoken.c117 size_t len = (end - data) - token->null_count; in lxb_html_token_make_text_drop_null()
150 size_t len = (end - data) + (token->null_count * rep_len) - token->null_count; in lxb_html_token_make_text_replace_null()
H A Dtoken.h47 size_t null_count; member
/php-src/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c813 unsigned int null_count = (stmt->param_count + 7) / 8; in mysqlnd_stmt_execute_store_params() local
814 …AIL == mysqlnd_stmt_execute_check_n_enlarge_buffer(buf, p, buf_len, provided_buffer, null_count)) { in mysqlnd_stmt_execute_store_params()
820 memset(*p, 0, null_count); in mysqlnd_stmt_execute_store_params()
821 *p += null_count; in mysqlnd_stmt_execute_store_params()
/php-src/ext/dom/lexbor/lexbor/html/tokenizer/
H A Dstate.c294 if (SIZE_MAX - tkz->token->null_count < 1) { in lxb_html_tokenizer_state_data()
299 tkz->token->null_count++; in lxb_html_tokenizer_state_data()
1664 if (SIZE_MAX - tkz->token->null_count < 1) { in lxb_html_tokenizer_state_cdata_section()
1669 tkz->token->null_count++; in lxb_html_tokenizer_state_cdata_section()

Completed in 58 milliseconds