MCPcopy Create free account

hub / github.com/DarthTon/Xenos / functions

Functions299 in github.com/DarthTon/Xenos

↓ 42 callersMethoddisable
src/Window.hpp:28
↓ 38 callersMethodvalue
Gets value of node. Interpretation of value depends on type of node. Note that value will not be zero-terminated if rapidxml::parse_no_string_terminat
src/rapidxml/rapidxml.hpp:706
↓ 33 callersMethodAttach
src/Window.hpp:21
↓ 31 callersMethodname
Gets name of the node. Interpretation of name depends on type of node. Note that name will not be zero-terminated if rapidxml::parse_no_string_termina
src/rapidxml/rapidxml.hpp:687
↓ 29 callersMethodenable
src/Window.hpp:27
↓ 28 callersMethodchecked
src/Button.hpp:14
↓ 21 callersMethodbegin
src/rapidxml_wrap.hpp:559
↓ 21 callersMethodsize
src/rapidxml_wrap.hpp:323
↓ 19 callersMethodname_size
Gets size of node name, not including terminator character. This function works correctly irrespective of whether name is or is not zero terminated. \
src/rapidxml/rapidxml.hpp:695
↓ 18 callersMethodselection
src/ComboBox.hpp:14
↓ 17 callersMethodvalue_size
Gets size of node value, not including terminator character. This function works correctly irrespective of whether value is or is not zero terminated.
src/rapidxml/rapidxml.hpp:714
↓ 16 callersMethodend
src/rapidxml_wrap.hpp:564
↓ 16 callersMethodget_if_present
src/rapidxml_wrap.hpp:185
↓ 16 callersMethodset
src/rapidxml_wrap.hpp:244
↓ 16 callersMethodtype
Gets type of node. \return Type of node.
src/rapidxml/rapidxml.hpp:927
↓ 15 callersMethodparent
Gets node parent. \return Pointer to parent node, or 0 if there is no parent.
src/rapidxml/rapidxml.hpp:784
↓ 12 callersFunctionmeasure
src/rapidxml/rapidxml.hpp:310
↓ 10 callersFunctionNormal
src/Log.h:139
↓ 10 callersMethodclear
Clears the pool. This causes memory occupied by nodes allocated by the pool to be freed. Any nodes or strings allocated from the pool will no longer b
src/rapidxml/rapidxml.hpp:539
↓ 9 callersMethodAdd
src/ComboBox.hpp:22
↓ 9 callersFunctionError
src/Log.h:102
↓ 9 callersMethodSetText
src/StatusBar.hpp:28
↓ 9 callersFunctioncompare
src/rapidxml/rapidxml.hpp:320
↓ 9 callersMethodfirst_node
Gets first child node, optionally matching node name. \param name Name of child to find, or 0 to return first child regardless of its name; this strin
src/rapidxml/rapidxml.hpp:950
↓ 9 callersMethodget
src/rapidxml_wrap.hpp:146
↓ 9 callersMethodname
src/rapidxml_wrap.hpp:279
↓ 9 callersMethodreset
src/EditBox.hpp:26
↓ 8 callersMethodallocate_node
Allocates a new node from the pool, and optionally assigns name and value to it. If the allocation request cannot be accomodated, this function will t
src/rapidxml/rapidxml.hpp:429
↓ 8 callersFunctioncopy_chars
src/rapidxml/rapidxml_print.hpp:37
↓ 8 callersFunctionfill_chars
src/rapidxml/rapidxml_print.hpp:85
↓ 8 callersMethodnext_sibling
Gets next sibling node, optionally matching node name. Behaviour is undefined if node has no parent. Use parent() to test if node has a parent. \param
src/rapidxml/rapidxml.hpp:1018
↓ 8 callersMethodtext
src/Window.hpp:30
↓ 6 callersMethodAddColumn
src/ListView.hpp:16
↓ 6 callersMethodDoLogV
src/Log.h:55
↓ 6 callersMethodfirst_attribute
Gets first attribute of node, optionally matching attribute name. \param name Name of attribute to find, or 0 to return first attribute regardless of
src/rapidxml/rapidxml.hpp:1039
↓ 6 callersMethodis_attribute
src/rapidxml_wrap.hpp:318
↓ 6 callersMethodvalue
src/rapidxml_wrap.hpp:284
↓ 5 callersMethodappend_node
Appends a new child node. The appended child becomes the last child. \param child Node to append.
src/rapidxml/rapidxml.hpp:1111
↓ 5 callersFunctioncopy_and_expand_chars
src/rapidxml/rapidxml_print.hpp:47
↓ 4 callersMethodnext_attribute
Gets next attribute, optionally matching attribute name. \param name Name of attribute to find, or 0 to return next attribute regardless of its name;
src/rapidxml/rapidxml.hpp:870
↓ 4 callersFunctionread_helper
src/FileUtil.cpp:9
↓ 4 callersMethodselectedText
src/ComboBox.hpp:57
↓ 3 callersMethodRunModal
<summary> Run dialog as modal window </summary> <param name="parent">Parent window.</param> <returns>TRUE on success, FALSE otherwise</returns>
src/Dialog.hpp:30
↓ 3 callersMethodallocate_string
Allocates a char array of given size from the pool, and optionally copies a given string to it. If the allocation request cannot be accomodated, this
src/rapidxml/rapidxml.hpp:490
↓ 3 callersMethodappend_attribute
Appends a new attribute to the node. \param attribute Attribute to append.
src/rapidxml/rapidxml.hpp:1231
↓ 3 callersMethodinteger
src/EditBox.hpp:22
↓ 3 callersMethoditemData
src/ComboBox.hpp:17
↓ 3 callersMethodprevious_sibling
Gets previous sibling node, optionally matching node name. Behaviour is undefined if node has no parent. Use parent() to test if node has a parent. \p
src/rapidxml/rapidxml.hpp:995
↓ 3 callersMethodremove_all_attributes
Removes all attributes of node.
src/rapidxml/rapidxml.hpp:1323
↓ 3 callersMethodremove_all_nodes
Removes all child nodes (but not attributes).
src/rapidxml/rapidxml.hpp:1202
↓ 3 callersMethodwhat
Gets human readable description of error. \return Pointer to null terminated description of the error.
src/rapidxml/rapidxml.hpp:85
↓ 2 callersMethodAddItem
src/ListView.hpp:28
↓ 2 callersMethodCleanup
<summary> Remove unpacked driver, if any </summary>
src/DriverExtract.h:68
↓ 2 callersFunctionCritical
src/Log.h:114
↓ 2 callersMethodExtract
<summary> Extracts required driver version form self </summary>
src/DriverExtract.h:19
↓ 2 callersMethodInjectMultiple
<summary> Inject multiple images </summary> <param name="pCtx">Injection context</param> <returns>Error code</returns>
src/InjectionCore.cpp:422
↓ 2 callersMethodLoad
src/ProfileMgr.cpp:45
↓ 2 callersMethodSave
src/ProfileMgr.cpp:6
↓ 2 callersMethodallocate_attribute
Allocates a new attribute from the pool, and optionally assigns name and value to it. If the allocation request cannot be accomodated, this function w
src/rapidxml/rapidxml.hpp:461
↓ 2 callersMethodhwnd
src/Window.hpp:24
↓ 2 callersMethodprevious_attribute
Gets previous attribute, optionally matching attribute name. \param name Name of attribute to find, or 0 to return previous attribute regardless of it
src/rapidxml/rapidxml.hpp:850
↓ 2 callersFunctionprint
src/rapidxml/rapidxml_print.hpp:391
↓ 2 callersFunctionprint_attributes
src/rapidxml/rapidxml_print.hpp:119
↓ 2 callersFunctionprint_children
src/rapidxml/rapidxml_print.hpp:110
↓ 2 callersFunctionprint_node
src/rapidxml/rapidxml_print.hpp:319
↓ 2 callersMethodstatus
src/DlgWait.h:16
↓ 2 callersFunctiontsplit
src/StringUtil.h:12
↓ 1 callersFunctionAssociateExtension
<summary> Associate profile file extension </summary>
src/Main.cpp:25
↓ 1 callersMethodCreateWatchdog
<summary> Setup unhanded exception filter </summary> <param name="dumpRoot">Crash dump root dolder</param> <param name="flags">Dump flags</param> <par
src/DumpHandler.cpp:49
↓ 1 callersMethodDoLog
src/Log.h:43
↓ 1 callersMethodExceptionHandler
<summary> Actual exception handler </summary>
src/DumpHandler.cpp:133
↓ 1 callersMethodInject
<summary> Async inject routine </summary>
src/Routines.cpp:144
↓ 1 callersMethodLoadAndInject
<summary> Run injection profile </summary> <returns>Error code</returns>
src/MainDlg.h:35
↓ 1 callersFunctionLogOSInfo
<summary> Log major OS information </summary>
src/Main.cpp:61
↓ 1 callersFunctionParseCmdLine
<summary> Parse command line string </summary> <param name="param">Resulting param</param> <returns>Profile action</returns>
src/Main.cpp:88
↓ 1 callersMethodRemoveItem
src/ListView.hpp:55
↓ 1 callersMethodRunModeless
<summary> Run dialog as modeless window </summary> <param name="parent">Parent window</param> <param name="accelID">Accelerator ID to use</param> <ret
src/Dialog.hpp:44
↓ 1 callersMethodSetExports
src/DlgSettings.h:20
↓ 1 callersMethodSetParts
src/StatusBar.hpp:15
↓ 1 callersFunctionVerbose
src/Log.h:151
↓ 1 callersFunctionWarning
src/Log.h:127
↓ 1 callersMethodall_nodes_named
src/rapidxml_wrap.hpp:729
↓ 1 callersMethodappend
* Append a node and return a handle to it. */
src/rapidxml_wrap.hpp:273
↓ 1 callersMethodcreate_document
* Create empty XML document. */
src/rapidxml_wrap.hpp:653
↓ 1 callersMethodhas
* Check if 'key' is valid */
src/rapidxml_wrap.hpp:168
↓ 1 callersMethoditemText
src/ComboBox.hpp:38
↓ 1 callersFunctionprint_cdata_node
src/rapidxml/rapidxml_print.hpp:160
↓ 1 callersFunctionprint_comment_node
src/rapidxml/rapidxml_print.hpp:262
↓ 1 callersFunctionprint_data_node
src/rapidxml/rapidxml_print.hpp:149
↓ 1 callersFunctionprint_declaration_node
src/rapidxml/rapidxml_print.hpp:239
↓ 1 callersFunctionprint_doctype_node
src/rapidxml/rapidxml_print.hpp:280
↓ 1 callersFunctionprint_element_node
src/rapidxml/rapidxml_print.hpp:183
↓ 1 callersFunctionprint_pi_node
src/rapidxml/rapidxml_print.hpp:302
↓ 1 callersMethodread_from_file
src/rapidxml_wrap.hpp:739
↓ 1 callersFunctionsplit
src/StringUtil.h:35
↓ 1 callersMethodwrite_document
src/rapidxml_wrap.hpp:664
MethodAddToModuleList
<summary> Add module to module list </summary> <param name="path">Loaded image</param> <param name="exports">Module exports</param>
src/Routines.cpp:337
MethodButton
src/Button.hpp:11
MethodCallInitRoutine
<summary> Call initialization routine </summary> <param name="context">Injection context</param> <param name="mod">Target module</param> <param name="
src/InjectionCore.cpp:746
MethodCloseDialog
<summary> Close dialog properly </summary> <returns>status</returns>
src/Dialog.hpp:76
next →1–100 of 299, ranked by callers