Searched refs:code_point (Results 1 – 1 of 1) sorted by relevance
674 static inline int process_numeric_entity(const char **buf, unsigned *code_point) in process_numeric_entity() argument702 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() local1267 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 10 milliseconds