#include <stdio.h>#include <stdlib.h>#include <stdbool.h>#include <string.h>#include <stdarg.h>#include <unistd.h>#include <dirent.h>#include "qDecoder.h"#include "qInternal.h"
Go to the source code of this file.
Defines | |
| #define | INTER_CONNECTIONS |
| #define | INTER_CREATED_SEC |
| #define | INTER_INTERVAL_SEC |
| #define | INTER_PREFIX |
| #define | INTER_SESSION_REPO |
| #define | INTER_SESSIONID |
| #define | SESSION_DEFAULT_REPOSITORY |
| #define | SESSION_DEFAULT_TIMEOUT_INTERVAL |
| #define | SESSION_ID |
| #define | SESSION_PREFIX |
| #define | SESSION_STORAGE_EXTENSION |
| #define | SESSION_TIMEOUT_EXTENSION |
| #define | SESSION_TIMETOCLEAR_FILENAME |
FunctionsTitleTestFour | |
| bool | qSessionDestroy (Q_ENTRY *session) |
| time_t | qSessionGetCreated (Q_ENTRY *session) |
| const char * | qSessionGetId (Q_ENTRY *session) |
| Q_ENTRY * | qSessionInit (Q_ENTRY *request, const char *dirpath) |
| bool | qSessionSave (Q_ENTRY *session) |
| bool | qSessionSetTimeout (Q_ENTRY *session, time_t seconds) |
Definition in file qSession.c.
1.5.7.1