Searched defs:lookup_tables (Results 1 – 1 of 1) sorted by relevance
266 struct lookup_tables struct268 static const unsigned char lookup_whitespace[256]; // Whitespace table269 static const unsigned char lookup_node_name[256]; // Node name table270 static const unsigned char lookup_text[256]; // Text table271 static const unsigned char lookup_text_pure_no_ws[256]; // Text table272 static const unsigned char lookup_text_pure_with_ws[256]; // Text table273 static const unsigned char lookup_attribute_name[256]; // Attribute name table274 … const unsigned char lookup_attribute_data_1[256]; // Attribute data table with single quote275 … const unsigned char lookup_attribute_data_1_pure[256]; // Attribute data table with single quote276 …const unsigned char lookup_attribute_data_2[256]; // Attribute data table with double quotes[all …]