Searched refs:doClose (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/libXfont/dist/src/fontfile/ |
| H A D | bufio.c | 115 BufFileRawClose (BufFilePtr f, int doClose) argument 117 if (doClose) 148 BufFileFlush (BufFilePtr f, int doClose) argument 199 BufFileClose (BufFilePtr f, int doClose) argument 202 ret = (*f->close) (f, doClose);
|
| H A D | decompress.c | 127 static int BufCompressedClose ( BufFilePtr f, int doClose ); 185 BufCompressedClose (BufFilePtr f, int doClose) argument 193 BufFileClose (raw, doClose);
|
| /xsrc/external/mit/libXfont2/dist/src/fontfile/ |
| H A D | bufio.c | 116 BufFileRawClose (BufFilePtr f, int doClose) argument 118 if (doClose) 149 BufFileFlush (BufFilePtr f, int doClose) argument 200 BufFileClose (BufFilePtr f, int doClose) argument 203 ret = (*f->close) (f, doClose);
|
| H A D | decompress.c | 128 static int BufCompressedClose ( BufFilePtr f, int doClose ); 186 BufCompressedClose (BufFilePtr f, int doClose) argument 194 BufFileClose (raw, doClose);
|
| /xsrc/external/mit/bdftopcf/dist/ |
| H A D | bufio.c | 114 BufFileRawClose(BufFilePtr f, int doClose) argument 116 if (doClose) 148 BufFileFlush(BufFilePtr f, int doClose) argument 185 BufFileClose(BufFilePtr f, int doClose) argument 187 int ret = (*f->close) (f, doClose);
|
Completed in 4 milliseconds