#include <gwenhywfar/db.h>
#include <gwenhywfar/misc.h>
#include <gwenhywfar/list2.h>
#include <gwenhywfar/types.h>
#include <gwenhywfar/gwentime.h>
Go to the source code of this file.
|
|
|
Increments the usage counter of the given object, so an additional free() is needed to destroy the object. |
|
Creates and returns a deep copy of thegiven object. |
|
Destroys the given object. |
|
Creates an object from the data in the given GWEN_DB_NODE |
|
Returns the property GWEN_HTTP_COOKIE_Domain |
|
Returns the property GWEN_HTTP_COOKIE_Expires |
|
Returns the property GWEN_HTTP_COOKIE_Name |
|
Returns the property GWEN_HTTP_COOKIE_Path |
|
Returns the property GWEN_HTTP_COOKIE_Secure |
|
Returns the property GWEN_HTTP_COOKIE_Value |
|
Returns 0 if this object has not been modified, !=0 otherwise |
|
Creates a deep copy of the given LIST2. |
|
Destroys all objects stored in the given LIST2 and the list itself |
|
|
|
Creates a new object. |
|
Set the property GWEN_HTTP_COOKIE_Domain |
|
Set the property GWEN_HTTP_COOKIE_Expires |
|
Sets the modified state of the given object |
|
Set the property GWEN_HTTP_COOKIE_Name |
|
Set the property GWEN_HTTP_COOKIE_Path |
|
Set the property GWEN_HTTP_COOKIE_Secure |
|
Set the property GWEN_HTTP_COOKIE_Value |
|
Stores an object in the given GWEN_DB_NODE |