Home
last modified time | relevance | path

Searched refs:httpRead (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/raknet/raknet-3.9.2_10,1/Samples/PHPDirectoryServer2/
H A DPHPDirectoryServer2.cpp142 HTTPReadResult PHPDirectoryServer2::ProcessHTTPRead(RakNet::RakString httpRead) in ProcessHTTPRead() argument
144 const char *c = (const char*) httpRead.C_String(); // current position in ProcessHTTPRead()
H A DPHPDirectoryServer2.h106 HTTPReadResult ProcessHTTPRead(RakNet::RakString httpRead);
/dports/devel/raknet/raknet-3.9.2_10,1/Samples/PHPDirectoryServer/
H A DPHPDirectoryServer.h87 HTTPReadResult ProcessHTTPRead(RakNet::RakString httpRead);
H A DPHPDirectoryServer.cpp137 HTTPReadResult PHPDirectoryServer::ProcessHTTPRead(RakNet::RakString httpRead) in ProcessHTTPRead() argument
139 const char *c = (const char*) httpRead.C_String(); // current position in ProcessHTTPRead()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/cups/libs/cups/
H A Dlibcups2.def260 httpRead
H A Dhttp.h475 extern int httpRead(http_t *http, char *buffer, int length) _CUPS_DEPRECATED_MSG("Use httpRead2 in…
/dports/print/openprinting/papi-1.0_beta/source/libpapi-ipp/http-core/
H A Dhttp.h376 extern int httpRead(http_t *http, char *buffer, int length);
H A Dhttp.c896 while (httpRead(http, buffer, sizeof(buffer)) > 0); in httpFlush()
905 httpRead(http_t *http, /* I - HTTP data */ in httpRead() function
/dports/print/cups/cups-2.3.3op2/cups/
H A Dlibcups2.def423 httpRead
H A Dhttp.h476 extern int httpRead(http_t *http, char *buffer, int length) _CUPS_DEPRECATED_MSG("Use httpRead2 in…
/dports/print/ghostscript9-base/ghostscript-9.06/cups/libs/cups/
H A Dhttp.h354 extern int httpRead(http_t *http, char *buffer, int length) _CUPS_DEPRECATED;
/dports/print/ghostscript9-x11/ghostscript-9.06/cups/libs/cups/
H A Dhttp.h354 extern int httpRead(http_t *http, char *buffer, int length) _CUPS_DEPRECATED;
/dports/print/openprinting/papi-1.0_beta/source/libpapi-ipp/
H A Dipp-support.c302 while ((rc = httpRead(svc->connection, p, i)) != i) { in ipp_request_read()
/dports/www/firefox-esr/firefox-91.8.0/third_party/cups/include/cups/
H A Dhttp.h476 extern int httpRead(http_t *http, char *buffer, int length) _CUPS_DEPRECATED_MSG("Use httpRead2 in…
/dports/www/firefox/firefox-99.0/third_party/cups/include/cups/
H A Dhttp.h476 extern int httpRead(http_t *http, char *buffer, int length) _CUPS_DEPRECATED_MSG("Use httpRead2 in…
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/cups/include/cups/
H A Dhttp.h476 extern int httpRead(http_t *http, char *buffer, int length) _CUPS_DEPRECATED_MSG("Use httpRead2 in…
/dports/textproc/htmldoc/htmldoc-1.9.13/htmldoc/
H A Dhttp.h513 extern int httpRead(http_t *http, char *buffer, int length) _CUPS_DEPRECATED_MSG("Use httpRead2 in…
/dports/editors/lazarus/lazarus/components/printers/unix/
H A Dcupsdyn.pp1047 httpRead: function (http:Phttp_t; buffer:Pchar; length:longint):longint;cdecl;
1236 pointer(httpRead) := GetProcedureAddress(CupsLibHandle, 'httpRead');
/dports/print/fpc-libcups/fpc-3.2.2/packages/libcups/src/
H A Dcupsdyn.pp1045 httpRead: function (http:Phttp_t; buffer:Pchar; length:longint):longint;cdecl;
1233 pointer(httpRead) := GetProcedureAddress(CupsLibHandle, 'httpRead');
/dports/lang/fpc-source/fpc-3.2.2/packages/libcups/src/
H A Dcupsdyn.pp1045 httpRead: function (http:Phttp_t; buffer:Pchar; length:longint):longint;cdecl;
1233 pointer(httpRead) := GetProcedureAddress(CupsLibHandle, 'httpRead');
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/printers/unix/
H A Dcupsdyn.pp1047 httpRead: function (http:Phttp_t; buffer:Pchar; length:longint):longint;cdecl;
1236 pointer(httpRead) := GetProcedureAddress(CupsLibHandle, 'httpRead');
/dports/editors/lazarus-qt5/lazarus/components/printers/unix/
H A Dcupsdyn.pp1047 httpRead: function (http:Phttp_t; buffer:Pchar; length:longint):longint;cdecl;
1236 pointer(httpRead) := GetProcedureAddress(CupsLibHandle, 'httpRead');
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/printers/unix/
H A Dcupsdyn.pp1047 httpRead: function (http:Phttp_t; buffer:Pchar; length:longint):longint;cdecl;
1236 pointer(httpRead) := GetProcedureAddress(CupsLibHandle, 'httpRead');
/dports/www/shellinabox/shellinabox-2.20/libhttp/
H A Dhttpconnection.c118 static ssize_t httpRead(struct HttpConnection *http, char *buf, ssize_t len) { in httpRead() function
1420 bytes = httpRead(http, buf, sizeof(buf)); in httpHandleConnection()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/modules/printbackends/cups/
H A Dgtkcupsutils.c1450 bytes = httpRead (request->http, buffer, sizeof (buffer)); in _get_read_data()

12