gwenhywfar
4.3.3
|
#include "httpsession_p.h"
#include "i18n_l.h"
#include <gwenhywfar/syncio.h>
#include <gwenhywfar/syncio_tls.h>
#include <gwenhywfar/syncio_http.h>
#include <gwenhywfar/syncio_file.h>
#include <gwenhywfar/misc.h>
#include <gwenhywfar/debug.h>
#include <gwenhywfar/gui.h>
#include <assert.h>
#include <unistd.h>
Go to the source code of this file.
#define DISABLE_DEBUGLOG |
Definition at line 15 of file httpsession.c.
int GWEN_HttpSession__RecvPacket | ( | GWEN_HTTP_SESSION * | sess, |
GWEN_BUFFER * | buf | ||
) |
Definition at line 390 of file httpsession.c.
References DBG_INFO, GWEN_DB_GetCharValue(), GWEN_Gui_ProgressLog2(), GWEN_LOGDOMAIN, GWEN_LoggerLevel_Warning, GWEN_SyncIo_Http_GetDbHeaderIn(), GWEN_SyncIo_Http_RecvBody(), and I18N.
Referenced by GWEN_HttpSession_RecvPacket().
int GWEN_HttpSession__RecvPacketToSio | ( | GWEN_HTTP_SESSION * | sess, |
GWEN_SYNCIO * | sio | ||
) |
Definition at line 485 of file httpsession.c.
References DBG_INFO, GWEN_DB_GetCharValue(), GWEN_Gui_ProgressLog2(), GWEN_LOGDOMAIN, GWEN_LoggerLevel_Warning, GWEN_SyncIo_Http_GetDbHeaderIn(), GWEN_SyncIo_Http_RecvBodyToSio(), and I18N.
Referenced by GWEN_HttpSession_RecvPacketToFile().