Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dhtml.c965 retval.ms_table = (doctype == ENT_HTML_DOC_HTML5) ? in determine_entity_table()
1204 find_entity_for_char(this_char, charset, entity_table.ms_table, &rep, in php_escape_html_entities_ex()
1481 const entity_stage1_row *ms_table = entity_table.ms_table; in PHP_FUNCTION() local
1494 if (ms_table[i] == empty_stage2_table) in PHP_FUNCTION()
1497 if (ms_table[i][j] == empty_stage3_table) in PHP_FUNCTION()
1500 const entity_stage3_row *r = &ms_table[i][j][k]; in PHP_FUNCTION()
1528 r = &ms_table[ENT_STAGE1_INDEX(uni_cp)][ENT_STAGE2_INDEX(uni_cp)][ENT_STAGE3_INDEX(uni_cp)]; in PHP_FUNCTION()
H A Dhtml_tables.h1130 const entity_stage1_row *ms_table; member

Completed in 62 milliseconds