Pulsar
3d3a057
|
Sound archive string search and table access. More...
Go to the source code of this file.
Data Structures | |
struct | PLSR_BFSARStringSearchInfo |
String tree search result information. More... | |
Functions | |
PLSR_RC | plsrBFSARStringGet (const PLSR_BFSAR *bfsar, u32 index, char *out, size_t size) |
Fetch string from the specified index in the string table. | |
PLSR_RC | plsrBFSARStringSearchEx (const PLSR_BFSAR *bfsar, const char *query, size_t queryLen, PLSR_BFSARStringSearchInfo *out) |
NX_INLINE PLSR_RC | plsrBFSARStringSearch (const PLSR_BFSAR *bfsar, const char *query, PLSR_BFSARStringSearchInfo *out) |
Search string tree for an item ID with specified name. | |
NX_INLINE u32 | plsrBFSARStringCount (const PLSR_BFSAR *bfsar) |
Sound archive string search and table access.