Home
last modified time | relevance | path

Searched refs:httpWait (Results 1 – 25 of 40) sorted by relevance

12

/dports/print/openprinting/papi-1.0_beta/source/libpapi-ipp/http-core/
H A Dhttp.c294 return (httpWait(http, 0)); in httpCheck()
977 if (!http->blocking && !httpWait(http, 1000)) in httpRead()
1043 if (!http->blocking && !httpWait(http, 1000)) in httpRead()
1051 if (!http->blocking && !httpWait(http, 1000)) in httpRead()
1128 httpWait(http_t *http, /* I - HTTP data */ in httpWait() function
H A Dhttp.h400 extern int httpWait(http_t *http, int msec);
/dports/print/ghostscript9-x11/ghostscript-9.06/cups/libs/cups/
H A Dgetputfile.c331 if (httpWait(http, 1000)) in cupsPutFd()
H A Dhttp.c279 return (httpWait(http, 0)); in httpCheck()
1459 if (!http->blocking && !httpWait(http, 10000)) in httpRead2()
1523 if (!http->blocking && !httpWait(http, 10000)) in httpRead2()
1531 if (!http->blocking && !httpWait(http, 10000)) in httpRead2()
2294 httpWait(http_t *http, /* I - Connection to server */ in httpWait() function
H A Dhttp.h378 extern int httpWait(http_t *http, int msec) _CUPS_API_1_1_19;
H A Drequest.c670 if (httpWait(http, 1000)) in cupsSendRequest()
/dports/print/ghostscript9-base/ghostscript-9.06/cups/libs/cups/
H A Dgetputfile.c331 if (httpWait(http, 1000)) in cupsPutFd()
H A Dhttp.c279 return (httpWait(http, 0)); in httpCheck()
1459 if (!http->blocking && !httpWait(http, 10000)) in httpRead2()
1523 if (!http->blocking && !httpWait(http, 10000)) in httpRead2()
1531 if (!http->blocking && !httpWait(http, 10000)) in httpRead2()
2294 httpWait(http_t *http, /* I - Connection to server */ in httpWait() function
H A Dhttp.h378 extern int httpWait(http_t *http, int msec) _CUPS_API_1_1_19;
H A Drequest.c670 if (httpWait(http, 1000)) in cupsSendRequest()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/cups/libs/cups/
H A Dgetputfile.c345 if (httpWait(http, 1000)) in cupsPutFd()
H A Dlibcups2.def277 httpWait
H A Dhttp.h499 extern int httpWait(http_t *http, int msec) _CUPS_API_1_1_19;
H A Drequest.c811 if (httpWait(http, 1000)) in cupsSendRequest()
/dports/print/cups/cups-2.3.3op2/cups/
H A Dgetputfile.c386 if (httpWait(http, 1000)) in cupsPutFd()
H A Dlibcups2.def448 httpWait
H A Dhttp.c260 return (httpWait(http, 0)); in httpCheck()
1698 while (!httpWait(http, http->wait_value)) in httpPeek()
3070 httpWait(http_t *http, /* I - HTTP connection */ in httpWait() function
4086 while (!httpWait(http, http->wait_value)) in http_read()
H A Dhttp.h495 extern int httpWait(http_t *http, int msec) _CUPS_API_1_1_19;
/dports/editors/lazarus/lazarus/components/printers/unix/
H A Dcupsdyn.pp422 input_set : Pfd_set; //select() set for httpWait()
1054 httpWait: function (http:Phttp_t; msec:longint):longint;cdecl;
1243 pointer(httpWait) := GetProcedureAddress(CupsLibHandle, 'httpWait');
/dports/print/fpc-libcups/fpc-3.2.2/packages/libcups/src/
H A Dcupsdyn.pp420 input_set : Pfd_set; //select() set for httpWait()
1052 httpWait: function (http:Phttp_t; msec:longint):longint;cdecl;
1240 pointer(httpWait) := GetProcedureAddress(CupsLibHandle, 'httpWait');
/dports/lang/fpc-source/fpc-3.2.2/packages/libcups/src/
H A Dcupsdyn.pp420 input_set : Pfd_set; //select() set for httpWait()
1052 httpWait: function (http:Phttp_t; msec:longint):longint;cdecl;
1240 pointer(httpWait) := GetProcedureAddress(CupsLibHandle, 'httpWait');
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/printers/unix/
H A Dcupsdyn.pp422 input_set : Pfd_set; //select() set for httpWait()
1054 httpWait: function (http:Phttp_t; msec:longint):longint;cdecl;
1243 pointer(httpWait) := GetProcedureAddress(CupsLibHandle, 'httpWait');
/dports/editors/lazarus-qt5/lazarus/components/printers/unix/
H A Dcupsdyn.pp422 input_set : Pfd_set; //select() set for httpWait()
1054 httpWait: function (http:Phttp_t; msec:longint):longint;cdecl;
1243 pointer(httpWait) := GetProcedureAddress(CupsLibHandle, 'httpWait');
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/printers/unix/
H A Dcupsdyn.pp422 input_set : Pfd_set; //select() set for httpWait()
1054 httpWait: function (http:Phttp_t; msec:longint):longint;cdecl;
1243 pointer(httpWait) := GetProcedureAddress(CupsLibHandle, 'httpWait');
/dports/textproc/htmldoc/htmldoc-1.9.13/htmldoc/
H A Dhttp.c260 return (httpWait(http, 0)); in httpCheck()
1698 while (!httpWait(http, http->wait_value)) in httpPeek()
3070 httpWait(http_t *http, /* I - HTTP connection */ in httpWait() function
4088 while (!httpWait(http, http->wait_value)) in http_read()

12