Go to the source code of this file.
#define AS_UDF_FILE_HASH_SIZE 20 |
The size of a UDF hash value
Definition at line 70 of file as_udf.h.
The maxium string length of the UDF file name
Definition at line 65 of file as_udf.h.
#define AS_UDF_FILE_NAME_SIZE 128 |
The size of a UDF file name
Definition at line 60 of file as_udf.h.
#define AS_UDF_FILE_NAME_SIZE 128 |
The size of a UDF file name
Definition at line 60 of file as_udf.h.
Maximum number of chars allows in UDF function name.
Definition at line 50 of file as_udf.h.
#define AS_UDF_FUNCTION_MAX_SIZE 64 |
Maximum number of bytes in UDF module name.
Definition at line 45 of file as_udf.h.
Maximum number of chars allows in UDF module name.
Definition at line 40 of file as_udf.h.
#define AS_UDF_MODULE_MAX_SIZE 64 |
Maximum number of bytes in UDF module name.
Definition at line 35 of file as_udf.h.
UDF Function Name
Definition at line 84 of file as_udf.h.
UDF Module Name
Definition at line 79 of file as_udf.h.
Enumeration of UDF types
Enumerator |
---|
AS_UDF_TYPE_LUA |
Lua
|
Definition at line 117 of file as_udf.h.
Initialize a stack allocated as_udf_call.
- Parameters
-
call | The call to initialize. |
module | The UDF module. |
function | The UDF function. |
arglist | The UDF argument list. |
- Returns
- The initialized call on success. Otherwise NULL.
Creates a new heap allocated as_udf_call.
- Parameters
-
module | The UDF module. |
function | The UDF function. |
arglist | The UDF argument list. |
- Returns
- The newly allocated call on success. Otherwise NULL.
Initialize a stack allocated as_udf_file.
- Returns
- The initialized udf file on success. Otherwise NULL.
Creates a new heap allocated as_udf_file.
- Returns
- The newly allocated udf file on success. Otherwise NULL.
Initialize a stack allocated as_udf_files.
- Returns
- The initialized udf list on success. Otherwise NULL.
Creates a new heap allocated as_udf_files.
- Returns
- The newly allocated udf list on success. Otherwise NULL.