SYMBOL INDEX (443 symbols across 30 files) FILE: Pod/Classes/Extend/EUI/Defines.h type NSInteger (line 225) | typedef long NSInteger; type NSUInteger (line 226) | typedef unsigned long NSUInteger; type NSInteger (line 228) | typedef int NSInteger; type NSUInteger (line 229) | typedef unsigned int NSUInteger; type CGFloat (line 240) | typedef double CGFloat; type CGFloat (line 245) | typedef float CGFloat; FILE: Pod/Classes/Extend/EUI/NSAttributedString+HTMLStyle.h type NSString (line 11) | typedef NSString QRHTMLAttribute; FILE: Pod/Classes/Extend/FlexboxKit/Layout.c function fmaxf (line 23) | __forceinline const float fmaxf(const float a, const float b) { function isUndefined (line 29) | bool isUndefined(float value) { function eq (line 33) | static bool eq(float a, float b) { function init_css_node (line 40) | void init_css_node(css_node_t *node) { function css_node_t (line 80) | css_node_t *new_css_node() { function free_css_node (line 86) | void free_css_node(css_node_t *node) { function indent (line 90) | static void indent(int n) { function print_number_0 (line 96) | static void print_number_0(const char *str, float number) { function print_number_nan (line 102) | static void print_number_nan(const char *str, float number) { function four_equal (line 108) | static bool four_equal(float four[4]) { function print_css_node_rec (line 116) | static void print_css_node_rec( function print_css_node (line 244) | void print_css_node(css_node_t *node, css_print_options_t options) { function isRowDirection (line 274) | static bool isRowDirection(css_flex_direction_t flex_direction) { function isColumnDirection (line 279) | static bool isColumnDirection(css_flex_direction_t flex_direction) { function getLeadingMargin (line 284) | static float getLeadingMargin(css_node_t *node, css_flex_direction_t axi... function getTrailingMargin (line 292) | static float getTrailingMargin(css_node_t *node, css_flex_direction_t ax... function getLeadingPadding (line 300) | static float getLeadingPadding(css_node_t *node, css_flex_direction_t ax... function getTrailingPadding (line 314) | static float getTrailingPadding(css_node_t *node, css_flex_direction_t a... function getLeadingBorder (line 328) | static float getLeadingBorder(css_node_t *node, css_flex_direction_t axi... function getTrailingBorder (line 342) | static float getTrailingBorder(css_node_t *node, css_flex_direction_t ax... function getLeadingPaddingAndBorder (line 356) | static float getLeadingPaddingAndBorder(css_node_t *node, css_flex_direc... function getTrailingPaddingAndBorder (line 360) | static float getTrailingPaddingAndBorder(css_node_t *node, css_flex_dire... function getBorderAxis (line 364) | static float getBorderAxis(css_node_t *node, css_flex_direction_t axis) { function getMarginAxis (line 368) | static float getMarginAxis(css_node_t *node, css_flex_direction_t axis) { function getPaddingAndBorderAxis (line 372) | static float getPaddingAndBorderAxis(css_node_t *node, css_flex_directio... function css_position_type_t (line 376) | static css_position_type_t getPositionType(css_node_t *node) { function css_justify_t (line 380) | static css_justify_t getJustifyContent(css_node_t *node) { function css_align_t (line 384) | static css_align_t getAlignContent(css_node_t *node) { function css_align_t (line 388) | static css_align_t getAlignItem(css_node_t *node, css_node_t *child) { function css_direction_t (line 395) | static css_direction_t resolveDirection(css_node_t *node, css_direction_... function css_flex_direction_t (line 405) | static css_flex_direction_t getFlexDirection(css_node_t *node) { function css_flex_direction_t (line 409) | static css_flex_direction_t resolveAxis(css_flex_direction_t flex_direct... function css_flex_direction_t (line 421) | static css_flex_direction_t getCrossFlexDirection(css_flex_direction_t f... function getFlex (line 429) | static float getFlex(css_node_t *node) { function isFlex (line 433) | static bool isFlex(css_node_t *node) { function isFlexWrap (line 440) | static bool isFlexWrap(css_node_t *node) { function getDimWithMargin (line 444) | static float getDimWithMargin(css_node_t *node, css_flex_direction_t axi... function isDimDefined (line 450) | static bool isDimDefined(css_node_t *node, css_flex_direction_t axis) { function isPosDefined (line 455) | static bool isPosDefined(css_node_t *node, css_position_t position) { function isMeasureDefined (line 459) | static bool isMeasureDefined(css_node_t *node) { function getPosition (line 463) | static float getPosition(css_node_t *node, css_position_t position) { function boundAxis (line 471) | static float boundAxis(css_node_t *node, css_flex_direction_t axis, floa... function setDimensionFromStyle (line 496) | static void setDimensionFromStyle(css_node_t *node, css_flex_direction_t... function setTrailingPosition (line 513) | static void setTrailingPosition(css_node_t *node, css_node_t *child, css... function getRelativePosition (line 520) | static float getRelativePosition(css_node_t *node, css_flex_direction_t ... function layoutNodeImpl (line 528) | static void layoutNodeImpl(css_node_t *node, float parentMaxWidth, css_d... function layoutNode (line 1111) | void layoutNode(css_node_t *node, float parentMaxWidth, css_direction_t ... FILE: Pod/Classes/Extend/FlexboxKit/Layout.h type css_direction_t (line 26) | typedef enum { type css_flex_direction_t (line 32) | typedef enum { type css_justify_t (line 39) | typedef enum { type css_align_t (line 49) | typedef enum { type css_position_type_t (line 57) | typedef enum { type css_wrap_type_t (line 62) | typedef enum { type css_position_t (line 69) | typedef enum { type css_dimension_t (line 79) | typedef enum { type css_layout_t (line 84) | typedef struct { type css_dim_t (line 99) | typedef struct { type css_style_t (line 103) | typedef struct { type css_node_t (line 132) | typedef struct css_node { type css_print_options_t (line 152) | typedef enum { FILE: Pod/Classes/Private/Gumbo/attribute.c type GumboInternalParser (line 26) | struct GumboInternalParser function GumboAttribute (line 28) | GumboAttribute* gumbo_get_attribute( function gumbo_destroy_attribute (line 39) | void gumbo_destroy_attribute( FILE: Pod/Classes/Private/Gumbo/attribute.h type GumboInternalParser (line 26) | struct GumboInternalParser type GumboInternalParser (line 31) | struct GumboInternalParser FILE: Pod/Classes/Private/Gumbo/char_ref.c type GumboInternalParser (line 29) | struct GumboInternalParser type NamedCharRef (line 44) | typedef struct { type CharReplacement (line 2296) | typedef struct { function parse_digit (line 2340) | static int parse_digit(int c, bool allow_hex) { function add_no_digit_error (line 2353) | static void add_no_digit_error( function add_codepoint_error (line 2363) | static void add_codepoint_error( function add_named_reference_error (line 2375) | static void add_named_reference_error( function maybe_replace_codepoint (line 2387) | static int maybe_replace_codepoint(int codepoint) { function consume_numeric_ref (line 2396) | static bool consume_numeric_ref( function NamedCharRef (line 2457) | static const NamedCharRef* find_named_char_ref(Utf8Iterator* input) { function is_legal_attribute_char_next (line 2472) | static bool is_legal_attribute_char_next(Utf8Iterator* input) { function maybe_add_invalid_named_reference (line 2477) | static bool maybe_add_invalid_named_reference( function consume_named_ref (line 2500) | static bool consume_named_ref( function consume_char_ref (line 2532) | bool consume_char_ref( FILE: Pod/Classes/Private/Gumbo/char_ref.h type GumboInternalParser (line 30) | struct GumboInternalParser type GumboInternalUtf8Iterator (line 31) | struct GumboInternalUtf8Iterator type OneOrTwoCodepoints (line 41) | typedef struct { type GumboInternalParser (line 53) | struct GumboInternalParser type GumboInternalUtf8Iterator (line 53) | struct GumboInternalUtf8Iterator FILE: Pod/Classes/Private/Gumbo/error.c function print_message (line 35) | static int print_message(GumboParser* parser, GumboStringBuffer* output, function print_tag_stack (line 54) | static void print_tag_stack( function handle_parser_error (line 68) | static void handle_parser_error(GumboParser* parser, function GumboError (line 136) | GumboError* gumbo_add_error(GumboParser* parser) { function gumbo_error_to_string (line 146) | void gumbo_error_to_string( function gumbo_caret_diagnostic_to_string (line 205) | void gumbo_caret_diagnostic_to_string( function gumbo_print_caret_diagnostic (line 230) | void gumbo_print_caret_diagnostic( function gumbo_error_destroy (line 239) | void gumbo_error_destroy(GumboParser* parser, GumboError* error) { function gumbo_init_errors (line 249) | void gumbo_init_errors(GumboParser* parser) { function gumbo_destroy_errors (line 253) | void gumbo_destroy_errors(GumboParser* parser) { FILE: Pod/Classes/Private/Gumbo/error.h type GumboInternalParser (line 33) | struct GumboInternalParser type GumboErrorType (line 35) | typedef enum { type GumboDuplicateAttrError (line 81) | typedef struct GumboInternalDuplicateAttrError { type GumboTokenizerErrorState (line 97) | typedef enum { type GumboTokenizerError (line 117) | typedef struct GumboInternalTokenizerError { type GumboParserError (line 126) | typedef struct GumboInternalParserError { type GumboError (line 145) | typedef struct GumboInternalError { type GumboInternalParser (line 186) | struct GumboInternalParser type GumboInternalParser (line 189) | struct GumboInternalParser type GumboInternalParser (line 192) | struct GumboInternalParser type GumboInternalParser (line 195) | struct GumboInternalParser type GumboInternalParser (line 203) | struct GumboInternalParser type GumboInternalParser (line 212) | struct GumboInternalParser type GumboInternalParser (line 218) | struct GumboInternalParser FILE: Pod/Classes/Private/Gumbo/gumbo.h type GumboSourcePosition (line 62) | typedef struct { type GumboStringPiece (line 84) | typedef struct { type GumboVector (line 119) | typedef struct { type GumboTag (line 154) | typedef enum { type GumboAttributeNamespaceEnum (line 368) | typedef enum { type GumboAttribute (line 380) | typedef struct { type GumboNodeType (line 447) | typedef enum { type GumboNode (line 466) | typedef struct GumboInternalNode GumboNode; type GumboQuirksModeEnum (line 469) | typedef enum { type GumboNamespaceEnum (line 482) | typedef enum { type GumboParseFlags (line 496) | typedef enum { type GumboDocument (line 570) | typedef struct { type GumboText (line 597) | typedef struct { type GumboElement (line 621) | typedef struct { type GumboInternalNode (line 666) | struct GumboInternalNode { type GumboOptions (line 712) | typedef struct GumboInternalOptions { type GumboOutput (line 751) | typedef struct GumboInternalOutput { FILE: Pod/Classes/Private/Gumbo/insertion_mode.h type GumboInsertionMode (line 25) | typedef enum { FILE: Pod/Classes/Private/Gumbo/parser.c function free_wrapper (line 45) | static void free_wrapper(void* unused, void* ptr) { type ReplacementEntry (line 175) | typedef struct _ReplacementEntry { type NamespacedAttributeReplacement (line 289) | typedef struct _NamespacedAttributeReplacement { type TextNodeBufferState (line 325) | typedef struct _TextNodeBufferState { type GumboParserState (line 343) | typedef struct GumboInternalParserState { function token_has_attribute (line 399) | static bool token_has_attribute(const GumboToken* token, const char* nam... function attribute_matches (line 406) | static bool attribute_matches( function attribute_matches_case_sensitive (line 414) | static bool attribute_matches_case_sensitive( function all_attributes_match (line 421) | static bool all_attributes_match( function set_frameset_not_ok (line 435) | static void set_frameset_not_ok(GumboParser* parser) { function GumboNode (line 440) | static GumboNode* create_node(GumboParser* parser, GumboNodeType type) { function GumboNode (line 449) | static GumboNode* new_document_node(GumboParser* parser) { function output_init (line 465) | static void output_init(GumboParser* parser) { function parser_state_init (line 473) | static void parser_state_init(GumboParser* parser) { function parser_state_destroy (line 493) | static void parser_state_destroy(GumboParser* parser) { function GumboNode (line 501) | static GumboNode* get_document_node(GumboParser* parser) { function GumboNode (line 507) | static GumboNode* get_current_node(GumboParser* parser) { function is_in_static_list (line 523) | static bool is_in_static_list( function set_insertion_mode (line 534) | static void set_insertion_mode(GumboParser* parser, GumboInsertionMode m... function GumboInsertionMode (line 543) | static GumboInsertionMode get_appropriate_insertion_mode( function reset_insertion_mode_appropriately (line 579) | static void reset_insertion_mode_appropriately(GumboParser* parser) { function GumboError (line 594) | static GumboError* add_parse_error(GumboParser* parser, const GumboToken... function tag_in (line 634) | static bool tag_in(const GumboToken* token, bool is_start, ...) { function tag_is (line 659) | static bool tag_is(const GumboToken* token, bool is_start, GumboTag tag) { function node_tag_in (line 670) | static bool node_tag_in(const GumboNode* node, ...) { function node_tag_is (line 693) | static bool node_tag_is(const GumboNode* node, GumboTag tag) { function is_mathml_integration_point (line 698) | static bool is_mathml_integration_point(const GumboNode* node) { function is_html_integration_point (line 705) | static bool is_html_integration_point(const GumboNode* node) { function append_node (line 718) | static void append_node( function insert_node (line 737) | static void insert_node( function foster_parent_element (line 757) | static void foster_parent_element(GumboParser* parser, GumboNode* node) { function maybe_flush_text_node_buffer (line 795) | static void maybe_flush_text_node_buffer(GumboParser* parser) { function record_end_of_element (line 831) | static void record_end_of_element( function GumboNode (line 839) | static GumboNode* pop_current_node(GumboParser* parser) { function append_comment_node (line 868) | static void append_comment_node( function clear_stack_to_table_row_context (line 881) | static void clear_stack_to_table_row_context(GumboParser* parser) { function clear_stack_to_table_context (line 889) | static void clear_stack_to_table_context(GumboParser* parser) { function clear_stack_to_table_body_context (line 897) | void clear_stack_to_table_body_context(GumboParser* parser) { function GumboNode (line 906) | static GumboNode* create_element(GumboParser* parser, GumboTag tag) { function GumboNode (line 921) | static GumboNode* create_element_from_token( function insert_element (line 948) | static void insert_element(GumboParser* parser, GumboNode* node, function GumboNode (line 983) | static GumboNode* insert_element_from_token( function GumboNode (line 996) | static GumboNode* insert_element_of_tag_type( function GumboNode (line 1008) | static GumboNode* insert_foreign_element( function insert_text_token (line 1030) | static void insert_text_token(GumboParser* parser, GumboToken* token) { function run_generic_parsing_algorithm (line 1048) | static void run_generic_parsing_algorithm( function acknowledge_self_closing_tag (line 1057) | static void acknowledge_self_closing_tag(GumboParser* parser) { function find_last_anchor_index (line 1063) | static bool find_last_anchor_index(GumboParser* parser, int* anchor_inde... function count_formatting_elements_of_tag (line 1082) | static int count_formatting_elements_of_tag( function add_formatting_element (line 1107) | static void add_formatting_element(GumboParser* parser, const GumboNode*... function is_open_element (line 1132) | static bool is_open_element(GumboParser* parser, const GumboNode* node) { function GumboNode (line 1145) | GumboNode* clone_node( function reconstruct_active_formatting_elements (line 1177) | static void reconstruct_active_formatting_elements(GumboParser* parser) { function clear_active_formatting_elements (line 1225) | static void clear_active_formatting_elements(GumboParser* parser) { function GumboQuirksModeEnum (line 1238) | static GumboQuirksModeEnum compute_quirks_mode( function has_an_element_in_specific_scope (line 1272) | static bool has_an_element_in_specific_scope( function has_an_element_in_scope (line 1335) | static bool has_an_element_in_scope(GumboParser* parser, GumboTag tag) { function has_node_in_scope (line 1351) | static bool has_node_in_scope(GumboParser* parser, const GumboNode* node) { function has_an_element_in_scope_with_tagname (line 1377) | static bool has_an_element_in_scope_with_tagname(GumboParser* parser, ..... function has_an_element_in_list_scope (line 1400) | static bool has_an_element_in_list_scope(GumboParser* parser, GumboTag t... function has_an_element_in_button_scope (line 1412) | static bool has_an_element_in_button_scope(GumboParser* parser, GumboTag... function has_an_element_in_table_scope (line 1423) | static bool has_an_element_in_table_scope(GumboParser* parser, GumboTag ... function has_an_element_in_select_scope (line 1430) | static bool has_an_element_in_select_scope(GumboParser* parser, GumboTag... function generate_implied_end_tags (line 1441) | static void generate_implied_end_tags(GumboParser* parser, GumboTag exce... function close_table (line 1454) | static bool close_table(GumboParser* parser) { function close_table_cell (line 1469) | static bool close_table_cell(GumboParser* parser, const GumboToken* token, function close_current_cell (line 1489) | static bool close_current_cell(GumboParser* parser, const GumboToken* to... function close_current_select (line 1503) | static void close_current_select(GumboParser* parser) { function is_special_node (line 1513) | static bool is_special_node(const GumboNode* node) { function implicitly_close_tags (line 1556) | static bool implicitly_close_tags( function maybe_implicitly_close_p_tag (line 1576) | static bool maybe_implicitly_close_p_tag(GumboParser* parser, GumboToken... function maybe_implicitly_close_list_tag (line 1585) | static void maybe_implicitly_close_list_tag( function merge_attributes (line 1606) | static void merge_attributes( function adjust_foreign_attributes (line 1650) | static void adjust_foreign_attributes(GumboParser* parser, GumboToken* t... function adjust_svg_attributes (line 1670) | static void adjust_svg_attributes(GumboParser* parser, GumboToken* token) { function adjust_mathml_attributes (line 1688) | static void adjust_mathml_attributes(GumboParser* parser, GumboToken* to... function doctype_matches (line 1699) | static bool doctype_matches( function maybe_add_doctype_error (line 1709) | static bool maybe_add_doctype_error( function remove_from_parent (line 1731) | static void remove_from_parent(GumboParser* parser, GumboNode* node) { function adoption_agency_algorithm (line 1755) | static bool adoption_agency_algorithm( function ignore_token (line 1967) | static void ignore_token(GumboParser* parser) { function finish_parsing (line 1984) | static void finish_parsing(GumboParser* parser) { function handle_initial (line 1998) | static bool handle_initial(GumboParser* parser, GumboToken* token) { function handle_before_html (line 2023) | static bool handle_before_html(GumboParser* parser, GumboToken* token) { function handle_before_head (line 2057) | static bool handle_before_head(GumboParser* parser, GumboToken* token) { function handle_in_head (line 2094) | static bool handle_in_head(GumboParser* parser, GumboToken* token) { function handle_in_head_noscript (line 2166) | static bool handle_in_head_noscript(GumboParser* parser, GumboToken* tok... function handle_after_head (line 2203) | static bool handle_after_head(GumboParser* parser, GumboToken* token) { function destroy_node (line 2254) | static void destroy_node(GumboParser* parser, GumboNode* node) { function handle_in_body (line 2289) | static bool handle_in_body(GumboParser* parser, GumboToken* token) { function handle_text (line 2899) | static bool handle_text(GumboParser* parser, GumboToken* token) { function handle_in_table (line 2921) | static bool handle_in_table(GumboParser* parser, GumboToken* token) { function handle_in_table_text (line 3031) | static bool handle_in_table_text(GumboParser* parser, GumboToken* token) { function handle_in_caption (line 3064) | static bool handle_in_caption(GumboParser* parser, GumboToken* token) { function handle_in_column_group (line 3106) | static bool handle_in_column_group(GumboParser* parser, GumboToken* toke... function handle_in_table_body (line 3147) | static bool handle_in_table_body(GumboParser* parser, GumboToken* token) { function handle_in_row (line 3201) | static bool handle_in_row(GumboParser* parser, GumboToken* token) { function handle_in_cell (line 3253) | static bool handle_in_cell(GumboParser* parser, GumboToken* token) { function handle_in_select (line 3297) | static bool handle_in_select(GumboParser* parser, GumboToken* token) { function handle_in_select_in_table (line 3393) | static bool handle_in_select_in_table(GumboParser* parser, GumboToken* t... function handle_after_body (line 3419) | static bool handle_after_body(GumboParser* parser, GumboToken* token) { function handle_in_frameset (line 3451) | static bool handle_in_frameset(GumboParser* parser, GumboToken* token) { function handle_after_frameset (line 3501) | static bool handle_after_frameset(GumboParser* parser, GumboToken* token) { function handle_after_after_body (line 3529) | static bool handle_after_after_body(GumboParser* parser, GumboToken* tok... function handle_after_after_frameset (line 3548) | static bool handle_after_after_frameset( function handle_html_content (line 3596) | static bool handle_html_content(GumboParser* parser, GumboToken* token) { function handle_in_foreign_content (line 3602) | static bool handle_in_foreign_content(GumboParser* parser, GumboToken* t... function handle_token (line 3726) | static bool handle_token(GumboParser* parser, GumboToken* token) { function GumboOutput (line 3776) | GumboOutput* gumbo_parse(const char* buffer) { function GumboOutput (line 3781) | GumboOutput* gumbo_parse_with_options( function gumbo_destroy_node (line 3874) | void gumbo_destroy_node(GumboOptions* options, GumboNode* node) { function gumbo_destroy_output (line 3882) | void gumbo_destroy_output(const GumboOptions* options, GumboOutput* outp... FILE: Pod/Classes/Private/Gumbo/parser.h type GumboInternalParserState (line 27) | struct GumboInternalParserState type GumboInternalOutput (line 28) | struct GumboInternalOutput type GumboInternalOptions (line 29) | struct GumboInternalOptions type GumboInternalTokenizerState (line 30) | struct GumboInternalTokenizerState type GumboParser (line 35) | typedef struct GumboInternalParser { FILE: Pod/Classes/Private/Gumbo/string_buffer.c type GumboInternalParser (line 27) | struct GumboInternalParser function maybe_resize_string_buffer (line 31) | static void maybe_resize_string_buffer( function gumbo_string_buffer_init (line 48) | void gumbo_string_buffer_init( function gumbo_string_buffer_reserve (line 55) | void gumbo_string_buffer_reserve( function gumbo_string_buffer_append_codepoint (line 61) | void gumbo_string_buffer_append_codepoint( function gumbo_string_buffer_append_string (line 87) | void gumbo_string_buffer_append_string( type GumboInternalParser (line 96) | struct GumboInternalParser function gumbo_string_buffer_destroy (line 103) | void gumbo_string_buffer_destroy( FILE: Pod/Classes/Private/Gumbo/string_buffer.h type GumboInternalParser (line 29) | struct GumboInternalParser type GumboStringBuffer (line 36) | typedef struct { type GumboInternalParser (line 49) | struct GumboInternalParser type GumboInternalParser (line 55) | struct GumboInternalParser type GumboInternalParser (line 62) | struct GumboInternalParser type GumboInternalParser (line 66) | struct GumboInternalParser type GumboInternalParser (line 71) | struct GumboInternalParser type GumboInternalParser (line 75) | struct GumboInternalParser FILE: Pod/Classes/Private/Gumbo/string_piece.c type GumboInternalParser (line 26) | struct GumboInternalParser function gumbo_string_equals (line 30) | bool gumbo_string_equals( function gumbo_string_equals_ignore_case (line 36) | bool gumbo_string_equals_ignore_case( function gumbo_string_copy (line 42) | void gumbo_string_copy( FILE: Pod/Classes/Private/Gumbo/string_piece.h type GumboInternalParser (line 26) | struct GumboInternalParser type GumboInternalParser (line 32) | struct GumboInternalParser FILE: Pod/Classes/Private/Gumbo/tag.c function gumbo_tag_from_original_text (line 184) | void gumbo_tag_from_original_text(GumboStringPiece* text) { function GumboTag (line 212) | GumboTag gumbo_tag_enum(const char* tagname) { FILE: Pod/Classes/Private/Gumbo/token_type.h type GumboTokenType (line 25) | typedef enum { FILE: Pod/Classes/Private/Gumbo/tokenizer.c type StateResult (line 70) | typedef enum { type GumboTagState (line 78) | typedef struct GumboInternalTagState { type GumboTokenizerState (line 124) | typedef struct GumboInternalTokenizerState { function add_parse_error (line 199) | static void add_parse_error(GumboParser* parser, GumboErrorType type) { function is_alpha (line 307) | static bool is_alpha(int c) { function ensure_lowercase (line 314) | static int ensure_lowercase(int c) { function GumboTokenType (line 318) | static GumboTokenType get_char_token_type(int c) { function clear_temporary_buffer (line 347) | static void clear_temporary_buffer(GumboParser* parser) { function append_char_to_temporary_buffer (line 360) | static void append_char_to_temporary_buffer( function temporary_buffer_equals (line 369) | static bool temporary_buffer_equals( function doc_type_state_init (line 381) | static void doc_type_state_init(GumboParser* parser) { function reset_token_start_point (line 400) | static void reset_token_start_point(GumboTokenizerState* tokenizer) { function reset_tag_buffer_start_point (line 409) | static void reset_tag_buffer_start_point(GumboParser* parser) { function finish_temporary_buffer (line 419) | static void finish_temporary_buffer(GumboParser* parser, const char** ou... function finish_token (line 434) | static void finish_token(GumboParser* parser, GumboToken* token) { function finish_doctype_public_id (line 457) | static void finish_doctype_public_id(GumboParser* parser) { function finish_doctype_system_id (line 467) | static void finish_doctype_system_id(GumboParser* parser) { function emit_char (line 476) | static void emit_char(GumboParser* parser, int c, GumboToken* output) { function StateResult (line 484) | static StateResult emit_replacement_char( function StateResult (line 493) | static StateResult emit_eof(GumboParser* parser, GumboToken* output) { function emit_current_char (line 500) | static bool emit_current_char(GumboParser* parser, GumboToken* output) { function emit_doctype (line 507) | static void emit_doctype(GumboParser* parser, GumboToken* output) { function mark_tag_state_as_empty (line 516) | static void mark_tag_state_as_empty(GumboTagState* tag_state) { function StateResult (line 524) | static StateResult emit_current_tag(GumboParser* parser, GumboToken* out... function abandon_current_tag (line 563) | static void abandon_current_tag(GumboParser* parser) { function StateResult (line 577) | static StateResult emit_char_ref( function StateResult (line 599) | static StateResult emit_comment(GumboParser* parser, GumboToken* output) { function maybe_emit_from_temporary_buffer (line 611) | static bool maybe_emit_from_temporary_buffer( function emit_temporary_buffer (line 643) | static bool emit_temporary_buffer( function append_char_to_tag_buffer (line 657) | static void append_char_to_tag_buffer(GumboParser* parser, int codepoint, function initialize_tag_buffer (line 668) | static void initialize_tag_buffer(GumboParser* parser) { function start_new_tag (line 679) | static void start_new_tag(GumboParser* parser, bool is_start_tag) { function copy_over_tag_buffer (line 699) | static void copy_over_tag_buffer(GumboParser* parser, const char** outpu... function copy_over_original_tag_text (line 711) | static void copy_over_original_tag_text( function reinitialize_tag_buffer (line 733) | static void reinitialize_tag_buffer(GumboParser* parser) { function finish_tag_name (line 741) | static void finish_tag_name(GumboParser* parser) { function add_duplicate_attr_error (line 753) | static void add_duplicate_attr_error(GumboParser* parser, const char* at... function finish_attribute_name (line 775) | static bool finish_attribute_name(GumboParser* parser) { function finish_attribute_value (line 812) | static void finish_attribute_value(GumboParser* parser) { function is_appropriate_end_tag (line 831) | static bool is_appropriate_end_tag(GumboParser* parser) { function gumbo_tokenizer_state_init (line 843) | void gumbo_tokenizer_state_init( function gumbo_tokenizer_state_destroy (line 866) | void gumbo_tokenizer_state_destroy(GumboParser* parser) { function gumbo_tokenizer_set_state (line 876) | void gumbo_tokenizer_set_state(GumboParser* parser, GumboTokenizerEnum s... function gumbo_tokenizer_set_is_current_node_foreign (line 880) | void gumbo_tokenizer_set_is_current_node_foreign( function StateResult (line 890) | static StateResult handle_data_state( function StateResult (line 916) | static StateResult handle_char_ref_in_data_state( function StateResult (line 924) | static StateResult handle_rcdata_state( function StateResult (line 947) | static StateResult handle_char_ref_in_rcdata_state( function StateResult (line 955) | static StateResult handle_rawtext_state( function StateResult (line 974) | static StateResult handle_script_state( function StateResult (line 993) | static StateResult handle_plaintext_state( function StateResult (line 1007) | static StateResult handle_tag_open_state( function StateResult (line 1041) | static StateResult handle_end_tag_open_state( function StateResult (line 1069) | static StateResult handle_tag_name_state( function StateResult (line 1104) | static StateResult handle_rcdata_lt_state( function StateResult (line 1120) | static StateResult handle_rcdata_end_tag_open_state( function StateResult (line 1137) | static StateResult handle_rcdata_end_tag_name_state( function StateResult (line 1170) | static StateResult handle_rawtext_lt_state( function StateResult (line 1186) | static StateResult handle_rawtext_end_tag_open_state( function StateResult (line 1202) | static StateResult handle_rawtext_end_tag_name_state( function StateResult (line 1238) | static StateResult handle_script_lt_state( function StateResult (line 1258) | static StateResult handle_script_end_tag_open_state( function StateResult (line 1274) | static StateResult handle_script_end_tag_name_state( function StateResult (line 1307) | static StateResult handle_script_escaped_start_state( function StateResult (line 1321) | static StateResult handle_script_escaped_start_dash_state( function StateResult (line 1335) | static StateResult handle_script_escaped_state( function StateResult (line 1358) | static StateResult handle_script_escaped_dash_state( function StateResult (line 1384) | static StateResult handle_script_escaped_dash_dash_state( function StateResult (line 1412) | static StateResult handle_script_escaped_lt_state( function StateResult (line 1434) | static StateResult handle_script_escaped_end_tag_open_state( function StateResult (line 1450) | static StateResult handle_script_escaped_end_tag_name_state( function StateResult (line 1483) | static StateResult handle_script_double_escaped_start_state( function StateResult (line 1511) | static StateResult handle_script_double_escaped_state( function StateResult (line 1533) | static StateResult handle_script_double_escaped_dash_state( function StateResult (line 1558) | static StateResult handle_script_double_escaped_dash_dash_state( function StateResult (line 1584) | static StateResult handle_script_double_escaped_lt_state( function StateResult (line 1601) | static StateResult handle_script_double_escaped_end_state( function StateResult (line 1629) | static StateResult handle_before_attr_name_state( function StateResult (line 1668) | static StateResult handle_attr_name_state( function StateResult (line 1712) | static StateResult handle_after_attr_name_state( function StateResult (line 1753) | static StateResult handle_before_attr_value_state( function StateResult (line 1803) | static StateResult handle_attr_value_double_quoted_state( function StateResult (line 1832) | static StateResult handle_attr_value_single_quoted_state( function StateResult (line 1861) | static StateResult handle_attr_value_unquoted_state( function StateResult (line 1905) | static StateResult handle_char_ref_in_attr_value_state( function StateResult (line 1948) | static StateResult handle_after_attr_value_quoted_state( function StateResult (line 1980) | static StateResult handle_self_closing_start_tag_state( function StateResult (line 2002) | static StateResult handle_bogus_comment_state( function StateResult (line 2018) | static StateResult handle_markup_declaration_state( function StateResult (line 2053) | static StateResult handle_comment_start_state( function StateResult (line 2083) | static StateResult handle_comment_start_dash_state( function StateResult (line 2115) | static StateResult handle_comment_state( function StateResult (line 2138) | static StateResult handle_comment_end_dash_state( function StateResult (line 2165) | static StateResult handle_comment_end_state( function StateResult (line 2203) | static StateResult handle_comment_end_bang_state( function StateResult (line 2240) | static StateResult handle_doctype_state( function StateResult (line 2267) | static StateResult handle_before_doctype_name_state( function StateResult (line 2303) | static StateResult handle_doctype_name_state( function StateResult (line 2345) | static StateResult handle_after_doctype_name_state( function StateResult (line 2385) | static StateResult handle_after_doctype_public_keyword_state( function StateResult (line 2430) | static StateResult handle_before_doctype_public_id_state( function StateResult (line 2471) | static StateResult handle_doctype_public_id_double_quoted_state( function StateResult (line 2504) | static StateResult handle_doctype_public_id_single_quoted_state( function StateResult (line 2537) | static StateResult handle_after_doctype_public_id_state( function StateResult (line 2579) | static StateResult handle_between_doctype_public_system_id_state( function StateResult (line 2618) | static StateResult handle_after_doctype_system_keyword_state( function StateResult (line 2661) | static StateResult handle_before_doctype_system_id_state( function StateResult (line 2701) | static StateResult handle_doctype_system_id_double_quoted_state( function StateResult (line 2734) | static StateResult handle_doctype_system_id_single_quoted_state( function StateResult (line 2767) | static StateResult handle_after_doctype_system_id_state( function StateResult (line 2794) | static StateResult handle_bogus_doctype_state( function StateResult (line 2806) | static StateResult handle_cdata_state( type StateResult (line 2820) | typedef StateResult (*GumboLexerStateFunction)( function gumbo_lex (line 2894) | bool gumbo_lex(GumboParser* parser, GumboToken* output) { function gumbo_token_destroy (line 2950) | void gumbo_token_destroy(GumboParser* parser, GumboToken* token) { FILE: Pod/Classes/Private/Gumbo/tokenizer.h type GumboInternalParser (line 34) | struct GumboInternalParser type GumboTokenDocType (line 37) | typedef struct GumboInternalTokenDocType { type GumboTokenStartTag (line 50) | typedef struct GumboInternalTokenStartTag { type GumboToken (line 59) | typedef struct GumboInternalToken { type GumboInternalParser (line 75) | struct GumboInternalParser type GumboInternalParser (line 79) | struct GumboInternalParser type GumboInternalParser (line 85) | struct GumboInternalParser type GumboInternalParser (line 92) | struct GumboInternalParser type GumboInternalParser (line 107) | struct GumboInternalParser type GumboInternalParser (line 117) | struct GumboInternalParser FILE: Pod/Classes/Private/Gumbo/tokenizer_states.h type GumboTokenizerEnum (line 32) | typedef enum { FILE: Pod/Classes/Private/Gumbo/utf8.c function add_error (line 40) | static void add_error(Utf8Iterator* iter, GumboErrorType type) { function read_char (line 65) | static void read_char(Utf8Iterator* iter) { function update_position (line 172) | static void update_position(Utf8Iterator* iter) { function utf8_is_invalid_code_point (line 187) | bool utf8_is_invalid_code_point(int c) { function utf8iterator_init (line 193) | void utf8iterator_init( function utf8iterator_next (line 210) | void utf8iterator_next(Utf8Iterator* iter) { function utf8iterator_current (line 222) | int utf8iterator_current(const Utf8Iterator* iter) { function utf8iterator_get_position (line 226) | void utf8iterator_get_position( function utf8iterator_maybe_consume_match (line 235) | bool utf8iterator_maybe_consume_match( function utf8iterator_mark (line 251) | void utf8iterator_mark(Utf8Iterator* iter) { function utf8iterator_reset (line 257) | void utf8iterator_reset(Utf8Iterator* iter) { function utf8iterator_fill_error_at_mark (line 265) | void utf8iterator_fill_error_at_mark( FILE: Pod/Classes/Private/Gumbo/utf8.h type GumboInternalError (line 44) | struct GumboInternalError type GumboInternalParser (line 45) | struct GumboInternalParser type Utf8Iterator (line 50) | typedef struct GumboInternalUtf8Iterator { type GumboInternalParser (line 85) | struct GumboInternalParser type GumboInternalError (line 122) | struct GumboInternalError FILE: Pod/Classes/Private/Gumbo/util.c function gumbo_parser_deallocate (line 38) | void gumbo_parser_deallocate(GumboParser* parser, void* ptr) { function gumbo_debug (line 50) | void gumbo_debug(const char* format, ...) { FILE: Pod/Classes/Private/Gumbo/util.h type GumboInternalParser (line 32) | struct GumboInternalParser type GumboInternalParser (line 39) | struct GumboInternalParser type GumboInternalParser (line 44) | struct GumboInternalParser type GumboInternalParser (line 48) | struct GumboInternalParser FILE: Pod/Classes/Private/Gumbo/vector.c type GumboInternalParser (line 26) | struct GumboInternalParser function gumbo_vector_init (line 30) | void gumbo_vector_init( function gumbo_vector_destroy (line 42) | void gumbo_vector_destroy(struct GumboInternalParser* parser, GumboVecto... function enlarge_vector_if_full (line 48) | static void enlarge_vector_if_full( function gumbo_vector_add (line 68) | void gumbo_vector_add( type GumboInternalParser (line 77) | struct GumboInternalParser function gumbo_vector_index_of (line 84) | int gumbo_vector_index_of(GumboVector* vector, void* element) { function gumbo_vector_insert_at (line 93) | void gumbo_vector_insert_at( function gumbo_vector_remove (line 105) | void gumbo_vector_remove( type GumboInternalParser (line 115) | struct GumboInternalParser FILE: Pod/Classes/Private/Gumbo/vector.h type GumboInternalParser (line 28) | struct GumboInternalParser type GumboInternalParser (line 32) | struct GumboInternalParser type GumboInternalParser (line 38) | struct GumboInternalParser type GumboInternalParser (line 42) | struct GumboInternalParser type GumboInternalParser (line 47) | struct GumboInternalParser type GumboInternalParser (line 52) | struct GumboInternalParser type GumboInternalParser (line 58) | struct GumboInternalParser type GumboInternalParser (line 63) | struct GumboInternalParser FILE: Pod/Classes/Private/ObjectiveGumbo/OGText.h function interface (line 10) | interface OGText : OGNode