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 64 of file as_udf.h.
The maxium string length of the UDF file name
Definition at line 59 of file as_udf.h.
#define AS_UDF_FILE_NAME_SIZE 128 |
The size of a UDF file name
Definition at line 54 of file as_udf.h.
#define AS_UDF_FILE_NAME_SIZE 128 |
The size of a UDF file name
Definition at line 54 of file as_udf.h.
Maximum number of chars allows in UDF function name.
Definition at line 44 of file as_udf.h.
#define AS_UDF_FUNCTION_MAX_SIZE 64 |
Maximum number of bytes in UDF module name.
Definition at line 39 of file as_udf.h.
Maximum number of chars allows in UDF module name.
Definition at line 34 of file as_udf.h.
#define AS_UDF_MODULE_MAX_SIZE 64 |
Maximum number of bytes in UDF module name.
Definition at line 29 of file as_udf.h.
UDF Function Name
Definition at line 78 of file as_udf.h.
UDF Module Name
Definition at line 73 of file as_udf.h.
Enumeration of UDF types
Enumerator |
---|
AS_UDF_TYPE_LUA |
Lua
|
Definition at line 111 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.