Searched defs:extract (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl/
H A Dt_vertex.h71 tnl_extract_func extract; member in struct:tnl_format_info
H A Dt_context.h311 tnl_extract_func extract; member in struct:tnl_clipspace_attr
/vbox/src/libs/zlib-1.2.6/examples/
H A Dzran.c41 some lookahead and avoid many calls to extract() for small lengths.
239 the end of the uncompressed data, then extract() will return a value less
242 was generated. extract() may also return Z_ERRNO if there is an error on
244 local int extract(FILE *in, struct access *index, off_t offset, function
346 /* Demonstrate the use of build_index() and extract() by processing the file
391 len = extract(in, index, offset, buf, CHUNK);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprlayer.c577 PRFileDesc *extract = PR_GetIdentitiesLayer(stack, id); local
581 PR_ASSERT(NULL != extract);
582 if ((NULL == stack) || (0 == id) || (NULL == extract))
588 if (extract == stack) {
592 extract = stack->lower;
593 *stack = *extract;
594 *extract = copy;
597 (extract == stack->lower) && (extract->lower == NULL)) {
606 extract
[all...]

Completed in 113 milliseconds