FARGOS/VISTA Object Management Environment Core  ..
FARGOS/VISTA Object Management Environment Core Table of Contents
OILhttpFuncs.cpp File Reference
#include <ctype.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <OMEruntime.h>

Macros

#define IS_PATH_SEP(c)   (((c) == '/') || ((c) == '\\'))
 

Functions

int parseHTTPuriData (OMEthread *thread, OMEtype &result, const OMEtype &data, const OMEtype &defaultScheme, const OMEtype &defaultAuthority, const OMEtype &defaultContext)
 
int parsePathComponents (OMEthread *thread, OMEtype &result, const OMEtype &path)
 
int relativePathToAbsolute (OMEthread *thread, OMEtype &result, const OMEtype &currentDir, const OMEtype &path)
 
int pathComponentsToString (OMEthread *thread, OMEtype &result, const OMEtype &elements, const OMEtype &startIndex, const OMEtype &stopIndex)
 
int parseStringIntoSSIelements (OMEthread *thread, OMEtype &result, const OMEtype &data)
 
int expandSSIvars (OMEthread *thread, OMEtype &result, const OMEtype &cmdElements, const OMEtype &env)
 
int stripHTML (OMEthread *thread, OMEtype &result, const OMEtype &source)
 

Macro Definition Documentation

◆ IS_PATH_SEP

#define IS_PATH_SEP (   c)    (((c) == '/') || ((c) == '\\'))
Generated: Fri Jul 31 2020 18:19:15
Support Information