OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DATA_COMPLETED
(Results
1 - 4
of
4
) sorted by null
/external/qemu/proxy/
proxy_http_rewriter.c
427
if (ret ==
DATA_COMPLETED
) {
473
if (ret ==
DATA_COMPLETED
) {
517
if (ret !=
DATA_COMPLETED
)
709
return
DATA_COMPLETED
;
714
return
DATA_COMPLETED
;
738
if (ret ==
DATA_COMPLETED
) {
779
if (ret ==
DATA_COMPLETED
) {
823
ret =
DATA_COMPLETED
;
851
ret =
DATA_COMPLETED
;
885
/* ensure that we return
DATA_COMPLETED
only whe
[
all
...]
proxy_http_connector.c
125
if (ret ==
DATA_COMPLETED
) {
134
if (ret ==
DATA_COMPLETED
) {
proxy_int.h
120
DATA_COMPLETED
= 1
126
* returns
DATA_COMPLETED
if everything could be written
134
* note that in case of success (
DATA_COMPLETED
), this also
143
* returns
DATA_COMPLETED
if all bytes could be read
proxy_common.c
154
return
DATA_COMPLETED
;
192
return
DATA_COMPLETED
;
225
return
DATA_COMPLETED
;
Completed in 148 milliseconds