Home
last modified time | relevance | path

Searched refs:httpGetLength (Results 1 – 24 of 24) sorted by relevance

/dports/print/openprinting/papi-1.0_beta/source/libpapi-ipp/http-core/
H A Dhttp.c852 httpGetLength(http); in httpPost()
866 httpGetLength(http); in httpPut()
1612 httpGetLength(http); in httpUpdate()
1922 httpGetLength(http_t *http) /* I - HTTP data */ in httpGetLength() function
H A Dhttp.h389 extern int httpGetLength(http_t *http);
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/cups/libs/cups/
H A Dlibcups2.def244 httpGetLength
H A Dhttp.h488 extern int httpGetLength(http_t *http) _CUPS_DEPRECATED_MSG("Use httpGetLength2 instead.");
H A Dhttp.c1128 httpGetLength(http_t *http) /* I - Connection to server */ in httpGetLength() function
/dports/print/cups/cups-2.3.3op2/cups/
H A Dlibcups2.def399 httpGetLength
H A Dhttp.h486 extern int httpGetLength(http_t *http) _CUPS_DEPRECATED_1_2_MSG("Use httpGetLength2 instead.");
H A Dhttp.c979 httpGetLength(http_t *http) /* I - HTTP connection */ in httpGetLength() function
/dports/print/ghostscript9-base/ghostscript-9.06/cups/libs/cups/
H A Dhttp.h367 extern int httpGetLength(http_t *http) _CUPS_DEPRECATED;
H A Dhttp.c767 httpGetLength(http_t *http) /* I - Connection to server */ in httpGetLength() function
/dports/print/ghostscript9-x11/ghostscript-9.06/cups/libs/cups/
H A Dhttp.h367 extern int httpGetLength(http_t *http) _CUPS_DEPRECATED;
H A Dhttp.c767 httpGetLength(http_t *http) /* I - Connection to server */ in httpGetLength() function
/dports/www/firefox-esr/firefox-91.8.0/third_party/cups/include/cups/
H A Dhttp.h486 extern int httpGetLength(http_t *http) _CUPS_DEPRECATED_1_2_MSG("Use httpGetLength2 instead.");
/dports/www/firefox/firefox-99.0/third_party/cups/include/cups/
H A Dhttp.h486 extern int httpGetLength(http_t *http) _CUPS_DEPRECATED_1_2_MSG("Use httpGetLength2 instead.");
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/cups/include/cups/
H A Dhttp.h486 extern int httpGetLength(http_t *http) _CUPS_DEPRECATED_1_2_MSG("Use httpGetLength2 instead.");
/dports/textproc/htmldoc/htmldoc-1.9.13/htmldoc/
H A Dhttp.h523 extern int httpGetLength(http_t *http) _CUPS_DEPRECATED_1_2_MSG("Use httpGetLength2 instead.");
H A Dhttp.c979 httpGetLength(http_t *http) /* I - HTTP connection */ in httpGetLength() function
/dports/editors/lazarus/lazarus/components/printers/unix/
H A Dcupsdyn.pp1058 httpGetLength: function (http:Phttp_t):longint;cdecl;
1247 pointer(httpGetLength) := GetProcedureAddress(CupsLibHandle, 'httpGetLength');
/dports/print/fpc-libcups/fpc-3.2.2/packages/libcups/src/
H A Dcupsdyn.pp1056 httpGetLength: function (http:Phttp_t):longint;cdecl;
1244 pointer(httpGetLength) := GetProcedureAddress(CupsLibHandle, 'httpGetLength');
/dports/lang/fpc-source/fpc-3.2.2/packages/libcups/src/
H A Dcupsdyn.pp1056 httpGetLength: function (http:Phttp_t):longint;cdecl;
1244 pointer(httpGetLength) := GetProcedureAddress(CupsLibHandle, 'httpGetLength');
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/printers/unix/
H A Dcupsdyn.pp1058 httpGetLength: function (http:Phttp_t):longint;cdecl;
1247 pointer(httpGetLength) := GetProcedureAddress(CupsLibHandle, 'httpGetLength');
/dports/editors/lazarus-qt5/lazarus/components/printers/unix/
H A Dcupsdyn.pp1058 httpGetLength: function (http:Phttp_t):longint;cdecl;
1247 pointer(httpGetLength) := GetProcedureAddress(CupsLibHandle, 'httpGetLength');
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/printers/unix/
H A Dcupsdyn.pp1058 httpGetLength: function (http:Phttp_t):longint;cdecl;
1247 pointer(httpGetLength) := GetProcedureAddress(CupsLibHandle, 'httpGetLength');
/dports/x11-toolkits/gtk20/gtk+-2.24.33/modules/printbackends/cups/
H A Dgtkcupsutils.c1481 if (httpGetLength (request->http) <= request->bytes_received || bytes == 0) in _get_read_data()