Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DacoTaco/priiloader
/ functions
Functions
517 in github.com/DacoTaco/priiloader
⨍
Functions
517
◇
Types & classes
77
Function
main
src/Installer/source/main.cpp:1528
Function
mem2_realloc
tools/DacosLove/source/mem2_manager.c:270
Function
mem2_realloc
src/priiloader/source/mem2_manager.c:270
Function
mem2_strdup
tools/DacosLove/source/mem2_manager.c:310
Function
mem2_strdup
src/priiloader/source/mem2_manager.c:310
Function
mem2_strndup
tools/DacosLove/source/mem2_manager.c:322
Function
mem2_strndup
src/priiloader/source/mem2_manager.c:322
Method
memory_pool
Constructs empty pool with default allocator functions.
tools/DacosLove/include/rapidxml.hpp:390
Method
memory_pool
Constructs empty pool with default allocator functions.
src/priiloader/include/rapidxml.hpp:390
Method
node_iterator
tools/DacosLove/include/rapidxml_iterators.hpp:27
Method
node_iterator
src/priiloader/include/rapidxml_iterators.hpp:27
Method
nullstr
Return empty string
tools/DacosLove/include/rapidxml.hpp:778
Method
nullstr
Return empty string
src/priiloader/include/rapidxml.hpp:778
Method
operator !=
tools/DacosLove/include/rapidxml_iterators.hpp:82
Method
operator !=
tools/DacosLove/include/rapidxml_iterators.hpp:161
Method
operator !=
src/priiloader/include/rapidxml_iterators.hpp:82
Method
operator !=
src/priiloader/include/rapidxml_iterators.hpp:161
Method
operator *
tools/DacosLove/include/rapidxml_iterators.hpp:37
Method
operator *
tools/DacosLove/include/rapidxml_iterators.hpp:116
Method
operator *
src/priiloader/include/rapidxml_iterators.hpp:37
Method
operator *
src/priiloader/include/rapidxml_iterators.hpp:116
Method
operator ==
tools/DacosLove/include/rapidxml_iterators.hpp:77
Method
operator ==
tools/DacosLove/include/rapidxml_iterators.hpp:156
Method
operator ==
src/priiloader/include/rapidxml_iterators.hpp:77
Method
operator ==
src/priiloader/include/rapidxml_iterators.hpp:156
Method
operator++
tools/DacosLove/include/rapidxml_iterators.hpp:56
Method
operator++
tools/DacosLove/include/rapidxml_iterators.hpp:135
Method
operator++
src/priiloader/include/rapidxml_iterators.hpp:56
Method
operator++
src/priiloader/include/rapidxml_iterators.hpp:135
Method
operator--
tools/DacosLove/include/rapidxml_iterators.hpp:70
Method
operator--
tools/DacosLove/include/rapidxml_iterators.hpp:149
Method
operator--
src/priiloader/include/rapidxml_iterators.hpp:70
Method
operator--
src/priiloader/include/rapidxml_iterators.hpp:149
Method
operator->
tools/DacosLove/include/rapidxml_iterators.hpp:43
Method
operator->
tools/DacosLove/include/rapidxml_iterators.hpp:122
Method
operator->
src/priiloader/include/rapidxml_iterators.hpp:43
Method
operator->
src/priiloader/include/rapidxml_iterators.hpp:122
Method
parse
tools/DacosLove/include/rapidxml.hpp:1381
Method
parse
src/priiloader/include/rapidxml.hpp:1381
Method
parse_and_append_data
tools/DacosLove/include/rapidxml.hpp:1940
Method
parse_and_append_data
src/priiloader/include/rapidxml.hpp:1940
Method
parse_bom
tools/DacosLove/include/rapidxml.hpp:1725
Method
parse_bom
src/priiloader/include/rapidxml.hpp:1725
Method
parse_cdata
tools/DacosLove/include/rapidxml.hpp:1998
Method
parse_cdata
src/priiloader/include/rapidxml.hpp:1998
Method
parse_comment
tools/DacosLove/include/rapidxml.hpp:1773
Method
parse_comment
src/priiloader/include/rapidxml.hpp:1773
Method
parse_doctype
tools/DacosLove/include/rapidxml.hpp:1814
Method
parse_doctype
src/priiloader/include/rapidxml.hpp:1814
Method
parse_element
tools/DacosLove/include/rapidxml.hpp:2037
Method
parse_element
src/priiloader/include/rapidxml.hpp:2037
Method
parse_error
Constructs parse error
tools/DacosLove/include/rapidxml.hpp:77
Method
parse_error
Constructs parse error
src/priiloader/include/rapidxml.hpp:77
Method
parse_node
tools/DacosLove/include/rapidxml.hpp:2081
Method
parse_node
src/priiloader/include/rapidxml.hpp:2081
Method
parse_node_attributes
tools/DacosLove/include/rapidxml.hpp:2237
Method
parse_node_attributes
src/priiloader/include/rapidxml.hpp:2237
Method
parse_node_contents
tools/DacosLove/include/rapidxml.hpp:2167
Method
parse_node_contents
src/priiloader/include/rapidxml.hpp:2167
Method
parse_pi
tools/DacosLove/include/rapidxml.hpp:1880
Method
parse_pi
src/priiloader/include/rapidxml.hpp:1880
Method
parse_xml_declaration
tools/DacosLove/include/rapidxml.hpp:1738
Method
parse_xml_declaration
src/priiloader/include/rapidxml.hpp:1738
Method
prepend_attribute
Prepends a new attribute to the node. \param attribute Attribute to prepend.
tools/DacosLove/include/rapidxml.hpp:1197
Method
prepend_attribute
Prepends a new attribute to the node. \param attribute Attribute to prepend.
src/priiloader/include/rapidxml.hpp:1197
Method
prepend_node
Prepends a new child node. The prepended child becomes the first child, and all existing children are moved one position back. \param child Node to pr
tools/DacosLove/include/rapidxml.hpp:1076
Method
prepend_node
Prepends a new child node. The prepended child becomes the first child, and all existing children are moved one position back. \param child Node to pr
src/priiloader/include/rapidxml.hpp:1076
Method
remove_attribute
Removes specified attribute from node. \param where Pointer to attribute to be removed.
tools/DacosLove/include/rapidxml.hpp:1293
Method
remove_attribute
Removes specified attribute from node. \param where Pointer to attribute to be removed.
src/priiloader/include/rapidxml.hpp:1293
Method
remove_first_attribute
Removes first attribute of the node. If node has no attributes, behaviour is undefined. Use first_attribute() to test if node has attributes.
tools/DacosLove/include/rapidxml.hpp:1260
Method
remove_first_attribute
Removes first attribute of the node. If node has no attributes, behaviour is undefined. Use first_attribute() to test if node has attributes.
src/priiloader/include/rapidxml.hpp:1260
Method
remove_first_node
Removes first child node. If node has no children, behaviour is undefined. Use first_node() to test if node has children.
tools/DacosLove/include/rapidxml.hpp:1140
Method
remove_first_node
Removes first child node. If node has no children, behaviour is undefined. Use first_node() to test if node has children.
src/priiloader/include/rapidxml.hpp:1140
Method
remove_last_attribute
Removes last attribute of the node. If node has no attributes, behaviour is undefined. Use first_attribute() to test if node has attributes.
tools/DacosLove/include/rapidxml.hpp:1277
Method
remove_last_attribute
Removes last attribute of the node. If node has no attributes, behaviour is undefined. Use first_attribute() to test if node has attributes.
src/priiloader/include/rapidxml.hpp:1277
Method
remove_last_node
Removes last child of the node. If node has no children, behaviour is undefined. Use first_node() to test if node has children.
tools/DacosLove/include/rapidxml.hpp:1155
Method
remove_last_node
Removes last child of the node. If node has no children, behaviour is undefined. Use first_node() to test if node has children.
src/priiloader/include/rapidxml.hpp:1155
Method
remove_node
Removes specified child from the node \param where Pointer to child to be removed.
tools/DacosLove/include/rapidxml.hpp:1171
Method
remove_node
Removes specified child from the node \param where Pointer to child to be removed.
src/priiloader/include/rapidxml.hpp:1171
Method
set_allocator
Sets or resets the user-defined memory allocation functions for the pool. This can only be called when no memory is allocated from the pool yet, other
tools/DacosLove/include/rapidxml.hpp:552
Method
set_allocator
Sets or resets the user-defined memory allocation functions for the pool. This can only be called when no memory is allocated from the pool yet, other
src/priiloader/include/rapidxml.hpp:552
Method
skip
tools/DacosLove/include/rapidxml.hpp:1558
Method
skip
src/priiloader/include/rapidxml.hpp:1558
Method
skip_and_expand_character_refs
tools/DacosLove/include/rapidxml.hpp:1570
Method
skip_and_expand_character_refs
src/priiloader/include/rapidxml.hpp:1570
Method
test
tools/DacosLove/include/rapidxml.hpp:1430
Method
test
tools/DacosLove/include/rapidxml.hpp:1439
Method
test
tools/DacosLove/include/rapidxml.hpp:1448
Method
test
tools/DacosLove/include/rapidxml.hpp:1457
Method
test
tools/DacosLove/include/rapidxml.hpp:1466
Method
test
tools/DacosLove/include/rapidxml.hpp:1475
Method
test
tools/DacosLove/include/rapidxml.hpp:1485
Method
test
tools/DacosLove/include/rapidxml.hpp:1499
Method
test
src/priiloader/include/rapidxml.hpp:1430
Method
test
src/priiloader/include/rapidxml.hpp:1439
Method
test
src/priiloader/include/rapidxml.hpp:1448
Method
test
src/priiloader/include/rapidxml.hpp:1457
Method
test
src/priiloader/include/rapidxml.hpp:1466
Method
test
src/priiloader/include/rapidxml.hpp:1475
Method
test
src/priiloader/include/rapidxml.hpp:1485
← previous
next →
401–500 of 517, ranked by callers