Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dhtml.c674 static inline int process_numeric_entity(const char **buf, unsigned *code_point) in process_numeric_entity() argument
702 if (code_point != NULL) in process_numeric_entity()
703 *code_point = (unsigned)code_l; in process_numeric_entity()
1264 unsigned code_point; in php_escape_html_entities_ex() local
1267 valid = process_numeric_entity((const char **)&pos, &code_point); in php_escape_html_entities_ex()
1271 if (!numeric_entity_is_allowed(code_point, doctype)) in php_escape_html_entities_ex()

Completed in 8 milliseconds