Searched refs:ms_table (Results 1 – 2 of 2) sorted by relevance
1083 retval.ms_table = (doctype == ENT_HTML_DOC_HTML5) ? in determine_entity_table()1327 find_entity_for_char(this_char, charset, entity_table.ms_table, &rep, in php_escape_html_entities_ex()1641 const entity_stage1_row *ms_table = entity_table.ms_table; in PHP_FUNCTION() local1654 if (ms_table[i] == empty_stage2_table) in PHP_FUNCTION()1657 if (ms_table[i][j] == empty_stage3_table) in PHP_FUNCTION()1660 const entity_stage3_row *r = &ms_table[i][j][k]; in PHP_FUNCTION()1688 r = &ms_table[ENT_STAGE1_INDEX(uni_cp)][ENT_STAGE2_INDEX(uni_cp)][ENT_STAGE3_INDEX(uni_cp)]; in PHP_FUNCTION()
1134 const entity_stage1_row *ms_table; member
Completed in 35 milliseconds