Home
last modified time | relevance | path

Searched refs:pszHost (Results 1 – 25 of 35) sorted by relevance

12

/dports/www/webcrawl/webcrawl-1.10/
H A Dhttp.c54 FILE * Download (char * pszHost, int nPort, char * pszFile, char * pszDest, in Download() argument
70 if (options.bVerbose) printf("%s:%d/%s ", pszHost, nPort, pszFile); in Download()
79 if (!bOverwrite && file_exists(pszDest, pszHost, nPort, pszFile)) in Download()
91 if (init_sockaddr (&socketaddr, pszHost, nPort)) in Download()
109 snprintf (szRequest, 512, "GET http://%s/%s HTTP/1.0\n", pszHost, pszFile); in Download()
158 pszFile = rename_object(pszHost, nPort, pszFile, in Download()
162 fp = CreateFile(pszDest, pszHost, nPort, pszFile, bOverwrite); in Download()
173 SplitURL (& (szLine[17]), pszHost, pszFile, &nPort); in Download()
176 printf("-> %s:%d/%s ", pszHost, nPort, pszFile); in Download()
180 return Download(pszHost, nPort, pszFile, pszDest, in Download()
H A Drename.c153 char * pszHost; member
161 char * rename_object(const char * pszHost, int port, in rename_object() argument
175 printf ("[renaming %s:%d/%s (%s)", pszHost, port, pszObjectname, in rename_object()
182 if (!strcmp(r->pszHost, pszHost) && r->port == port && in rename_object()
271 r->pszHost = strdup(pszHost); in rename_object()
H A Durl.c77 int SplitURL (char * pszUrl, char * pszHost, char * pszFile, int * pnPort) in SplitURL() argument
84 p = pszHost, n = 1; in SplitURL()
H A Dwebcrawl.c306 FILE * GetPage (char * pszHost, int nPort, char * pszFile, char * pszDest, in GetPage() argument
315 return Download (pszHost, nPort, pszFile, pszDest, 0, bOverwrite); in GetPage()
H A Dweb.h99 char * rename_object(const char * pszHost, int port,
/dports/devel/liblogging/liblogging-1.0.6/rfc3195/src/
H A Dtestsrvr.c66 char *pszHost; in OnReceive() local
77 if(srSLMGGetHostname(pSLMG, &pszHost) == SR_RET_PROPERTY_NOT_AVAILABLE) in OnReceive()
78 pszHost = szNotWellformed; in OnReceive()
82 pszHost, iFacil, iPrio, pszMSG, pszRawMsg); in OnReceive()
H A DsocketsWin32.c319 srRetVal sbSockConnectoToHost(sbSockObj* pThis, char* pszHost, int iPort) in sbSockConnectoToHost() argument
345 hstent = gethostbyname(pszHost); in sbSockConnectoToHost()
379 srRetVal sbSockBind(sbSockObj* pThis, char* pszHost, int iPort) in sbSockBind() argument
384 assert(pszHost == NULL); /** sorry, other modes currently not supported \todo implement! */ in sbSockBind()
H A DsocketsUnix.c227 srRetVal sbSockConnectoToHost(sbSockObj* pThis, char* pszHost, int iPort) in sbSockConnectoToHost() argument
253 hstent = gethostbyname(pszHost); in sbSockConnectoToHost()
339 srRetVal sbSockBind(sbSockObj* pThis, char* pszHost, int iPort) in sbSockBind() argument
344 assert(pszHost == NULL); /** sorry, other modes currently not supported \todo implement! */ in sbSockBind()
H A Dsockets.h141 srRetVal sbSockConnectoToHost(sbSockObj* pThis, char* pszHost, int iPort);
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/plugins/mmsnmptrapd/
H A Dmmsnmptrapd.c237 uchar pszHost[512]; variable
250 lenHost = sizeof(pszHost);
251 getTagComponent(pszTag+pData->lenTagID+lenSever, pszHost, &lenHost);
252 DBGPRINTF("mmsnmptrapd: sever '%s'(%d), host '%s'(%d)\n", pszSever, lenSever, pszHost,lenHost);
254 if(lenHost > 0 && pszHost[lenHost-1] == ':') {
255 pszHost[lenHost-1] = '\0';
261 MsgSetHOSTNAME(pMsg, pszHost, lenHost);
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/runtime/
H A Dtcps_sess.c123 SetHost(tcps_sess_t *pThis, uchar *pszHost) in BEGINobjDebugPrint()
132 CHKiRet(prop.SetString(pThis->fromHost, pszHost, ustrlen(pszHost))); in BEGINobjDebugPrint()
135 free(pszHost); /* we must free according to our (old) calling conventions */ in BEGINobjDebugPrint()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dhttp.e41 extern char *FindAuthorization ARGS_DECL((char *pszHost, int nPort,
45 extern int SetAuthorization ARGS_DECL((char *pszHost, int nPort,
H A Dhttp.c285 char *FindAuthorization(pszHost, nPort, pszScheme, pszRealm) in FindAuthorization() argument
286 char *pszHost, *pszScheme, *pszRealm; in FindAuthorization()
293 pai->host != NULL && UtilStrICmp(pai->host, pszHost) == 0 &&
346 int SetAuthorization(pszHost, nPort, pszScheme, pszRealm, pszEncodedAuth) in SetAuthorization() argument
347 char *pszHost, *pszScheme, *pszRealm, *pszEncodedAuth; in SetAuthorization()
351 curAuthorization.host = UtilStrDup(pszHost);
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/ingres/
H A Dogringresdatasource.cpp151 const char *pszHost = CSLFetchNameValue(papszOptions,"host"); in Open() local
152 if (pszHost) in Open()
190 pszHost, /* host, compute name or IP address */ in Open()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/ingres/
H A Dogringresdatasource.cpp151 const char *pszHost = CSLFetchNameValue(papszOptions,"host"); in Open() local
152 if (pszHost) in Open()
190 pszHost, /* host, compute name or IP address */ in Open()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/ingres/
H A Dogringresdatasource.cpp151 const char *pszHost = CSLFetchNameValue(papszOptions,"host"); in Open() local
152 if (pszHost) in Open()
190 pszHost, /* host, compute name or IP address */ in Open()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddtchelp.h21 typedef HRESULT (__cdecl *DTC_GET_TRANSACTION_MANAGER)(char *pszHost,char *pszTmName,REFIID rid,DWO…
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddtchelp.h21 typedef HRESULT (__cdecl *DTC_GET_TRANSACTION_MANAGER)(char *pszHost,char *pszTmName,REFIID rid,DWO…
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/ingres/
H A Dogringresdatasource.cpp163 const char *pszHost = CSLFetchNameValue(papszOptions,"host"); in Open() local
164 if (pszHost) in Open()
202 pszHost, /* host, compute name or IP address */ in Open()
/dports/audio/liblscp/liblscp-0.9.4/examples/
H A Dexample_client.c644 char *pszHost = "localhost"; in main() local
657 pszHost = argv[1]; in main()
659 pClient = lscp_client_create(pszHost, SERVER_PORT, client_callback, NULL); in main()
/dports/audio/liblscp/liblscp-0.9.4/lscp/
H A Dclient.h184 lscp_client_t * lscp_client_create (const char *pszHost, int iPort, lscp_clien…
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/elastic/
H A Dogrelasticdatasource.cpp727 const char* pszHost = in Open() local
729 m_osURL = pszHost; in Open()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/elastic/
H A Dogrelasticdatasource.cpp727 const char* pszHost =
729 m_osURL = pszHost;
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/elastic/
H A Dogrelasticdatasource.cpp727 const char* pszHost = in Open() local
729 m_osURL = pszHost; in Open()
/dports/audio/liblscp/liblscp-0.9.4/src/
H A Dclient.c304 lscp_client_t* lscp_client_create ( const char *pszHost, int iPort, in lscp_client_create() argument
339 if (getaddrinfo(pszHost, szPort, &hints, &result)) { in lscp_client_create()
347 pHost = gethostbyname(pszHost); in lscp_client_create()
370 pClient, pszHost, iPort); in lscp_client_create()

12