OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HTTP_STATUS_CONTINUE
(Results
1 - 10
of
10
) sorted by null
/external/libcups/cups/
getputfile.c
105
while ((status = httpUpdate(http)) ==
HTTP_STATUS_CONTINUE
);
314
httpSetExpect(http,
HTTP_STATUS_CONTINUE
);
337
status =
HTTP_STATUS_CONTINUE
;
339
if (status ==
HTTP_STATUS_CONTINUE
)
350
if ((status = httpUpdate(http)) !=
HTTP_STATUS_CONTINUE
)
357
if (status ==
HTTP_STATUS_CONTINUE
)
361
while ((status = httpUpdate(http)) ==
HTTP_STATUS_CONTINUE
);
request.c
210
if (status ==
HTTP_STATUS_CONTINUE
&& request->state == IPP_STATE_DATA && infile >= 0)
226
!=
HTTP_STATUS_CONTINUE
)
235
if (status <=
HTTP_STATUS_CONTINUE
|| status == HTTP_STATUS_OK)
374
while (status ==
HTTP_STATUS_CONTINUE
);
575
* Returns the initial HTTP status code, which will be @code
HTTP_STATUS_CONTINUE
@
670
expect =
HTTP_STATUS_CONTINUE
;
727
status =
HTTP_STATUS_CONTINUE
;
772
if (expect ==
HTTP_STATUS_CONTINUE
)
807
case
HTTP_STATUS_CONTINUE
:
891
http_status_t /* O - @code
HTTP_STATUS_CONTINUE
@ if OK or HTTP status on error *
[
all
...]
getdevices.c
110
while (status ==
HTTP_STATUS_CONTINUE
)
testcups.c
215
CUPS_FORMAT_AUTO, 1) !=
HTTP_STATUS_CONTINUE
)
225
if (cupsWriteRequestData(CUPS_HTTP_DEFAULT, buffer, (size_t)bytes) !=
HTTP_STATUS_CONTINUE
)
http.c
922
* returns the expected HTTP status code, typically @code
HTTP_STATUS_CONTINUE
@.
[
all
...]
http.h
238
HTTP_STATUS_CONTINUE
= 100, /* Everything OK, keep going... */
292
# define HTTP_CONTINUE
HTTP_STATUS_CONTINUE
testdest.c
416
if (cupsStartDestDocument(http, dest, dinfo, job_id, title, CUPS_FORMAT_AUTO, 0, NULL, 1) !=
HTTP_STATUS_CONTINUE
)
425
if (cupsWriteRequestData(http, buffer, (size_t)bytes) !=
HTTP_STATUS_CONTINUE
)
testhttp.c
705
while ((status = httpUpdate(http)) ==
HTTP_STATUS_CONTINUE
);
798
while ((status = httpUpdate(http)) ==
HTTP_STATUS_CONTINUE
);
util.c
871
while (status ==
HTTP_STATUS_CONTINUE
&&
877
if (status !=
HTTP_STATUS_CONTINUE
|| cupsFinishDocument(http, name) != IPP_STATUS_OK)
http-support.c
1342
case
HTTP_STATUS_CONTINUE
:
[
all
...]
Completed in 254 milliseconds