|
WizardsToolkit
1.0.7
|

Go to the source code of this file.
Enumerations | |
| enum | PathType { UndefinedPath, FilesystemPath, RootPath, HeadPath, TailPath, BasePath, ExtensionPath, SubnodePath, CanonicalPath } |
Functions | |
| WizardExport char * | Base64Encode (const unsigned char *, const size_t, size_t *) |
| WizardExport char ** | GetPathComponents (const char *, size_t *) |
| WizardExport const char * | ParseWizardTime (const char *, time_t *) |
| WizardExport unsigned char * | Base64Decode (const char *, size_t *) |
| WizardExport void | AppendFileExtension (const char *, char *) |
| WizardExport void | ChopPathComponents (char *, const size_t) |
| WizardExport void | GetPathComponent (const char *, PathType, char *) |
| WizardExport WizardBooleanType | GetExecutionPath (char *, const size_t) |
| WizardExport WizardBooleanType | IsAccessible (const char *) |
| WizardExport WizardBooleanType | IsWizardTrue (const char *) |
| enum PathType |
| WizardExport void AppendFileExtension | ( | const char * | , |
| char * | |||
| ) |
| WizardExport unsigned char* Base64Decode | ( | const char * | , |
| size_t * | |||
| ) |
Definition at line 136 of file utility.c.
References LogWizardEvent(), TraceEvent, GetWizardModule, AcquireQuantumMemory(), Base64, and RelinquishWizardMemory().
| WizardExport char* Base64Encode | ( | const unsigned char * | , |
| const size_t | , | ||
| size_t * | |||
| ) |
| WizardExport void ChopPathComponents | ( | char * | , |
| const size_t | |||
| ) |
| WizardExport WizardBooleanType GetExecutionPath | ( | char * | , |
| const size_t | |||
| ) |
| WizardExport void GetPathComponent | ( | const char * | , |
| PathType | , | ||
| char * | |||
| ) |
Definition at line 413 of file utility.c.
References MaxTextExtent, LogWizardEvent(), TraceEvent, GetWizardModule, CopyWizardString(), IsDirectory(), IsAccessible(), WizardFalse, IsBasenameSeparator, FilesystemPath, RootPath, HeadPath, TailPath, CopyWizardMemory(), BasePath, ExtensionPath, SubnodePath, CanonicalPath, and UndefinedPath.
Referenced by OpenBlob(), LoadConfigureList(), LoadLogList(), LoadMimeList(), AppendFileExtension(), ChopPathComponents(), WizardsToolkitGenesis(), AddPathToXMLTree(), and GetXMLTreePath().
| WizardExport char ** GetPathComponents | ( | const char * | , |
| size_t * | |||
| ) |
Definition at line 574 of file utility.c.
References IsBasenameSeparator, AcquireQuantumMemory(), ThrowFatalException, ResourceFatalError, MaxTextExtent, and CopyWizardString().
Referenced by AddPathToXMLTree(), and GetXMLTreePath().
| WizardExport WizardBooleanType IsAccessible | ( | const char * | ) |
| WizardExport WizardBooleanType IsWizardTrue | ( | const char * | ) |
Definition at line 863 of file utility.c.
References WizardFalse, LocaleCompare(), and WizardTrue.
Referenced by LoadConfigureList(), and LoadMimeList().
| WizardExport const char* ParseWizardTime | ( | const char * | , |
| time_t * | |||
| ) |
Definition at line 904 of file utility.c.
References ResetWizardMemory(), and StringToDouble().