|
gwenhywfar
5.10.1
|

Go to the source code of this file.
Functions | |
| GWEN_SYNCIO * | GWEN_Gui_ExtendSyncIo (const char *url, const char *defaultProto, int defaultPort, GWEN_SYNCIO *baseSio) |
| int GWENHYWFAR_CB | GWEN_Gui_Internal_GetSyncIo (GWEN_UNUSED GWEN_GUI *gui, const char *url, const char *defaultProto, int defaultPort, GWEN_SYNCIO **pSio) |
| int GWENHYWFAR_CB GWEN_Gui_Internal_GetSyncIo | ( | GWEN_UNUSED GWEN_GUI * | gui, |
| const char * | url, | ||
| const char * | defaultProto, | ||
| int | defaultPort, | ||
| GWEN_SYNCIO ** | pSio | ||
| ) |
Definition at line 153 of file gui_syncio.c.
References DBG_ERROR, DBG_INFO, GWEN_AddressFamilyIP, GWEN_ERROR_GENERIC, GWEN_ERROR_INVALID, GWEN_Gui_ExtendSyncIo(), GWEN_LOGDOMAIN, GWEN_SocketTypeTCP, GWEN_SyncIo_free(), GWEN_SyncIo_Socket_new(), GWEN_SyncIo_Socket_SetAddress(), GWEN_SyncIo_Socket_SetPort(), GWEN_Url_free(), GWEN_Url_fromString(), GWEN_Url_GetPort(), GWEN_Url_GetProtocol(), GWEN_Url_GetServer(), and NULL.
Referenced by GWEN_Gui_new().


1.8.14