OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xzFile
(Results
1 - 3
of
3
) sorted by null
/external/libxml2/
xzlib.h
12
typedef void *
xzFile
; /* opaque lzma file descriptor */
14
xzFile
__libxml2_xzopen(const char *path, const char *mode);
15
xzFile
__libxml2_xzdopen(int fd, const char *mode);
16
int __libxml2_xzread(
xzFile
file, void *buf, unsigned len);
17
int __libxml2_xzclose(
xzFile
file);
18
int __libxml2_xzcompressed(
xzFile
f);
xzlib.c
136
static
xzFile
141
/* allocate
xzFile
structure to return */
182
return (
xzFile
) state;
186
xz_compressed(
xzFile
f) {
205
xzFile
212
__libxml2_xzcompressed(
xzFile
f) {
216
xzFile
220
xzFile
xz;
683
__libxml2_xzread(
xzFile
file, void *buf, unsigned len)
772
__libxml2_xzclose(
xzFile
file
[
all
...]
xmlIO.c
1369
xzFile
fd;
[
all
...]
Completed in 2814 milliseconds