OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:z_err
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
gzio.c
58
int
z_err
; /* error code for last stream operation */
member in struct:gz_stream
118
s->
z_err
= Z_OK;
248
s->
z_err
= Z_ERRNO;
270
if (ferror(s->file)) s->
z_err
= Z_ERRNO;
304
if (len == 0 && ferror(s->file)) s->
z_err
= Z_ERRNO;
326
s->
z_err
= Z_DATA_ERROR;
348
s->
z_err
= s->z_eof ? Z_DATA_ERROR : Z_OK;
381
if (s->
z_err
< 0) err = s->
z_err
;
405
if (s->
z_err
== Z_DATA_ERROR || s->z_err == Z_ERRNO) return -1;
[
all
...]
/external/libxml2/
xmlIO.c
1451
int
z_err
;
local
1485
int
z_err
;
local
1607
int
z_err
;
local
1658
int
z_err
;
local
[
all
...]
Completed in 723 milliseconds